Robocorp Recorder
- Remove unused
activeTab
version from extension permissions
- Fixed bug causing all XPath locators to use indices instead of heuristics for locator strategies.
- Improved design and visuals
- Added "info mode"
- Fix storing radio selections
- Make XPath highlighting work better
- Fix confusing icons
- Add separate Status element from main output area
- Make main output area more clear
- Add XPath highlighting
- Add clear button
- Add Robocorp style icons and branding
- Remove need for "all-pages" permission
- Add option to toggle between robotframework-browser and SeleniumLibrary code generation
Original Robocorder (originally hosted at https://github.com/sohwendy/Robotcorder and authored by Wendy)
- Add hidden option to customise the locators
- Bump up devDependencies versions
- Add Pause feature
- Fix Scan bug
- Minor update to analytic tracking on version
- Add Copy feature to allow copying of script into clipboard
- Closes the browser after the test
- Change to 4 spacing. Originally using 2 spaces
- Major refactor include adding test and eslint
- Use 'npm run export' as alternative to using './script/export.command'
- Skip addition of verification of element before browser is open
- Add Travis CI
- Add Sleep 3s into Settings to slow down action execution
- Add Check Element into Settings to verify presence of element
- Set all_frames=true in manifest to listen to all the frames. Possible performance degradation for page with many elements
- Remove all tabs permissions to prevent recording on other tabs.