qahive / robotframework-puppeteer

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

`Press Keys` keywords doesn't work when selector = None #187

Open sss2sssss opened 1 year ago

sss2sssss commented 1 year ago

Describe the bug Press Keys keyword thrown error with "Selector not valid: None" when set the selector as "None" It seems conflict with the example provided on documentation: https://qahive.github.io/robotframework-puppeteer/PuppeteerLibrary.html#Press%20Keys

To Reproduce Steps to reproduce the behavior:

  1. Just type something like Press Keys None A

Expected behavior By right as per documentation it should work

Screenshots image

Desktop (please complete the following information):

Smartphone (please complete the following information): Not Applicable

Additional context Add any other context about the problem here.