qahive / robotframework-puppeteer

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

Support on Send Key Action without specify locator #188

Open sss2sssss opened 1 year ago

sss2sssss commented 1 year ago

Is your feature request related to a problem? Please describe. Related to https://github.com/qahive/robotframework-puppeteer/issues/187

Describe the solution you'd like Would be like to have send key action directly to WebDriver like below: https://www.selenium.dev/documentation/webdriver/actions_api/keyboard/

Describe alternatives you've considered Or allow the Press Keys keyword to send with None

Additional context Can refer back to the https://github.com/qahive/robotframework-puppeteer/issues/187