leeleoo / flash-selenium

Automatically exported from code.google.com/p/flash-selenium
0 stars 0 forks source link

Flash-Selenium Java Client doesnt work with Firefox 3.0.12 #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Affected sw:
  Flash-Selenium Java client 0.9.2
  or
  Flash-Selenium Java client 1.0
with FireFox 3.0.12

Try to use a FlashSelenium api:

selenium = new DefaultSelenium("localhost", 4444, "*firefox", URL);
selenium.start();
flashApp = new FlashSelenium(selenium, "MyFlashApp");
while (flashApp.PercentLoaded() != 100) {
   Thread.sleep(1000);
}

When trying to execute the PercentLoaded() function, an exception is thrown

NPMethod called on non-NPObject wrapped JSObject!

Workaround:
install FireFox 3.0.11

Original issue reported on code.google.com by br...@yahoo.it on 27 Jul 2009 at 10:07

GoogleCodeExporter commented 8 years ago
I'm getting the same error with firefox 3.5.2 on a mac platform with both the 
java
client and the python client

Original comment by googchuc...@gmail.com on 14 Aug 2009 at 12:18

GoogleCodeExporter commented 8 years ago
Is there a workaround to get it working on Mac?

Original comment by vaibhav....@gmail.com on 7 Oct 2009 at 12:51

GoogleCodeExporter commented 8 years ago
Please change priority ti High

Original comment by gregory....@gmail.com on 27 Oct 2009 at 2:22

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/flash-selenium/issues/detail?id=27 is about the same. 
I've
added workaround there. I suppose that some kind of this can be applied to 
trunk.

Original comment by Khro...@gmail.com on 13 Nov 2009 at 10:12

GoogleCodeExporter commented 8 years ago

Original comment by sachin.s...@gmail.com on 23 Nov 2009 at 2:35