I have an issue still with type into, it does not respond can anyone please assist on this…I have 2 tabs that the bot opens so the type into is suppose to be working on the second page, and on the second page I have used wild card on the url (calculated that part that’s changing), because it changes according to the case received.
I have used ‘set text’, ‘activate’ but both did not work.
Check if the selector is highlighting the correct text box while designing. If multiple tabs or browser windows are open, there is chance that bot finds it difficult to find correct Ui Element.
Hie @Anelisa_Bolosha1 first check if the selector is responding correctly . it might be your selector is not valid thats why bot can’t find the element … and not able to type the data and enable click before typing just for checking purpose where bot is able to click before typing on that particular point and in the property panel there is target click on that and inside that check for wait for page load is Completed if not than enable it
mark it solution if you find it was helpful for you …Happy Automation
cheers
Hi @Anelisa_Bolosha1 ,
Inspect the selectors of two tabs closely, check if attributes of two selectors look similar, if look same then try to use idx property.
Mark the solution if you find this helpful.
Happy Automation
For the first use browser/application please use the nrml process and for the second tab please again use the use application and browser activity and give the options as I said earlier for the second use application/browser only and it will work!!
Hie @Anelisa_Bolosha1 use another use application/browser activity and inside that pass that type into and then check . if they are working or not might be the previous use application and the type into cannot communicate with each other properly
cheers
Happy Automation
Hie @Anelisa_Bolosha1 if possible can you send us the URL of this application because as i seen that screenshot it says could not find the (UI) so that could be multiple scenario like selector issue … or need some delays like screen load take some time … so or else something …
Thank you so much, it turns out the application browser were not communicating to each other so I used a new application browser because it was an old one but inside it was a new one.