I need to search a service number in CRM application, it will have ‘active’ and ‘inactive’ status for same service number.
As am getting more than results, have tried to scrape the result data and find the status column with value “Active”. Then need to click on corresponding row on the first column.
Sample as below (When I search in the application)
1234567891 ABCDEFGH Inactive
1234567891 HJKLMNOP Active
Am able to fetch only ‘Active’ row now, but unable to click on the respective row. As the selector is static as below unable to click on ‘Active’ row, instead it’s clicking on ‘Inactive’ row.
How to achieve that with dynamic selectors?
Selector is below. <html app='chrome.exe' title='Siebel Web Call Center Home' /> <webctrl id='phoneGridDataTable' tag='TABLE' /> <webctrl idx='1' tag='TD' />