New Keywords:
- VirtualMouse keywords Mouse Move and Mouse Button to control virtual mouse on page
- VirtualKeyboard keywords Keyboard Input and Keyboard Key to manually set keyboard keys down / up for the whole page, and input into currently active element on page without a selector. Corresponds to Playwrights [keyboard class](https://github.com/microsoft/playwright/blob/master/docs/api.md#class-keyboard)
- Handle Alert
- Set Offline to set network to offline / online
- Wait Until Network Is Idle to wait for network idleness after changing pages
Other improvements:
- Thanks to upstream playwright 1.3.0 features, in headed mode active page is visually active
- Rolling index numbers on screenshots now to not overwrite old screenshots (fixed 175)
- Improved error at library import if `rfbrowser init` has not been run
- Logging improvements by aaltat
- Keyword documentation by Imbus sponsored work done by Finalrykku