Skip to content

Releases: Osiris-Team/HBrowser

2.2.2

15 Oct 15:24
Compare
Choose a tag to compare
PlaywrightWindow:
- Added getter methods for all private fields
- Fixed SyntaxError for setCookies() and logic

2.2.1

15 Oct 14:07
Compare
Choose a tag to compare
PlaywrightWindow:
- Fixed no protocol error for setCookie()

2.2

15 Oct 13:40
Compare
Choose a tag to compare
2.2
PlaywrightWindow:
- Fixed click

2.1

15 Oct 12:54
Compare
Choose a tag to compare
2.1
PlaywrightWindow:
- Added more methods for returning the html and its elements
- Added getAllHeadersAsJson() method
- Added methods for filling forms
- Added methods for retrieving request/response data
- Added methods for keyboard press/hold and typing text
- Added methods for screenshots and setting the screen/viewport size
- Added js code executing method with returning its result
- Added methods for checking/unchecking checkboxes and radio buttons

2.0

14 Oct 21:47
Compare
Choose a tag to compare
2.0
- Jitpack fixes

1.9

13 Oct 17:31
Compare
Choose a tag to compare
1.9
- Enhanced docs/examples
- Created HWindow interface
- Changed default node_modules directory so its inside ./headless-browser/node-js-working-dir

1.8

11 Oct 20:18
Compare
Choose a tag to compare
1.8
Merge remote-tracking branch 'origin/main' into main

1.7

10 Oct 21:48
Compare
Choose a tag to compare
1.7
  • Added makeUndetectable option for PuppeteerWindow and PlaywrightWindow (via puppeteer-extra)
  • Added experimental LightWindow
  • Fixed: Temp js file not getting deleted on exceptions
  • Finished support for other OS
  • Added npx
  • Npm/Npx have now cross-platform support

1.6

08 Oct 13:43
888b30d
Compare
Choose a tag to compare
1.6
Update pom.xml

1.5

08 Oct 12:01
Compare
Choose a tag to compare
1.5
- Fixed executeJS for PlaywrightWindow