Giter Site home page Giter Site logo

Comments (21)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
I face problem while running flash selenium for Firefox browser. I load flash 
movie 
and use call method with function name as paramater. But FlashSelenium throws 
the 
exception saying Object dont have properties.

I am not sure but may be when using firefox flash movie can be accessed using 
ExternalInterface API. 

Original comment by [email protected] on 22 Sep 2008 at 1:16

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Me too have the same problem with firefox. But it works with IE-6 through.

Original comment by [email protected] on 15 Oct 2008 at 10:22

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024

Original comment by [email protected] on 30 Oct 2008 at 4:35

  • Changed state: Started

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Sachin Sachin is looking in this issue.
It seems to be a new issue as flash-selenium was working fine for Firefox and 
IE in
the beginning of 2008.

Original comment by [email protected] on 31 Oct 2008 at 5:17

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Hello FlashSelenium Team,

I used Firefox 2.0.0.16 and Flash Selenium from SVN respository revison 22 and 
when 
I call methods which are exposed to ExternalInterface (using addCallback 
method)all 
the time I get exception message "Flash Movie do not have properties". The same 
exception is not seen in IE 7. Even the native methods like PercentLoaded(), 
IsPlaying() throws the same exception for Firfox.

Eagerly waiting for this issue to fix. Thank you for the great work..

Best Regards !

/ Yogesh

Original comment by [email protected] on 31 Oct 2008 at 10:20

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
The Java and .NET Client has been fixed. Now it supports both Firefox 2 and 
Firefox 
3.

Original comment by [email protected] on 4 Nov 2008 at 1:33

  • Changed state: Fixed

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
[deleted comment]

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Hello FlashSelenium Team,

  I am using the latest FlashSelenium.dll (revision 25 build) and i am trying to 
click on a "flashobject" of our project. Still i am seeing "flashobjectid do 
not 
have properties" error on firefox3 and firefox2.I just included the new dll in 
my 
project. Do i need to do any thing more to overcome this issue?

Original comment by [email protected] on 24 Nov 2008 at 3:59

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Hey Karthik,

Have you externalized the action associated with the click? Just to be sure, 
does the
same work when IE is used by Selenium?

Original comment by [email protected] on 25 Nov 2008 at 5:33

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
It's not working in IE too, I am getting 
A first chance exception of type 'Selenium.SeleniumException' occurred in
ThoughtWorks.Selenium.Core.dll
'flashApp.Call("clickHandler")' threw an exception of type 
'Selenium.SeleniumException'
    base {System.Exception}: {"ERROR: Threw an exception:
'window.document.flashObjectId' is null or not an object"}

I have externalized the action using ExternalInterface.call method

Original comment by [email protected] on 26 Nov 2008 at 4:34

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
I am using r25 flashselenium.dll  and it fixed the problem of firefox. I can 
call 
externalized function of flash movies.. But now it stopped working with IE7... 
flashApp.PercentLoaded() works in IE7 but 
flashApp.Call("functionname","Paramater") 
do not work in IE7.

In FF3, flashApp.PercentLoaded()  and flashApp.Call("functionname","Paramater") 

both works fine.

Original comment by [email protected] on 30 Nov 2008 at 5:19

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Any plans to fix for IE7? flashApp.Call("functionname","Paramater") is not 
working 
with R25 .NET client.

Original comment by [email protected] on 23 Feb 2009 at 9:39

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Hey,

I'm currently looking into the issue. I use IE8 (RC1) but let me see if I can
reproduce the same on this browser.

Original comment by [email protected] on 24 Feb 2009 at 10:00

  • Changed state: Started

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Hello FlashSelenium Team,

My question seems very....but i'm really find no way to solve it.


I'm using r25 FlashSelenium.dll to try to test the flash movie on the 
page:http://www.geocities.com/paulocaroli/flash/colors.html

But it always stoped at the very beginning: 
flashApp = new FlashSelenium.FlashSelenium(selenium, "clickcolors");

and the exception message is:
Selenium.SeleniumException: ERROR: Threw an exception: 
window.document.clickcolors 
is undefined.





Original comment by [email protected] on 14 Apr 2009 at 7:24

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Hi,
I also have problems getting FlashSelenium to work with this 'clickcolors' 
sample.
With FF3 it stops at the flashApp.PercentLoaded() line and shows error:
'document.clickcolors has no properties'.
When I try it with IE7 it passes that, also works with getColor, but doesn't 
make the
click on the box.

Original comment by [email protected] on 16 Apr 2009 at 12:13

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
I think the problem is about the embed tag and the object tag. You guys should 
try to
change the id from the object tag and use the embed's tag... It works 
differently on
each browser (that explains why it doesn't work on FF3 and works a little on 
IE7)...

Original comment by [email protected] on 28 Jun 2009 at 2:37

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
[deleted comment]

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
Hi,
I have the same problem. I use FF3.5.3. Whenever I want to call:

FlashSelenium flashApp = new FlashSelenium(seleniumBrowser, "NavTabs");
flashApp.PercentLoaded();

the error is:

com.thoughtworks.selenium.SeleniumException: ERROR: Threw an exception:
this.browserbot.findElement("NavTabs").PercentLoaded is not a function

Any help is appreciated.

Nader

Original comment by [email protected] on 22 Oct 2009 at 6:35

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
I got rid of "this.browserbot.findElement("")" error by adding 
Thread.sleep(1000) 
before calling the method. However now I get this 
error "com.thoughtworks.selenium.SeleniumException: ERROR: Threw an exception: 
NPMethod called on non-NPObject wrapped JSObject!" on Firefox 3.0 and above and 
don't know what the solution is.

Original comment by [email protected] on 22 Oct 2009 at 7:49

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
@error.issue2
http://code.google.com/p/flash-selenium/issues/detail?id=31&can=1

Original comment by [email protected] on 26 Dec 2009 at 1:53

from flash-selenium.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 26, 2024
i am using Internet Explorer version 8.0.6001.18702 & Chiper Strength 128 bits.

But my Flash application is not showing in explorer. I am trying to run this 
from 

Tomcat server. 


So can any one tell me that Flash-Selenium support which version of Internet 
explorer with all the listing. plz

Original comment by [email protected] on 22 Jun 2011 at 5:58

from flash-selenium.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.