18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Accessory Spy recognizes objects differently on IE9 and Firefox
OS - Win7
Browser: IE9
Sahi: V3.5, Build 2011-07-19
Have a script that works in Firefox on RedHat linux:
browser.link("Add").click();
browser.textbox("uid").setValue(uid);
browser.textbox("givenname").setValue(givenName);
browser.textbox("sn").setValue(sn);
browser.button("Add").click();
But running same script on IE fails.
When looking at the Accessor spy, the link to Add, and then the button to Add, show up as span("Add")
Switched to sahi mode, and the accessor spy indicates the button to Add as a button (unlike when mode was in java)
Is there a setting IE9 to recognize the objects same as Firefox?
Browser: IE9
Sahi: V3.5, Build 2011-07-19
Have a script that works in Firefox on RedHat linux:
browser.link("Add").click();
browser.textbox("uid").setValue(uid);
browser.textbox("givenname").setValue(givenName);
browser.textbox("sn").setValue(sn);
browser.button("Add").click();
But running same script on IE fails.
When looking at the Accessor spy, the link to Add, and then the button to Add, show up as span("Add")
Switched to sahi mode, and the accessor spy indicates the button to Add as a button (unlike when mode was in java)
Is there a setting IE9 to recognize the objects same as Firefox?