S64ssab1
(Sukanya)
February 28, 2019, 1:39pm
1
Scenario: While indicating an element through UI explorer it shows some different selector and through indicate element it shows a different selector
Steps to reproduce:
Current Behavior:
Expected Behavior: It should show the same selector both through UIexplorer and through indicate element
Studio/Robot/Orchestrator Version:2018.2.3
Last stable behavior:
Last stable version:
OS Version: Win 7 enterprize
Others if Relevant: (workflow, logs, .net version, service pack, etc):
anil5
(Anil Kumar Bandam)
February 28, 2019, 4:09pm
2
Hi,
Can you provide more information, which element you are trying to indicate and can you post selectors from both UIExplorer and Indicate element.
S64ssab1
(Sukanya)
March 1, 2019, 10:54am
3
Hi Anil,
I am trying to click a cell of a table in SAP . Indicate element via click activity gives a different selector ( which is not working) and uiexplorer gives a different selector (which is working).
The selectors are-
UI explorer - sap id=‘usr/tblSAPMP50ATC_MENU_EVENT/ctxt[1,0]’
Indicate element - sap id=‘usr/tblSAPMP50ATC_MENU_EVENT’ tableCol=‘1’ tableRow=‘0’
anil5
(Anil Kumar Bandam)
March 1, 2019, 11:19am
4
Hi,
In UI Explorer and in Indicate element sap id is same.
in UI explorer : Ctxt[1,0] - Represent tablecolumn and tablerow with specific values.
Indicate element : tablecol=‘1’ tableRow=‘0’.
So overall the both with be almost same, but with UI explorer you can make your selector most stable.
pavanh003
(Pavan Harisha)
March 1, 2019, 12:14pm
5
Hi,
Try with the second one which you got from ui
explorer it should work.