I am using an Application where Fields keep changing places or the id’s/properties of the controls keeps changing. What is the best way to identify such controls and not get affected by their changing/volatile attributes?
Hello!
Check it out those topics and see if helps you
How we Working on selectors and how to use a dynamic selector
Hello,
I am trying to click on a ‘Download List Here’ link on this given URL:
http://gwinnetttaxcommissioner.publicaccessnow.com/PropertyTax/TaxSaleExcessFunds.aspx
I should first state my main goal is to download this PDF. I do not care about how that is done, any alternative methods that will be easier is much appreciated.
That being said, as of now we are left clicking on link and Ctrl+S to save the file for downstream process.
My problem is that I have many links that follow this exact …
Hi guys,
I have this selector.
<wnd cls='NotesSubprog' idx='4' />
<wnd cls='NotesRichText' />
<wnd cls='IRIS.tedit' idx='5' />
However, the number 4 in idx='4' is dynamic.
How do I change this?
I tried using idx='*' but does not work.
Regards,