seleniumbase can't find or click element, even though it exists #2786
Closed
bobberystudent
started this conversation in
General
Replies: 1 comment 5 replies
-
It looks like you forgot to include the line of code that navigates to the URL you want. Be sure to write complete scripts. |
Beta Was this translation helpful? Give feedback.
5 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.
Uh oh!
There was an error while loading. Please reload this page.
-
hello all, the element is a checkbox near end for terms&conditions. not in an iframe either. when control F in inspect element, it can find it, but not via seleniumbase code. It can get everything else but not this. selector stried: input#terms_condition, '//*[@id="terms_condition"]', input.terms_conditionrnb_checkbox.rnb-opacity-0.rnb-absolute.rnb-inset-0, input[name="terms_condition
code:
Beta Was this translation helpful? Give feedback.
All reactions