SAP_Selector issue

When i use the second selector seeing issue in adding line items in the new row, but on using the first one its is working as expected. Whats the difference in below selectors when passing the row string as variable?

  1. “<wnd app=‘saplogon.exe’ cls=‘SAP_FRONTEND_SESSION’ * tableCol=‘1’ tableRow='”+rowTest.ToString+“’ />”

  2. <wnd app=‘saplogon.exe’ cls=‘SAP_FRONTEND_SESSION’ * tableCol=‘1’ tableRow=‘"+rowTest.ToString+"’ />

1 Like

Hi

Kindly check once whether the scope of the variable is of while sequence
Go to variable panel and check with the scope of that variable
— and also check whether it is incrementes properly

Hope this would help you
Cheers @Renuka_Pachimatla

Yes the rowTest variable was in scope and also it is getting incremented as expected.

@Renuka_Pachimatla : You can use Anchor and Indicate element option to create unique selector for the second one. Hope it helps

Best!!
Anmol

Thanks for the reply. i will check and update