Weird behaviour using UC #2472
Answered
by
mdmintz
HumbleExit
asked this question in
Q&A
Answered by
mdmintz
Feb 7, 2024
Replies: 2 comments 1 reply
|
Even calling a simple command such as |
1 reply
Answer selected by
mdmintz
|
It seems to be an easy task if you would like to bypass what's on the screenshot. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Even calling a simple command such as
is_element_present(selector)can make your browser detectable because that puts Selenium in the browser (where it can be found). Looks like you may have already answered your own question, as you have a script that works when you don't include that line.