cancel
Showing results for 
Search instead for 
Did you mean: 

Click / Global send keys in Chrome not working from control room / step over run.

PremB_g
Level 2
Hi All

I am trying to automate a web application using chrome browser mode . Inside that there is a date field where I want to paste a value . This field is little tricky as it have a default value(current date) in it and when I try to paste the value using write stage , the value is getting pasted but when bot clicks submit button the value is being reset to old default value of application.

I tried giving click to field after entering data to make it alive and it works when tried from object . But not working in step over mode in process .

As a last resort I tried send keys also for that
I have activated the application main window
Put a focus into text field
Gave wait time of 2 seconds after each step
Then passed the value via global send keys

This also works when tried from object but in step over mode from process it is not working (the value is not pasting )

Please help guys .
1 REPLY 1

Neel1
MVP
Hello @PremB_g - Is it happening for all the element on that web page or only specific to this date field. Please can you share the BP version and screenshot of the application where you are getting this error.​