Data Scraping Selector Problem

When i do data scraping. i am facing the problem with Selector.
every time i run my program i got Selector error.
After that i am editing the selector and indicate element.
So, when i run my program again my selector is not validate again i indicate the element and the run the program.

So can we have fix solution of this problem.

1 Like

buddy it must be dynamic selector issue, can we see the selector once so tat we can resolve this buddy…or we can do one thing

first time using selector uiexplorer select the element and get the attributes and paste in a notepad…
again close that application from where you are selecting the element and again select the element and now paste the same in notepad below tothe previous one…now you can identify the changing attribute between these two selectors…change the one which is dynamic with wildcard * buddy

This will work buddy @priyesh
Cheers

Make the selector dynamic.
Make sure the title and other attributes matches the selector every time.

@priyesh - Go through below link