v0.7.0
New keywords:
New Browser
,New Context
andNew Page
to create playwright objects representing multiple browser instances, browser profiles (contexts) or tabs (pages)Switch Context
andSwitch Page
to switch between open pagesSwitch Browser
has been added but is unreliable and not recommended for use yet
Get Element Count
- gets amount of elements matchingselector
and supports assertion syntax
Other features:
- >>> selector syntax for piercing frames
- Better error messages