Suggestion on browser screen

Hi

FLOW : I am using open browser and the element appear ( repeat forever false, wait active true, visible true) to wait for element then type into

What i am observing is when chrome open sometime it is not able to type into till i do not click on webpage anywhere

how to take care of this

Hi @manoj_verma1

Consider to use the simulate type and simulate click properties in all of your activities, also you can use an activate activity

Regards!

1 Like

Hi @manoj_verma1

Open the properties of Type into activity. Find the Click before typing option and enable it. Then after element appears the bot will click on field and then type.

Hope it helps!!

1 Like

tried this also not working thanks for your response

Hi @manoj_verma1
Click on EmptyField property then try

Hi @manoj_verma1

Might be the window is not being active at that time so try using the set focus activity and indicate the window in which you want to do type into, so by using that activity the window will come to foreground and then the Type Into will work.

Hope it works !!

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