[Beginner]Not able to switch to Twitter authentication popup window. #2509
ChowKwanhwa
started this conversation in
General
Replies: 1 comment 2 replies
-
Not sure what you're doing because there's no Twitter authentication section on the URL you gave. Also, the selectors you provided in your example don't exist. They look autogenerated, so you'll need to use better ones. It looks like you're trying to do tab/window switching. See the example: examples/test_window_switching.py Note that special pop-ups often appear in iframes. If so, you'll need to use special methods to switch into the iframes first. See the example: examples/iframe_tests.py |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to create a automation script that involves Twitter authentication. Ideally, the script should be able to detect the authentication popup window, and send username and password to the input fields.
However, it looks like the script couldn't detect the popup window.
It shows No popup window detected. on the console.
Thanks:)
Beta Was this translation helpful? Give feedback.
All reactions