Skip to content

chromium_arg in seleniumbase #3038

Answered by mdmintz
joako233 asked this question in Q&A
Aug 19, 2024 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

Looks like you're trying to set some args that have already been set by default, such as disable-backgrounding-occluded-windows:

chrome_options.add_argument("--disable-backgrounding-occluded-windows")

Setting the same arg twice may cause issues.

Also, some args that you're trying to set will prevent UC Mode from working at all.

UC Mode is only for Chrome (and may work with some other Chromium browsers), but it won't work on Edge.
Mobile Mode will likely get you detected.
Headless mode will prevent PyAutoGUI from working, which is needed in some cases.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@joako233
Comment options

@mdmintz
Comment options

@joako233
Comment options

@mdmintz
Comment options

@joako233
Comment options

Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants