issues Search Results · repo:seleniumbase/SeleniumBase language:Python
Filter by
1k results
(84 ms)1k results
inseleniumbase/SeleniumBase (press backspace or delete to remove)What I am trying to do:
This code uses multithreading to automate web interactions with a search engine (via searxng_url) using SeleniumBase in
headless Chrome browsers. For each question number in a ...
Khald1998
- Opened 3 hours ago
- #3738
Code for test:
from seleniumbase import SB
seleniumbase_options = {
undetected : True,
# maximize : True,
chromium_arg : --start-maximized ,
}
with SB(**seleniumbase_options) as driver: ...
invalid usage
UC Mode / CDP Mode
HPODEV
- 4
- Opened 2 days ago
- #3735
with SB(uc=True, headless2=True, test=True, maximize=True, incognito=True, do_not_track=True, ad_block=True) as sb: #
Open the main page once sb.activate_cdp_mode(url)
Does this code bypass all kinds ...
question
UC Mode / CDP Mode
breadacker
- 1
- Opened 2 days ago
- #3734
with SB(uc=True, headless2=False, test=True, maximize=True, incognito=True, do_not_track=True, ad_block=True) as sb: #
Open the main page once sb.driver.uc_open_with_reconnect(url, reconnect_time=10) try: ...
duplicate
self-resolved
UC Mode / CDP Mode
breadacker
- Opened 2 days ago
- #3733
Hello,
I use this:
driver = Driver(uc_cdp=True, incognito=True, chromium_arg= --disable-search-engine-choice-screen )
...
driver.uc_gui_click_captcha()
it has cloudflare. the code finds it, get the ...
invalid usage
UC Mode / CDP Mode
tromotixc
- 3
- Opened 7 days ago
- #3726
Description:
When attempting to retrieve cookies in CDP mode using SeleniumBase, I encountered the following error:
ValueError: The future belongs to a different loop than the one specified as the loop ...
can't reproduce
external
UC Mode / CDP Mode
workaround exists
LiPingYen
- 7
- Opened 8 days ago
- #3725
Using the following code:
from seleniumbase import Driver
browser = Driver(browser= chrome , headed=True, proxy= socks5://USER:PASS@PROXY_IP:1080 )
browser.get( https://www.google.com )
input()
Returns: ...
duplicate
JorgeGAGR
- 1
- Opened 9 days ago
- #3723
Hi Mike,
Searched around but couldn t find an example of this. I have a bunch of asyncio tasks and I m trying to use the Tab and
Browser objects in different ones, but all my await function invocations ...
question
UC Mode / CDP Mode
mrwillis
- 1
- Opened 9 days ago
- #3722
Hi there,
I am trying to use the context manager like so
def join_google_meet():
logging.info( Starting Google Meet session )
with SB(uc=True, headless=True, window_size= 1920,1080 , undetected=True) ...
duplicate
question
UC Mode / CDP Mode
mrwillis
- 3
- Opened 10 days ago
- #3721
AttributeError: NoneType object has no attribute loop
This is a regression in in 4.37.11. It occurs when using UC Mode without CDP Mode.
bug
UC Mode / CDP Mode
mdmintz
- 1
- Opened 10 days ago
- #3719

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.