Skip to content

Releases: qahive/robotframework-puppeteer

v2.0 Support webkit and firefox

31 Oct 14:00
fcd92f3
Compare
Choose a tag to compare
  • Support webkit by Playwright
  • Support firefox by Playwright

Support new keword run_async_keywords_and_return_first_completed

25 Sep 08:16
b180cc9
Compare
Choose a tag to compare

[run_async_keywords_and_return_first_completed]
Executes all the given keywords in an asynchronous and wait until first keyword is completed

Support iframe

07 Sep 11:13
010696d
Compare
Choose a tag to compare
Support iframe for partial keywords from list (#47)

* Add support iframe and demo script

* Support input text under iframe

Enhance return http data for wait for request & response keywords

03 Sep 03:39
cf24b7d
Compare
Choose a tag to compare
  • Enhance return result for wait for request and response keywords
  • Enhance Run Async Keywords support return result value
  • Hot fixed wait for new page crash during call .title() function

Add missing keyword Wait Until Element Is Enabled

28 Aug 08:32
0312dac
Compare
Choose a tag to compare
v1.2.5

Add wait for element enabled (#42)

Add support select option from dropdown list

23 Aug 08:56
da215c6
Compare
Choose a tag to compare
Support dropdown keywords (#40)

* Init dropdown keyword and demo

* Add Select dropdown by label

Add support vs code intellisense

22 Aug 06:37
Compare
Choose a tag to compare
v1.2.3

Add auto gen vscode intellisense

Add support mouse event, file update and enhance switch browser

20 Aug 15:07
553f13a
Compare
Choose a tag to compare
  • Mouse event hover, down, up and move
  • File update Keyword
  • Enhance switch browser stability

Fix release version number

18 Aug 00:07
Compare
Choose a tag to compare
v1.2.1

This a commit from Github Actions

Add keywords print as pdf

18 Aug 00:03
Compare
Choose a tag to compare
  • Add print as pdf keywords
  • Support switch tab by regex url
  • Fix switch window issue #32