You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the table to csv function seem to take a long time even for small tables I tested with wiki
ubuntu@ubuntu:~/tagui/flows$ time tagui testtable.tag -h
START - automation started - Sat Jun 06 2020 09:21:52 GMT+0800 (+08)
https://en.wikipedia.org/wiki/V%C3%ADctor_Rivero - Víctor Rivero - Wikipedia
table /html/body/div[3]/div[3]/div[4]/div/table to wiki.csv
https://en.wikipedia.org/wiki/V%C3%ADctor_Rivero - Víctor Rivero - Wikipedia
FINISH - automation finished - 23.5s
real 0m36.550s
user 0m22.880s
sys 0m4.502s
It takes just over half a minute for tagui to get a small table, bulk of the time went into the table command.
Is there any other way to get the tables into CSV faster?
System specs if needed.
I'm running TagUI 6 on Ubuntu 20.04 LTS server in a VM with 4 cores (1.6GHz) and 4Gb ram
The text was updated successfully, but these errors were encountered:
Consider using other tools for datascraping which are designed to be fast and not TagUI which is designed to mimic human user speed for RPA purpose and maximise robustness of the automation
Perhaps using the visual automation method and keyboard step to select the table to copy out and then paste using clipboard() function or using visual automation to open up Excel to paste the copied data
Closing the issue for now, but lemme know if you have any questions
kensoh
changed the title
tagui table function takes a long time
tagui table function takes a long time - TagUI mimics human user speed by design, try this hack
Nov 24, 2020
kensoh
changed the title
tagui table function takes a long time - TagUI mimics human user speed by design, try this hack
tagui table function takes a long time - TagUI mimics human speed by design, try this hack
Nov 24, 2020
kensoh
changed the title
tagui table function takes a long time - TagUI mimics human speed by design, try this hack
table step takes a long time - TagUI mimics human speed by design, try this hack
Nov 24, 2020
the table to csv function seem to take a long time even for small tables I tested with wiki
It takes just over half a minute for tagui to get a small table, bulk of the time went into the table command.
Is there any other way to get the tables into CSV faster?
System specs if needed.
I'm running TagUI 6 on Ubuntu 20.04 LTS server in a VM with 4 cores (1.6GHz) and 4Gb ram
The text was updated successfully, but these errors were encountered: