Skip to content

Pre-AI Release

Compare
Choose a tag to compare
@kensoh kensoh released this 16 Oct 15:08
· 928 commits to master since this release

TagUI is a general purpose tool for automating web interactions

  • load step to load file content into variable
  • pass dom_json variable(s) for use in dom step
  • select step supports [clear] keyword to clear selection
  • fix table step for tables having rows with header and data cells
  • half Sikuli polling to 500 ms to speed up visual automation
  • support edge case of having if block within for loop block
  • Chrome extension records text entry after tab to next field
  • add link to video demo for command line assistant
  • general update of readme to improve clarity

Release all additions and changes since August, before adding AI integrations. Yandex CatBoost and Google deeplearn.js identified as potential integrations to support machine learning capabilities.

CatBoost uses gradient boosting to solve categorization problems in a computationally efficient way. deeplearn.js uses Google Chrome browser's WebGL engine to leverage graphic card hardware for deep learning computations. Initial assessment does not show technical roadblocks yet, the bigger challenge for now is to integrate them in meaningful ways.