by edxxgardo » Wed Mar 10, 2010 5:07 pm
Hello again,
Ok, the problem was solved by just setting the "Use Ensure Visible" to false, great. Now, I have another problem with some tags IDs in the web page. Every time I select the item in the drop down menu, a new web page is shown where I need to fill in some input fields. Some of them have an icon where after clicking on it, a popup window is shown to select the desired date. I select the date and the field is filled in with the selected date. Recorder correctly select the item, but every time I replay back the recorded test it fails. I think that this is because the id change over and over every time I enter to the same page. The weird thing is that on Chrome it works, even on icons where after clicking on them, some input fields appear or dissapear as requested. Have a look at the Ranoxpath of the item mentioned above:
/dom[@caption~'^blabla\ -\ The\ portal\ t']/body/table/tbody/tr/td/table/tbody/tr[1]/td[2]/form/table/tbody/tr[2]/td/table/tbody/tr[@id='gmd:identificationInfo_1fa172a2-6403-408c-8e55-e3d33b67480c']/td/fieldset/table/tbody/tr[@id='gmd:date_cee434e2-d7d6-40b0-aef9-e161c9e379b1']/td/table/tbody/tr/td[2]/img[@id='_93_trigger']
As you see in the red part above, I checked the page source code and in fact the number changes continuosly. I spent a lot of time in trying different tools and when I saw Ranorex works well on Chrome I was so happy. I hope you can help me with Firefox, because I really need it works on this browser.
Thanks again for the support,
Dario