sansadjadee / fighting-layout-bugs

Automatically exported from code.google.com/p/fighting-layout-bugs
Apache License 2.0
0 stars 0 forks source link

Current version not compatible with Selenium 2.0.0 #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Import fighting-layout-bugs into a project that depends on Selenium 2.0.0.
2. Use fighting-layout-bugs.

What is the expected output? What do you see instead?
I expect the software to work. Instead I see "java.lang.ClassNotFoundException: 
org.openqa.selenium.RenderedWebElement".

What version of the product are you using? On what operating system?
I used 0.1, but the issue is also present in TRUNK. I run Linux, but that is 
irrelevant.

Please provide any additional information below.
I checked out TRUNK and altered the POM and code such that it runs with 
Selenium 2.1.0. (It should also work with 2.0.0). See the attached patch. As 
far as I can tell this resolves the issue.

Original issue reported on code.google.com by stephan...@gmail.com on 21 Jul 2011 at 6:25

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by michael.tamm2 on 7 Nov 2011 at 11:32