[3.0.4] 2024-12-10
- Move to
envoysincegleam_erlangos.get_envwas removed - Update to stdlib 0.47
[3.0.3] 2024-11-26
- Update to
gleam_stlidb0.44
[3.0.2] 2024-10-20
- Use
erlang/portinstead ofotp/portsince 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
protocolmodules are now underchrobot/protocol chromeis nowchrobot/chromebrowser_installis 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
simplifileto 2.0.0
[2.2.4] 2024-06-22
- Implement more accurate polling
- Make
pollfunction part of the publicchrobotAPI
[2.2.3] 2024-06-08
- Add
launch_windowfunction 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
clickandfocusfunctions - 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_leveltochrome.BrowserConfig, this means anylaunch_with_configcalls must be amended with this extra parameter -
Adjusted browser logging behaviour
[1.2.0] 2024-05-16
- Move codegen scripts to
/testto fix published package
[1.1.0] 2024-05-16
- Remove unused
glexecdependency - Trying to pass a dynamic value to an enocder now logs a warning
[1.0.0] 2024-05-16
Initial release