In IE I have the elementpath
Code: Select all
div[2]/div[2]/div[2]/form/fieldset[1]/div/img[@id='parentOrgIdSelect_menu_tp5xz__toggle']"
How am I able to make that generic?
Thanks in advance
lucio
Code: Select all
div[2]/div[2]/div[2]/form/fieldset[1]/div/img[@id='parentOrgIdSelect_menu_tp5xz__toggle']"
You could use a regular expression for your RxPath. Therefore please take a look to following documentationlucio wrote: The part with the ...tp5xz... changes from session to session.
How am I able to make that generic?
Thanks in advance
lucio