kantu

Convert iMacros script into another free automation tool like Kantu or Selenium?

依然范特西╮ 提交于 2019-12-06 09:57:41
问题 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 between actions instead of having a fixed "WAIT SECONDS". Since I'm using the free version of iMacros, this doesn't work because it's using more than 3 variables :( Now, problem is, I have no idea how to convert this script into another browser

Convert iMacros script into another free automation tool like Kantu or Selenium?

回眸只為那壹抹淺笑 提交于 2019-12-04 16:51:30
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 between actions instead of having a fixed "WAIT SECONDS". Since I'm using the free version of iMacros, this doesn't work because it's using more than 3 variables :( Now, problem is, I have no idea how to convert this script into another browser automation tool. Anyone can help me "translate it" to Kantu or Selenium, for example? Would it work? I'm

Textbox events?

浪尽此生 提交于 2019-12-02 06:33:08
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. I don't know much but i'm guessing me clicking into another box is activiating some kind of event to load this vcard. I can't seem to simulate this. Does anyone know of a way to do so? Welcome to SO. There are different option to get the associated events. Let's take the stackoverflow search box (the one which is on the top with s-input js-search

Textbox events?

六月ゝ 毕业季﹏ 提交于 2019-11-27 19:37:47
问题 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. I don't know much but i'm guessing me clicking into another box is activiating some kind of event to load this vcard. I can't seem to simulate this. Does anyone know of a way to do so? 回答1: Welcome to SO. There are different option to get the