Extracting data from drop down/ Can we use the Get Attribute property, if yes, How?

if possible please share the url with the drop down
dropdown boxes can be of different types (Web)

  • select option
  • input, datalist
  • Web Frameworks

so it is also importnt of which type the drop down is (just analyse it within the UiExplorer)

Once we do know then we can work out the matching strategy

For extracting the values of a common drop down (Select option) we can use find children activity

as just a few examples