Closed GoogleCodeExporter closed 8 years ago
Ok guys, I solved my problem by myself yesterday, right after posting here. Bu
the
reason of my issue makes me wonder how the test can work properly on your side.
The cause of my problem is that the flash object is specified by the
"clickcolors"
id in the java test code. Yesterday, I replaced this parameter by
"ColoredSquare"
flashApp = new FlashSelenium(selenium, "clickcolors");
replaced by: flashApp = new FlashSelenium(selenium, "coloredSquare");
so my new question is: How the test code could work properly for you guys with
a
wrong parameter? There's maybe something that I don't understand here.
Original comment by gigogigo...@mailinator.com
on 8 Apr 2009 at 11:39
Actually, the parameter isn't wrong.. The problem is that on some browsers the
id of
the object tag works, and on others, the id of the embed works.
Original comment by s0c...@gmail.com
on 28 Jun 2009 at 2:38
Original comment by sachin.s...@gmail.com
on 23 Nov 2009 at 5:31
Original issue reported on code.google.com by
gigogigo...@mailinator.com
on 8 Apr 2009 at 3:04