06-16-2012, 04:06 AM
06-16-2012, 04:47 AM
Some scripting works but anything that needs to interact with the DOM does not (we don't have access into the Chrome Frame DOM running inside of the IE container).
06-16-2012, 06:26 AM
Is there a workaround to running scripted tests where it requires us to put in a username and password into input fields? Will DOM interaction with Chrome Frame be supported in the future?
06-20-2012, 01:07 AM
It's unlikely that DOM interaction will be supported any time soon. If you are testing an authenticated page your best bet would be to log in on a desktop, grab the session cookie for your session and use the setCookie command to have the test agent re-use your session (assuming they are not locked down to IP address). The cookie commands should work fine since Chrome Frame uses IE's networking stack.