Robotframework Puppeteer Versions Save

Puppeteer Web testing library for Robot Framework

v3.1.10

1 year ago

Improve based on this request #177

v3.1.9

2 years ago

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

v3.1.7

2 years ago

v3.1.6

2 years ago

v3.1.4

2 years ago

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

v3.1.3

2 years ago
  • Fix Get Element Count return 0 if not found any items
  • Add keyword drag and drop only support for playwright browser

v3.1.1

2 years ago
  • Apply playwright auto-wait for all basic keyword
  • Fix bug #135

What's Changed

v3.1.0

2 years ago

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

v3.0.6

2 years ago

v3.0.5

2 years ago
  • Prevent to create separate playwright session every time when open new browser