Skip to content

Releases: qahive/robotframework-puppeteer

Support file upload and download for all browsers

31 Dec 03:51
aa62ad0
Compare
Choose a tag to compare
Add support file handler (#76)

* Add download files for chrome

* Support linux path sep

* add file upload

Hot fix screenshot path incorrect when set screenshot directory

28 Dec 09:16
246de9e
Compare
Choose a tag to compare
v2.1.7

Fix screenshot path issue when set screenshot directory (#74)

Add support download file for Playwright

28 Dec 06:14
d0aea4d
Compare
Choose a tag to compare
  • Add support download file keywords for Playwright
  • This version will not support on Puppeteer yet

Hot fix chrome not support click by coordinate

24 Dec 08:14
cdeccfe
Compare
Choose a tag to compare
v2.1.5

Fixed chrome puppeteer click by coordinate (#72)

Hot fix update get text and log msg

22 Nov 10:34
d67f9f8
Compare
Choose a tag to compare
  • Update get text same as selenium
  • Add log file for input text and goto url keywords

Hot fix browser count exception if new title page load too slow

18 Nov 11:50
0140cbb
Compare
Choose a tag to compare

Hot fix click keywords and support skip verify after validation

16 Nov 03:17
0feeef6
Compare
Choose a tag to compare
  • Fix missing webkit wait for fading
  • Add skip verify after click
  • Fix missing click link, button and image keywords
  • Update playwright to 0.152.0

Hot fix Get Text and Get Value keywords support iframe

10 Nov 00:53
7517728
Compare
Choose a tag to compare
Hot fix get text and get value under iframe element (#61)

* Update default click and type for support iframe
* Update select and evaluate to support iframe
* Fix get value and get text
* Fix dropdown

Add support selenium keywords (Element and Browser keywords)

08 Nov 04:02
9466d79
Compare
Choose a tag to compare
  • Add keyword 'Press Keys'
  • Add keyword 'get_element_count'
  • Add keyword 'Get Element Attribute'
  • Add keyword 'Get Selected List Label'
  • Add keyword 'Get Selected List Value'
  • Add keyword 'Click Element At Coordinate'
  • Add keywords related to 'Checkbox'
  • Add keyword 'Delete All Cookies'
  • Add keyword 'Close Window'
  • Add keyword 'Get Window Count'
  • Add keyword 'Scroll Element Into View'
  • Add keyword 'Set Screenshot Directory'

Add support capture full page screenshot

05 Nov 00:02
dc679e1
Compare
Choose a tag to compare
  • Add fullPage option into keyword Capture Page Screenshot