Skip to content

I/O Improvements Release

Compare
Choose a tag to compare
@kensoh kensoh released this 22 Aug 01:47
· 945 commits to master since this release

TagUI is a general purpose tool for automating web interactions

  • snap webpage to pdf file (PhantomJS / Headless Chrome)
  • write step to append new line to file (dump step overwrites)
  • table step to save simple html table to csv (non-CSS selector)
  • auto-transpose datatable (save csv as flowname_transpose.csv)
  • support datatable cells with commas (remove false-positive check)
  • present() function to check element (can combine with if condition)
  • Chrome extension note down element menu (easier to note element)

Been holding back implementing some of these changes in order to avoid attracting users. I’m happy with current user growth, growing faster will spread time thinly across much more edge cases needs.

Google just launched Puppeteer (check it out, new tool but great API!), I think most developers would be busy now exploring it than other web automation tool, so I feel safe to add these features now.