Replies: 1 comment 3 replies
-
Set the SeleniumBase/seleniumbase/core/sb_cdp.py Line 143 in a0ae330 If you're using the unofficial TAG:contains("TEXT") selector, then it will be slower since that's not a real CSS selector.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
I'm using the find_element function, like that :
But the minimum timeout is 2 seconds
Is there a way to retrieve an element instantly (and None if it doesn't exist), as is the case with the Selenium web driver?
I tried using driver.page.query_selector() directly, but the function is asynchronous, which bothers me a bit in the context I'm working in.
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions