We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
showModalDialog
Go to https://www.selenium.dev/selenium/web/alerts.html Click : test dialog in This is a test of showModalDialog: test dialog
test dialog
Expected: It should show/pop up a Modal Dialog however its redirected to {page_url}./# https://www.selenium.dev/selenium/web/alerts.html#
Modal Dialog
{page_url}./#
All browsers, as its a HTML path issue see the element info where its supposed to call showModalDialog() onclick however href="#"
showModalDialog()
href="#"
<a href="#" id="dialog" onclick="showModalDialog('javascriptPage.html')">test dialog</a>
The text was updated successfully, but these errors were encountered:
@eaccmk, thank you for creating this issue. We will troubleshoot it as soon as we can.
Triage this issue by using labels.
If information is missing, add a helpful comment and then I-issue-template label.
I-issue-template
If the issue is a question, add the I-question label.
I-question
If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.
help wanted
After troubleshooting the issue, please add the R-awaiting answer label.
R-awaiting answer
Thank you!
Sorry, something went wrong.
Closing this as I have now raised it in right repo SeleniumHQ/selenium#12713
No branches or pull requests
What happened?
Go to https://www.selenium.dev/selenium/web/alerts.html
Click :
test dialog
in This is a test of showModalDialog: test dialogExpected: It should show/pop up a
Modal Dialog
however its redirected to{page_url}./#
https://www.selenium.dev/selenium/web/alerts.html#What browsers and operating systems are you seeing the problem on?
All browsers, as its a HTML path issue see the element info where its supposed to call
showModalDialog()
onclick howeverhref="#"
The text was updated successfully, but these errors were encountered: