Skip to content

Releases: qahive/robotframework-puppeteer

Improve keyword `Upload File` support file chooser event

10 Sep 02:49
b83ef9b
Compare
Choose a tag to compare

v.3.1.9

16 Apr 06:59
0881e3e
Compare
Choose a tag to compare

Highlights


  • New keyword Wait For Network Idle to ensure no network request in a period of time default 500ms
  • Fixed script freeze if test timeout
  • Update playwright to v1.21.0
  • Support Visual Studio Code Robot Framework Language Server Plugin for developing a script

Chromium support proxy and update publish script

28 Mar 03:35
11eb627
Compare
Choose a tag to compare
v3.1.7

Update pythonpublish.yml remove code commit

Chromium support proxy and update publish script

28 Mar 03:21
f2c9e58
Compare
Choose a tag to compare
Update pythonpublish.yml

Fix python publish work flow script

Support browser state management

22 Nov 05:08
5998539
Compare
Choose a tag to compare

Allow user to save and load state for bypass specific steps using following keywords.

  • Save Browser Storage State keyword
  • Delete Browser Storage State keyword
  • Delete All Browser Storage States keyword
  • Open browser support state_ref option

Fix count element throw exception and support drag and drop keyword

22 Nov 01:13
3bd28da
Compare
Choose a tag to compare
  • Fix Get Element Count return 0 if not found any items
  • Add keyword drag and drop only support for playwright browser

Enhance stability by apply auto-wait from playwright

29 Oct 11:35
0fe8c89
Compare
Choose a tag to compare
  • Apply playwright auto-wait for all basic keyword
  • Fix bug #135

What's Changed

v3.1.0

23 Sep 02:45
855fd65
Compare
Choose a tag to compare

Change Playwright as a default test library

From now open browser with chrome/pwchrome will use Playwright instead of Puppeteer.

For backward compatibility
Use browser=chrome for using the Puppeteer library.

Add trace log

Support add track log.
Example: https://github.com/qahive/robotframework-puppeteer/blob/master/Examples/browser-management/tracing.robot

Hot fix playwright iframe support wait keyword

14 Jul 02:12
88a3a5b
Compare
Choose a tag to compare
Hot fixed (#121)

Co-authored-by: DESKTOP\atthaboon.s <atthaboon.s@qahive.com>

Hot fix performance issue

25 Jun 12:30
eec585b
Compare
Choose a tag to compare
  • Prevent to create separate playwright session every time when open new browser