Script Test not working for Chrome Frame
|
06-16-2012, 04:06 AM
Post: #1
|
|||
|
|||
Script Test not working for Chrome Frame
Hi Patrick,
I noticed my tests would navigate to the page but would hang during the setValue command. Does scripting work for Chrome Frame? Thanks! |
|||
06-16-2012, 04:47 AM
Post: #2
|
|||
|
|||
RE: Script Test not working for Chrome Frame
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
(This post was last modified: 06-16-2012 06:26 AM by klee.)
Post: #3
|
|||
|
|||
RE: Script Test not working for Chrome Frame
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
Post: #4
|
|||
|
|||
RE: Script Test not working for Chrome Frame
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.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)