Building my first robot was very exciting. For a change, I added 10 people name and birth month and used excel for row command. But i found an error all the time while running it.
Process during Run time:
It types the first time and selects the month of birth. It will also copy the unicorn name and paste it into my excel column.
For the Second name, it will type the inputs in the web page, I can also see the unicorn name in the website but it wont copy it in the excel.
For the third name, it will make me wait for a minute or two then an error message will pop up which i’m attaching it along with this.
I could see DIV command in my type into and get text activity name bar.
Possibilities Tried after seeing error messages many times.(Still got error)
Added a delay time in between the commands.
changed the delay before value in the properties column for Type into and get text command.
Deleted the entire command and tried doing new one for 3 times.
Tried different PC and checked if it’s not working only in my PC. (It works in neither of the PCs)
Uninstalled and reinstalled studiox and tried again.
Kindly let me know what is that error actually is and also how to do it without the error.
I have the same issue. I only installed UI today, so I do have the latest Version (2020.4).
It seems that I can change the Name as long as I don’t change the first letter of the name = the initial part of the unicorn I selected. When I change the first letter of the name so that the beginning of the Unicorn Name is changed, I run into a this problem. It seems that even I selected the anchor (as in your video) somehow the beginning of the name is not allowed to change. Changing the month is not a problem - it will still work.
Thx. Ok found the issue.
If you look at the avanced settings for the target, in the Fuzzy selector the last row looks like this: <webctrl tag='SPAN' type='' aaname='[Unicorn Name]' />
Remove the last attribute so it looks like this: <webctrl tag='SPAN' type='' />
In the next version there is a fix planned that will automatically take care of it.