There is a website - Fake Name Generator | Get fake names with email, address, SSN, credit card and much more
I am trying to Get Text for the values Name, Occupation and Favorite Actors after clicking on generate button. Issue is the selector is not recognizable and is getting changed everytime the Generate button (Using Get Text Activity) is clicked and giving error.
Please help how to get the text value in this case.
Hi,
Tried with(wildcard) and UiExplorer .But couldn’t able to find reliable selector .
Workaround would be use relative scraping.
ex: for occupation.
first click on occupation(LHS) then when indicate prompts then indicate on the occupation(RHS) field.
like this its working fine.
The best solution is to use Wildcard in the selector (* in title field). However, an error may occurred if you put it incorrectly. You may consider another option by “Attach to Live Element”, which located at the top-right corner of the Selector Editor Windows. So you just indicate the live element, in this case is the Name or the Occupation Values.