I wanted to click on the item of Advanced tab in Internet Option. I am unable to click the tree item. Then, I also notice that it can be done when using when click image activity. However, it fails when I clicked on the Stimulate Click or Send Window Messages.
The image below is the example of advanced tab. I wanted to click on the tree item
When I use
Click activity.
-when I use the click image, it select the whole container.
Click activity by editing the selector.
-when I didn’t enable stimulate click or send window messages, it is successfully to click.
-when I enable stimulate click , it shows Click with “Simulate” is not supported for this element
-when I enable send window messages, it just highlight the text as shown in picture below.
Click image activity.
-when I didn’t enable stimulate click or send window messages, it is successfully to click.
-when I enable stimulate click or send window messages, it just highlight the text.
How can I click the item in the background.
Or does it have any hotkey to select the item once the item is highlighted?
Send windows messages and simulate click input methods will not support some UI elements. Can you confirm whether this automationid is a static attribute?
And the problems is it successfully to run when it run in foreground but it fails when run in background.
When I enable the stimulate click, it shows an errors Click with “Simulate” is not supported for this element
And when I enable the send window message, it just select the word but didn’t tick on the checkbox beside.
use uiexplorer and inspect that element. then again refresh the page and inspect again. Check whether the attribute is having the same value both times.