[3.0.2] 2024-10-20
- Use
erlang/port
instead ofotp/port
since it is deprecated
[3.0.1] 2024-10-15
- Ensure compatibility with gleam 1.5
- Update dependency ranges (mainly httpc and json)
[3.0.0] 2024-08-07
This update restructures the project to move all modules under the chrobot
namespace.
- All
protocol
modules are now underchrobot/protocol
chrome
is nowchrobot/chrome
browser_install
is nowchrobot/install
[2.3.0] 2024-08-07
- Add query selectors that run on elements (Remote Objects)
[2.2.5] 2024-08-12
- Upgrade to Gleam 1.4.1
- Upgrade
simplifile
to 2.0.0
[2.2.4] 2024-06-22
- Implement more accurate polling
- Make
poll
function part of the publicchrobot
API
[2.2.3] 2024-06-08
- Add
launch_window
function to launch browser in headful mode
[2.2.2] 2024-06-07
This update brings basic utilities for integration testing and some conveniences in the high level chrobot
module
- Add
click
andfocus
functions - Add
press_key
,type_text
, and text input related functions
[2.1.2] 2024-05-29
- Improve message parsing performance A LOT 🚀
- This should have a big impact on the speed of generating PDFs and taking screenshots
[2.1.1] 2024-05-25
- Rename the install module to browser_install
[2.1.0] 2024-05-25
- Allow setting launch config through environment
- Make logging prettier
- Add browser installation script
[2.0.0] 2024-05-17
-
Breaking Change: Added
log_level
tochrome.BrowserConfig
, this means anylaunch_with_config
calls must be amended with this extra parameter -
Adjusted browser logging behaviour
[1.2.0] 2024-05-16
- Move codegen scripts to
/test
to fix published package
[1.1.0] 2024-05-16
- Remove unused
glexec
dependency - Trying to pass a dynamic value to an enocder now logs a warning
[1.0.0] 2024-05-16
Initial release