jsfehler

Results 16 issues of jsfehler

Example: There's a page with many links that all have the same selector (ie: class="main_menu_link"). Currently, the user has to use a RepeatingArea and target a container above the link....

The vast majority of pytest plugins use the "pytest-" prefix in their project name. This will make the purpose of the project more self-evident. The pytest documentation also lists plugins...

enhancement

This PR implements `browser.keyboard` and `element.press()`. These act as keyboard-specific APIs for using modifier keys so users do not need to use Selenium's ActionChains API directly. It addresses the issues...

- Tweak JavaScript docs to use JavaScript instead of JQuery - Add missing tests for execute/evaluate_script()