Open GoogleCodeExporter opened 9 years ago
Never mind, this seems to be caused by safari 5.
But there is a problem however: the mvn version doesn't show any tooltips
(component id's)
Original comment by christia...@gmail.com
on 15 Jun 2010 at 1:02
I see very similar behavior with Firefox 3.6.3 and sfapi-0.2.6. If I call
flashApp.PercentLoaded() I get the percentage loaded as expected. If I use the
flashApp.call I get an error. This is new behavior.
String alertPresent = flashApp.call("getFlexAlertPresent", "", "");
com.thoughtworks.selenium.SeleniumException: ERROR: Threw an exception:
this.browserbot.findElement("sierra").getFlexAlertPresent is not a function
at
com.thoughtworks.selenium.HttpCommandProcessor.throwAssertionFailureExceptionOrE
rror(HttpCommandProcessor.java:97)
at
com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.ja
va:91)
at
com.thoughtworks.selenium.HttpCommandProcessor.getString(HttpCommandProcessor.ja
va:262)
at com.thoughtworks.selenium.DefaultSelenium.getEval(DefaultSelenium.java:443)
at com.thoughtworks.selenium.FlashSelenium.call(FlashSelenium.java:57)
at myCode.validateTab(selFlexTwo.java:2275)
Original comment by logan.hawkes@gmail.com
on 16 Jun 2010 at 11:33
Original issue reported on code.google.com by
christia...@gmail.com
on 15 Jun 2010 at 12:36