Type into not responding

Hi everyone,

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.


image

image

Hi @Anelisa_Bolosha1

->use the use application and browser and indicate the 2nd tab and then remove the url and also make that dynamic by replacing the * in selectors.

->Use the options as

Close → Never
Open → Never

image

Try the above method and lt me know.

Regards

@Anelisa_Bolosha1,

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.

Thanks,
Ashok :slight_smile:

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
image
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

Hi @vrdabberu , I am using the open browser and set the close and open to never but that is not working because the browser will not be able to open

Hi @Anelisa_Bolosha1

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!!

Regards

Hi @ashokkarale , yes it is correctly highlighting it

Hi @singh_sumit , I have used click before typing,
image

and also on the properties I don’t have the option for wait for page to load…I only have these options:

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

1 Like

I did use another application browser but still not working

@Anelisa_Bolosha1 ,

Try with anchor base activity or fine tune the selectors as dynamic.

Please share the Type into selectors if possible.

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.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.