Releases: botcity-dev/botcity-framework-core
Releases · botcity-dev/botcity-framework-core
BotCity Framework Java Core - 1.6.0
Enhancements
- Added TableParser class to extract data from
<table>
elements by @joao-voltarelli in #32
Bug Fixes
- Fixing screenshot issues and refactoring to use the last element reference by @joao-voltarelli in #35
- Deleting the user temporary folder for WebBot by @joao-voltarelli in #41
Packaging
- Alteração Maven by @eligsantos in #36
Documentation
- Add java docs by @eligsantos in #37
Security
- Bump org.jsoup:jsoup from 1.10.2 to 1.15.3 by @dependabot in #42
- Bump com.google.code.gson:gson from 2.7 to 2.8.9 by @dependabot in #43
- Bump commons-io:commons-io from 2.6 to 2.7 by @dependabot in #44
New Contributors
- @eligsantos made their first contribution in #36
- @dependabot made their first contribution in #42
Full Changelog: v1.5.0...v1.6.0
BotCity Framework Java Core - 1.5.0
Enhancements
- Added scrollElement method by @joao-voltarelli in #28
- Added PageLoadStrategy option by @joao-voltarelli in #30
Bug Fixes
- Suppress logs by @lf2a in #21
- Resolve relative path by @lf2a in #20
- Replacing prohibited characters on page title when save pdf by @lf2a in #22
- Added handling for Firefox in moveTo method by @joao-voltarelli in #25
- Added
--no-sandbox
argument for Chrome and Edge by @joao-voltarelli in #29
New Contributors
- @joao-voltarelli made their first contribution in #25
Full Changelog: v1.4.0...v1.5.0
BotCity Framework Java Core - 1.4.0
What's Changed
- New
WebBot
class by @lf2a in #13 - Removing the "Interval" parameter from
TypeKeys()
by @Psycho-Ray in #12
Full Changelog: v1.3.0...v1.4.0
BotCity Framework Java Core - 1.3.0
- new method to find multiple occurrence of the same UI component on the screen.
- new method to set the current UI component for futher actions like click() and move()
- refactoring/improvements on multiple click actions.
BotCity Framework Java Core - 1.2.1
Fix issues after switching to cdt 4.0.0 (chrome developer tools used for headless mode)
BotCity Framework Java Core - 1.2.0
- Switch to newer version (4.0.0) of Chrome Developers Tool (CDT).
- Small refactoring to use the newer version.
BotCity Framework Java Core - 1.1.0
Now there is a WebBot class specifically to create web bots for Chrome headless mode. Some minor improvements were added to DesktopBot.
BotCity Framework Java Core - 1.0.0
First public release. Features delivered to produce complete robotic process automation applications in Java for desktop, web and android environments.