Releases: aside-ufba/guide-automator
Releases · aside-ufba/guide-automator
Version 2.4.0
- New Command: Highlight , now is possible highlight element without using takeScreenshotOf
- New CLI option: --window <dimensions>, can you define windows dimensions.
- New CLI option: --browser <path>, if you have another location to your chrome, can you define this
- Can be use tags ```javascript ``` or ```js ``` on markdown document
- Update dependencies
Version 2.3.6
- New option -l, --headless (does not require a GUI) [More information here]
Version 2.2.6
- New execute options -t, --autosleep <Milliseconds>
- Default sleep before TakeScreenshot and TakeScreenshotOf (200 milliseconds; can be adjust with option --autosleep)
- Update dependencies
Version 2.2.3
- Driver quit on exception
Version 2.2.2
- Create Global variable, usage
GDGLOBAL['Var'] = value