UI.Vision Kantu
(←UI.Vision DOM not found) |
|||
| שורה 71: | שורה 71: | ||
| + | |||
| + | =UI.Vision sleep pause= | ||
| + | |||
| + | https://ui.vision/rpa/docs/selenium-ide/pause | ||
=[[UI.Vision DOM not found]]= | =[[UI.Vision DOM not found]]= | ||
גרסה אחרונה מתאריך 16:34, 25 בינואר 2021
user forum
https://forum.ui.vision/
תוכן עניינים |
GLOBAL variable
UI.Vision Kantu GLOBAL variable
Global variables: By default, each macro runs independent, no variables are shared. But you can create global variables that are available to every macro and test suite simply by prefixing them with "Global..." (e. g. "globalMyCounter" or "GLOBAL_username"). In other words, variables whose name starts with "Global..." are shared . Global variables keep their value even after the macro has been stopped. Their content is only lost once Kantu is closed.
commands
if greater then
UI.Vision Kantu if example UI.Vision Kantu if greater then
https://forum.ui.vision/t/comparing-2-columns-and-see-which-one-is-greater-in-an-if-statement/736/2
save table to csv
Kantu scraping table Kantu table csvSave Kantu Table Extraction - Save complete tables as CSV
https://forum.ui.vision/t/html-table-extraction-slow-and-times-out/1099
https://forum.ui.vision/t/downloading-data-into-csv/61
save html page
Kantu save html page https://forum.ui.vision/t/how-to-sourceextract-the-entire-html-code/123/3
sourceExtract
sourceExtract
simulating “Ctrl+S, Enter” with XType. The “DemoXType” macro that ships with Kantu shows this feature. With a few more keystrokes you can also select the “Webpage, Complete” option. Then you save all images, too.
UI.Vision Kantu copy table to csv
UI.Vision Kantu read table
ui.vision click on submit
no id
<input type="submit" class="button p0" value="subscribe" onclick="mojo.utils.toggleButtonLoadingState(this);">
when we have id
"Command": "click", "Target": "id=optin-confirm", "Value": ""
when we dont have id
"Command": "clickAndWait", "Target": "css=input.button.p0", "Value": ""
UI.Vision sleep pause
https://ui.vision/rpa/docs/selenium-ide/pause
UI.Vision DOM not found
ui vision