-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zest script to disable or click on a prompt dialog box on Chrome #161
Labels
Comments
If I'm understanding correctly this is #75. Could you confirm? |
No worries. Merging into that one then. |
You sure the dialogue shown was from JS and not native? If the latter it would not be #75 :) |
Yeah, it's a dialogue box from JS. |
A simple test page which generates a dialog would be very useful :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I was wondering if there's a way in zest script to auto click or close a dialog prompt box. I am testing the zest script in ZAP scripts section using the Chrome browser, but stuck while continuing forward due to a dialog box that prompts for username and pwd. The rest of the script doesn't continue unless I cancel this prompt. I tried to use all the zest client options to send keys, click, submit, but nothing seems to work for that javascript promt box.
Is there an option in the zest scripts that I need to be using for these JS prompt boxes? Or is there an option in Chrome browser that I force the browser to auto cancel those prompts?
Any help would be much appreciated!
Thanks.
The text was updated successfully, but these errors were encountered: