JS alert popup close in Seleniumbase without any actions. #2428
SergeyGuschin
started this conversation in
General
Replies: 1 comment 1 reply
-
Instead of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. In Seleniumbase when I click on the delete button it should be JS alert popup message appears and waits for it to be accepted. But when I create a tour in Seleniumbase and click the delete button the JS alert window opens and closes immediately without any actions from my side and I can't intercept and accept this alert with the
self.wait_for_and_accept_alert()
command. How can achieve that when I click on the delete button and the JS alert popup does not close immediately? Thank youBeta Was this translation helpful? Give feedback.
All reactions