Skip to content

Releases: britka/playwrightium

release-1.4.0

15 Sep 13:08
Compare
Choose a tag to compare

1.4.0

  • Add tracing recording feature
  • Add 2 scripts to run tracing viewer
  • Overload setBrowserName(String browserName) method with setBrowserName(Browsers browserName)
    in PlaywrightiumOptions class. Now you can choose browser using Browsers enum
  • Add skipDownloadBrowser option
  • Update sendKeys method
  • Add tests
  • Update documentation

release-1.3.0

18 Apr 11:16
Compare
Choose a tag to compare
  • Geolocation added
  • Device emulation added
  • Permissions added
  • Locale added
  • TimeZone added
  • Tests updated

release-1.2.1

28 Mar 12:38
Compare
Choose a tag to compare

1.2.1 (release 28.03.24)

  • Update sendKeys method. Now you can do such things as
webElement.sendKeys("Test", Keys.ENTER);
  • Update tests
  • Update dependencies
  • Update github workflows

release-1.2.0

11 Mar 05:52
Compare
Choose a tag to compare

1.2.0 (release 10.03.24)

  • Update Playwrightium options:
    • Add recordVideo capability to indicate weather or not to record a video
    • Add recordsFolder capability to set folder where videos should be saved
    • Add ability to run tests remotely for Selenoid, Selenium Grid, Aerokube Moon
  • Add method to check if we need to save video when quit driver
  • Add templates in tests for initializing driver for remote use and for video recording.
  • Add tests
  • Update github workflow file to run separately local and remote tests

release-1.1.1

04 Feb 18:05
Compare
Choose a tag to compare

1.1.1 (release 05.01.24)

  • rebuild javaScript executor. Now if script result is object it returns as JSON
  • add implementation "scroll" action.
  • add dependbot.xml
  • update tests

1.1.0

20 Dec 11:54
6a29fa2
Compare
Choose a tag to compare

Add Playwright locators support
Add video recording support
Update Actions class

1.0.0

10 Dec 19:18
187cce2
Compare
Choose a tag to compare

First release of playwright-webdriver