Hi so i have some weird issue, when i make a bot usually i use a test bot for like 20 -30 lines before copying the lines to the actual bot.
So i was filling a form using the test bot and after that i copy using the copy to shared clipboard and paste it to the actual bot, the browser was the same type, the window title even the properties are 100% carbon copy.
Using the test bot and set text the bot fill the field correctly
but using the actual bot the field is not visible because the bot keeps going up until the field is not visible
Example
Name :
Phone:
Email:
Usually when we are going to set text in a field the browser will automatically goes to that field and we can only see the field it wants to fill like this, when you want to set text at phone then
Name(not visible):
Phone:
But at the actual bot we can’t even see the field Phone, how to fix?