Hi Michael Tamm,
I am new to fighting-layout-bugs, have created java project using fighting-layout-bugs-0.5-jar-with-dependencies. I tried to run my website on FF and Chrome browsers ( using latest driver). But it failed to navigate the URL after launching the browser. Please let me know what all the browser versions vs driver version vs does support fighting-layout-bugs-0.5 api. Thanks for your help in advance.
I tried to run on FF 26/29/30 versions and chrome latest version and its shows this below error. Where are it works fine on FF 15 and reports actual issues.
com.googlecode.fightinglayoutbugs.AnimationDetectedException: This is strange: Found animated pixels, although
- all JavaScript animations have been stopped,
- all animated GIF images have been hidden,
- all elements potentially containing animation (like Java Applets, Flash Movies, videos, and iframes) are ignored.
- all CSS animations have been paused, and
- all CSS transitions have been disabled.
Analysis is stopped, so you don't get false alarms.
If you want support (or want to support FLB) please
1.) add calls to FightingLayoutBugs.setScreenshotDir(...) and FightingLayoutBugs.enableDebugMode() to your code
,2.) run it again, and if you get this exception again
3.) send an email to fighting-l...@googlegroups.com with the following information:
- Your code.
- All logged output.
- All screenshot files (you might want to pack those into an zip archive).
- Which version of FLB do you use?
- Which version of Selenium do you use?
- Which browser (type and version) do you use?
- Which Java version do you use?
- Which OS (type and version)do you use?
Hi Michael Tamm,
I am new to fighting-layout-bugs, have created java project using fighting-layout-bugs-0.5-jar-with-dependencies. I tried to run my website on FF and Chrome browsers ( using latest driver). But it failed to navigate the URL after launching the browser. Please let me know what all the browser versions vs driver version vs does support fighting-layout-bugs-0.5 api. Thanks for your help in advance.
I tried to run on FF 26/29/30 versions and chrome latest version and its shows this below error. Where are it works fine on FF 15 and reports actual issues.
com.googlecode.fightinglayoutbugs.AnimationDetectedException: This is strange: Found animated pixels, although
- all JavaScript animations have been stopped,
- all animated GIF images have been hidden,
- all elements potentially containing animation (like Java Applets, Flash Movies, videos, and iframes) are ignored.
- all CSS animations have been paused, and
- all CSS transitions have been disabled.
Analysis is stopped, so you don't get false alarms.
If you want support (or want to support FLB) please
1.) add calls to FightingLayoutBugs.setScreenshotDir(...) and FightingLayoutBugs.enableDebugMode() to your code
,2.) run it again, and if you get this exception again
3.) send an email to fighting-layout-bugs@googlegroups.com with the following information: