Robotics
(Bala)
April 16, 2020, 6:37am
1
Hi Team,
I am navigating to a search results screen where i am trying to click the first word in the 1st row that is Account Number which is a hyper link. Mouse is navigating to the word but not clicking the link. Help needed.
Selector contains
html title=“Website Name”
webctrl aaname=‘SR005988’ parentid=‘content-container’ tag=‘A’
@Robotics Can you show us the Selector in UiExplorer with the Selector being Validated ?
Robotics
(Bala)
April 16, 2020, 7:15am
3
Ui Explorer contains
html title=“Website Name”
webctrl aaname=‘SR005988’ parentid=‘content-container’ tag=‘A’
aaname SR005988
colName sortSRID SRID
href javascript
islaf 1
parentclass undefined
parentid=content-container
rowname SR005988
tablecol 1
tablerow 2
tag A
@Robotics Is it possible to send a Screenshot of the UiExplorer ?
Robotics
(Bala)
April 16, 2020, 7:56am
5
No i cant its inside restricted place
GBK
(GBK)
April 16, 2020, 8:30am
6
ok - pls share the selector for the click…
1 Like
Robotics
(Bala)
April 17, 2020, 6:54am
7
Selector for Click
html title=‘title displayed here’
webctrl aaname=‘SR005988’ parentid=‘content-container’ tag=‘A’
Robotics
(Bala)
April 17, 2020, 7:12am
8
I tried by passing aaname as dynamic variable ‘“+SRID+”’. Still the mouse moving over the link but not clicking the hyperlink.