Why does a script work on FF and Chrome but not on IE
|
03-02-2015, 05:48 PM
Post: #1
|
|||
|
|||
Why does a script work on FF and Chrome but not on IE
There's this weird problem where the following script would work nicely on FF and Chrome but does not work on any version of IE. I tried to debug but no avail and hence seeking your help on this.
Succesful runs: FF: http://www.webpagetest.org/result/150301_1Z_866/ Chrome: http://www.webpagetest.org/result/150301_70_2CC/ Failed Runs: IE 11: http://www.webpagetest.org/result/150301_4F_2J6/ IE 9 : http://www.webpagetest.org/result/150301_E3_86C/ IE 8: http://www.webpagetest.org/result/150302_AW_C14/[/quote] Here's my script Quote:combineSteps What gives on IE? |
|||
03-03-2015, 06:56 PM
(This post was last modified: 03-04-2015 02:42 AM by andydavies.)
Post: #2
|
|||
|
|||
RE: Why does a script work on FF and Chrome but not on IE
I tried this but it fails in IE too - so you might need to walk through the DOM scripting in IE
Code: combineSteps One thing I did notice while looking at it is that a couple of the strings end with ’ rather than ' Might have another poke at it later if I get the chance Andy Using WebPageTest - http://usingwpt.com/ |
|||
03-06-2015, 05:56 AM
Post: #3
|
|||
|
|||
RE: Why does a script work on FF and Chrome but not on IE
(03-03-2015 06:56 PM)andydavies Wrote: I tried this but it fails in IE too - so you might need to walk through the DOM scripting in IE Let me know if you did. BTW this isnt unique to WebPageTest, I also had Catchpoint Support guys get caught up in the same issue (they use Selenium IDE etc) so definitely points to something on their site |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)