Releases: Osiris-Team/HBrowser
Releases · Osiris-Team/HBrowser
2.2.2
PlaywrightWindow: - Added getter methods for all private fields - Fixed SyntaxError for setCookies() and logic
2.2.1
PlaywrightWindow: - Fixed no protocol error for setCookie()
2.2
PlaywrightWindow: - Fixed click
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
- Jitpack fixes
1.9
- Enhanced docs/examples - Created HWindow interface - Changed default node_modules directory so its inside ./headless-browser/node-js-working-dir
1.8
Merge remote-tracking branch 'origin/main' into main
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
Update pom.xml
1.5
- Fixed executeJS for PlaywrightWindow