Kantu is a selenium IDE with web macros for web browser automation.
Questions tagged [kantu]
32 questions
2
votes
2 answers
Find xpath in html element using a part of href only katalon recorder, kantu, selenium ide, ui vision
I need to detect via xpath an element (image with href) but i know a part of href only
This is the html

cicoria
- 31
- 6
2
votes
2 answers
How to use conditional statements with verifyElementPresent
I would like to use verifyElementPresent to skip a chunk of code in my Selenium test script. I used something like this successfully in the older Firefox extension, but I can't figure out how to make it work in the Chrome Kantu version.
I have…

Amanda.in.ATX
- 21
- 1
- 4
2
votes
1 answer
Convert iMacros script into another free automation tool like Kantu or Selenium?
I'm trying to create a script to perform mass actions on a personal account (context not relevant, I think). I figured a way to do it using this script for iMacros and it was working.
However, I needed to add a new variable to have a random delay…

Owly
- 575
- 2
- 6
- 16
2
votes
0 answers
Kantu / Selenium selecting from multiselect box
I'm using kantu chrome extension to try to enter a form. One of the elements on page is a multi select drop down menu. When I record clicking on it, it gives me:
Command: Click
Target: css=#s2id_event_change_new_ical_attributes_calendar_resource_ids…

user1993081
- 79
- 1
- 2
- 8
1
vote
2 answers
Find xpath of element knowing a part of href attribute only selenium ide ui vision katalon recorder
I need to detect via xpath an element (image with href) but i know a part of href only
This is the html


cicoria
- 31
- 6
1
vote
1 answer
How to get the whole element with Kantu Selenium IDE?
Method storeAttribute works perfectly when I need to get an attribute like href:
xpath=(//span[@class='active'])@href
But how should I use it to get the whole element (span in this example)? I mean the whole html source text of the element.

dereks
- 544
- 1
- 8
- 25
1
vote
0 answers
How to store text from input disabled text in Selenium IDE or Kantu?
I'm trying with Selenium IDE and Selenium IDE++ (Kantu) to store the text from an input element with text disabled.
I tried:
StoreValue|id=abc|var1
echo |${var1}|
But I get error [error] timeout reached when looking for element 'id=abc'
Then…

Ger Cas
- 2,188
- 2
- 18
- 45
1
vote
2 answers
Textbox events?
I am using Kantu to automate filling out some forms. There is a textbox that when a persons id number is entered and you click into another box or tab out of the textbox it will load that persons vcard. I can try to expound if you need more clarity.…

SwisherSweet
- 27
- 6
1
vote
0 answers
Kantu testing automation Select button
I have an issue with Kantu Select button on both Firefox and Chrome on Mac When I press the Select button to get the object locator on the page I see the Kantu icon with "yellow S" that means that Kantu in Select mode. However, when I click on any…

N T
- 119
- 2
- 6
1
vote
1 answer
Kantu testing automation, "Focus" command equivalent
I'm using Kantu browser automation. I want to position a cursor in a textbox that runs AJAX in the background.
It's about textbox that I type in an email, then AJAX runs automatically to check whether this email is previously registered or not.
I'm…

N T
- 119
- 2
- 6
1
vote
1 answer
Xpath for dynamic select menus
I'm trying to automate some web testing using Kantu and Selenium. The page is using pq-select ParamQuery to generate select menus, but neither Kantu or Selenium can see them in the page.
I'm guessing my best bet is to use xpath to locate them, but…

Tony
- 3,587
- 8
- 44
- 77
1
vote
0 answers
Check variable value with Kantu Browser Automation on Chrome
I'm using Kantu Browser Automation on Chrome.
Imagine I have the following random website:
https://www.100lenders.com/index.php
Then I want to check whether the select element corresponding to: My Loan Amount on the top right area has 49 options or…

Viewsonic
- 827
- 2
- 15
- 34
1
vote
1 answer
Can't select nth element of same class with xpath / selenium IDE
Don't understand why the following loop doesn't work except for nth element with same class fails on the 2nd element (I'm presuming 1st element works because it's also the root in xpath):
{
"Command": "storeEval",
"Target":…

bomberjackets
- 342
- 3
- 16
1
vote
1 answer
kantu firefox selenium - output a variable in field using type
I have a Kantu macro on firefox. I first declare a date variable to get current date - 2 days
{
"Command": "storeEval",
"Target": "var d= new Date(new Date().getTime() + 24 * 60 * 60 * 1000 * -2); var…

R_life_R
- 786
- 6
- 26
1
vote
0 answers
Selenium IDE: Ignore these errors and go to next step?
When I run the macro sometimes I get
* [error]
time out when looking for element 'css=button.btn.btn-primary.col-xs-8.m-0-left.m-md-top.m-0-bottom'
* [info]
Test case failed (Runtime 8.86s)
====
Is there a way to ignore these errors…

MetalloyE
- 11
- 1
- 2