AppState

Hi Team,

I am trying to extract a web page with search results using App State or Element exist. But these 2 activities are highlighting the entire page instead of a specific element in the web page like search result 10 rows etc.

@Honda

  1. Check app state or elemenet exists is to check existance and not extraction
  2. What it highlights depends on what element you select
  3. Some acreenshots or so can help here

Cheers

It could be due to the compatibility of the application. Example - if you are trying in Oracle - JAVA extension is required to capture each elements

Also you could try other selection options by clicking F4 while capturing the elements and see if it is working. You could also change it via front End. By default it will be Auto

While capturing elements - check the top right side to select the Selection Option

Try Active Accessibility mode first

@Honda,

Check App state is not the right activity for this.

  1. Use Table extraction to extract the result if the result is in structured format.
  2. You can also use For Each Ui Element activity to iterate through all the search result and inside this use Get Attribute activity to retrieve the data.