v0.5.0
New Features:
-
Split keywords between
Type Text
AndFill Text
. Type text inputs single keypress events (including keyup / keydowns). Fill inputs the text in a single events, like pasting it would. -
Press Keys
keyword to input series of keypresses (supports Keycodes like ArrowLeft or BackSpace) -
Clear Text
keyword that clears a textfield -
Focus
keyword to focus an element -
Click With Options
keyword to click with different mouse keys and passing other options. See keyword docs for more details. -
Add Style Tag
keyword to manipulate page CSS -
Go Back
andGo Forward
keywords to use browser's back and forward features -
Set Timeout
and setting of timeout at library import time. This affects mostly input and getter keywords -
Option to pass
assertion_operator
andassertion_expected
as parameters to getter keywords to execute assertion- Deleted older
Text Should Be
style keywords in favor ofGet Text equals content
syntax
- Deleted older
-
Option to disable headlessness through
headless
argument to keywordOpen Browser
(defaults to false)