SELECTOR FOR CLICK

Yes sir offcourse , Link - DocBot

F2020White2C20Suicide20attempt.pdf (127.5 KB)

The above Pdf is the scenario …Start from 1st Patient dailog sir …

Thanks a lot for all your efforts to help me @Obsev sir

Hello, please try this one.

The “Sound icon” is only available on replies from robot which means the index should be divided by 2.
It seems like the robot always answers before you can ask a new question so the index logic should be fine for now :slight_smile:

ChildElements.xaml (5.9 KB)

Find Children(output is children)

<html app='chrome.exe' title='DocBot' />
<webctrl id='frame' tag='IFRAME' />
<webctrl tag='TABLE' />
<webctrl tag='TD' />

Assign

elementIndex = (children.count/2).ToString

Click

<html app='chrome.exe' title='DocBot' />
<webctrl id='frame' tag='IFRAME' />
<webctrl idx='{{elementIndex}}' tag='I' />
1 Like

@Rakesh_Sampath how did it go?

1 Like

I tried this also sir …, it shows Cannot identify the Specified UI Element

That’s very strange…

Try this again:

ChildElements.xaml (12.7 KB)