UI.Vision Kantu

מתוך R63
(הבדלים בין גרסאות)
קפיצה אל: ניווט, חיפוש
שורה 72: שורה 72:
  
  
 
+
=[[UI.Vision  DOM not found]]=
  
 
ui vision
 
ui vision

גרסה מתאריך 14:21, 7 במאי 2020

https://ui.vision/



user forum https://forum.ui.vision/


תוכן עניינים

GLOBAL variable

UI.Vision Kantu GLOBAL variable

https://ui.vision/docs

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 DOM not found

ui vision


כלים אישיים