Chrome automation not working

Hi
I am trying to select chrome element but in chrome browser unable to select element. It highlight other element instead of selected element.
Can you please help to resolve this issue.

make sure you dpi is at 100% ( see “Scale and layout” on the Known-Issues page )

Thank you, it is really helpful.
Can you please help me in one more activity i.e “Execute Script” i am trying to execute simple script inside “Execute Script” Activity
script = “document.getElementById(“name”).value = ‘John Bravo’;”
To set name in input box but it is not set value in input box.
How to write script in this activity.

you can see examples of using execute script here

Thank you for your support.

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