New Features:
-
Split keywords between
Type TextAndFill Text. Type text inputs single keypress events (including keyup / keydowns). Fill inputs the text in a single events, like pasting it would. -
Press Keyskeyword to input series of keypresses (supports Keycodes like ArrowLeft or BackSpace) -
Clear Textkeyword that clears a textfield -
Focuskeyword to focus an element -
Click With Optionskeyword to click with different mouse keys and passing other options. See keyword docs for more details. -
Add Style Tagkeyword to manipulate page CSS -
Go BackandGo Forwardkeywords to use browser's back and forward features -
Set Timeoutand setting of timeout at library import time. This affects mostly input and getter keywords -
Option to pass
assertion_operatorandassertion_expectedas parameters to getter keywords to execute assertion- Deleted older
Text Should Bestyle keywords in favor ofGet Text equals contentsyntax
- Deleted older
-
Option to disable headlessness through
headlessargument to keywordOpen Browser(defaults to false)