Kantu is a selenium IDE with web macros for web browser automation.
Questions tagged [kantu]
32 questions
0
votes
0 answers
Is there a way to execute multiple UI.Vision macro at the same time (more than 2)
I did a program in Python using a PowerShell command that launches multiple (between 2 and 10) Chrome instances in incognito mode using multiprocessing and running the UI. Vision "API" which is a local html file that executes a UI.Vision macro…

Titouan GOUHIER
- 1
- 1
0
votes
0 answers
Can we clone a code and separate them with number in certain position?
I'm using UI Vision and trying to make loop code. This is the main code:
{
"Command": "click",
"Target": "xpath=//*[@id=\"XXXXX\"]/div/div[2]/div/div[2]/div[3]/div/div/div/div[2]/section/article[2]/button",
"Value": "",
"Targets": [
…

Hanz Manullang
- 1
- 1
0
votes
1 answer
How to print dd-mm-yyyy at url in Kantu (UI.Vision)?
I am using Kantu (now known by a new name UI.vision), a browser extension to do things on websites automatically, based on Selenium (I assume so).
I want it to print dd-mm-yyyy at the website's url, for example www.webstite.com/date=dd-mm-yyyy, from…

BlackXIII
- 89
- 6
0
votes
2 answers
Storetext from a table choice correct lines to store for Selenium Ide Ui Vision Kantu
I need to storetext all lines from a table where CODICE CATASTALE have a value
I add an image to show, I need to save all line in variable with storetext with this characteristic CODICE CATASTALE have a value, in the image I add 1 - 2 - 3 - 4 to…

pachiro
- 59
- 6
0
votes
1 answer
Kantu UI.Vision - Use date+time as variables for the captureEntirePageScreenshot command file name
I'm attempting to use Kantu UI.Vision to take screen captures of a page URL at regular intervals while passing the current date and time of the capture to the file name (for each screen capture file name like this: dd-mm-yyyy__HH-mm-ss.png)
I don't…

Elad Ratson
- 706
- 1
- 7
- 23
0
votes
1 answer
Kantu (Selenium): How to push Element to existing Array
How to add a Element to existing Array in Kantu
i do the following code, but name2, length2, namesContent2 are not as expected
{
"Name": "testArrayPush",
"CreationDate": "2019-8-28",
"Commands": [
{
"Command": "storeEval",
…

Thomas
- 3
- 4
0
votes
1 answer
including current date in printfile names
I am using a macro to obtain data from a website and save to a print file using the print function on the specific website page.
In the print window i can select "print to pdf" but do not know how to format the output filename to reflect the current…

sederb
- 1
0
votes
1 answer
How can selenium automatically capture the value from an existing web browser page and use that value in the new session?
The issue here is I'm trying to scrape a value which is displayed in a current webpage that I'm in and selenium has to capture that value and do certain operations accordingly. The value is dynamic and that webpage can not be reopened through…

Ganesh M
- 3
- 3
0
votes
0 answers
How to store in variable values of a table inside an iframe in Selenium IDE++
I want to store in a variable a list of values of column 2 that are in a table of 9 columns inside a iframe.
I recorded a macro in Selenium IDE++ (Kantu for chrome) where I selected (click) 3 items of the table that are in second column. The text…

Ger Cas
- 2,188
- 2
- 18
- 45
0
votes
1 answer
Kantu Selenium IDE Store Variables With Part Of Value Saved In A Column Of Csv
You can help me, I really am at the beginning so I need help and advice to learn the language of Kantu Selenium IDE.
This is the first question:
Can Kantu Selenium IDE extract a part of the value saved in a csv column and set it as a variable?
I…

newuserkantu
- 11
- 8
0
votes
0 answers
How to SelectFrame dynamically in Salesforce?
I am trying to automate a script using Kantu in Salesforce.
Basically I am going through some dropdown IDs and select the right values and everything works IF the selectFrame value is correct in the beginning.
The problem is that Salesforce…

Slider105
- 45
- 1
- 2
- 8
0
votes
1 answer
How do i select the e.g. first entry in a dropdown list which is created when typing in characters?
I'm testing the chrome extension "Kantu browser automation" and could use some help in figuring out how to select from a drop down list, when the drop down list is created based upon typed characters.
The website I'm testing on is…

desa
- 48
- 8
0
votes
1 answer
Invalid or unexpected token in Kantu if condition
I'm using the Kantu web automation tool for the first time. Most of it is intuitive, but I'm now encountering an error when looping through a CSV. The relevant part of my script is:
{
"Command": "echo",
"Target": "Found customer with email…

Tom Troughton
- 3,941
- 2
- 37
- 77
0
votes
1 answer
Kantu create HTML autorun page
I'm trying to create HTML autorun page from Kantu on Firefox. However, I'm getting this error every time:
To run test suite from HTML file, you need to enable "Allow access to file URLs" in the extension details page
Can anybody tell how to enable…

N T
- 119
- 2
- 6
0
votes
1 answer
RegEx to capture everything between two strings but avoid capturing commas
Hello StackOverflow Community Kindly review the following print:
As you can see with I'm capturing everything between and brackets, but I want to avoid capturing any commas that might exist in the text.
Currently I get:
Kincrome…

Jackknife
- 105
- 1
- 9