S
S
Sanchoys2282021-02-25 18:47:48
Google Chrome
Sanchoys228, 2021-02-25 18:47:48

How to disable chrome popup on top of windows?

I have a selenium bot (in python), the problem is that I turn it on and continue to do my own thing, and when it works (opens tabs, presses buttons), it pops up on top of everything. A little annoying. Can this be disabled somehow?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Yarkov, 2021-02-25
@yarkov

headless?

E
Evgeniy _, 2021-02-25
@GeneD88

If it is necessary that the GUI rises, then you can try to run it with the flag:

options.add_argument("--start-maximized")

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question