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
Handle Alert
Is your feature request related to a problem? Please describe. Currently when we do Handle Alert, we can't get the text content inside the Alert like how SeleniumLibrary (https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html#Handle%20Alert) and Browser Library (https://marketsquare.github.io/robotframework-browser/Browser.html#Wait%20For%20Alert) handle the alert
Describe the solution you'd like The Handle Alert should have something to get the text message inside(example: https://github.com/robotframework/SeleniumLibrary/blob/9823418feda556d48829a3137eefb962c44b14ff/src/SeleniumLibrary/keywords/alert.py#L144)
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Currently when we do
Handle Alert
, we can't get the text content inside the Alert like how SeleniumLibrary (https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html#Handle%20Alert) and Browser Library (https://marketsquare.github.io/robotframework-browser/Browser.html#Wait%20For%20Alert) handle the alertDescribe the solution you'd like
The
Handle Alert
should have something to get the text message inside(example: https://github.com/robotframework/SeleniumLibrary/blob/9823418feda556d48829a3137eefb962c44b14ff/src/SeleniumLibrary/keywords/alert.py#L144)Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: