Search found 4 matches

by riccardo77
Thu Aug 16, 2018 12:51 pm
Forum: Object Identification and Technologies
Topic: Change Adapter Type
Replies: 1
Views: 1886

Re: Change Adapter Type

I solved it :)

was not aware I need to change the xpath from button to buttontag
by riccardo77
Thu Aug 16, 2018 12:48 pm
Forum: Object Identification and Technologies
Topic: Change Adapter Type
Replies: 1
Views: 1886

Change Adapter Type

Hi struggle with a Button which will not be recognized as button during runtime. I've found similar issues and they all say to change the Adapter Type to buttontag. I opened the Properties for the given element with F4 but I can't select any other Adapter Type then (Default). What am I doing wrong?
by riccardo77
Thu Aug 16, 2018 12:46 pm
Forum: General Questions
Topic: Get all options of a select Tag
Replies: 2
Views: 1325

Re: Get all options of a select Tag

Thanks for your answer, works perfect
by riccardo77
Mon Aug 13, 2018 8:03 am
Forum: General Questions
Topic: Get all options of a select Tag
Replies: 2
Views: 1325

Get all options of a select Tag

I struggle with a select tag

The amount of options is not fix and I would like to read out all possible options (TagValue) into an Array. Any ideas how to do that?