qahive / robotframework-puppeteer

Puppeteer Web testing library for Robot Framework
Apache License 2.0
56 stars 14 forks source link

`Handle Alert` Enhancement Suggestion #192

Open sss2sssss opened 1 year ago

sss2sssss commented 1 year ago

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