When I tried to run sample codes, I always got error:
src\LoggingSeleniumJunitAssertionFailedSample.java:122: cannot find symbol symbol : method assertEquals(java.lang.String,java.lang.String,java.lang.String
,com.unitedinternet.portal.selenium.utils.logging.LoggingSelenium)
location: class LoggingSeleniumJunitAssertionFailedSample assertEquals("Expected page title not found", "Selenium RC: About", sel
enium.getTitle(), selenium);
It seems all the "assert" methods are missing. What's the problem?
Thanks,
Weibin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
When I tried to run sample codes, I always got error:
src\LoggingSeleniumJunitAssertionFailedSample.java:122: cannot find symbol symbol : method assertEquals(java.lang.String,java.lang.String,java.lang.String
,com.unitedinternet.portal.selenium.utils.logging.LoggingSelenium)
location: class LoggingSeleniumJunitAssertionFailedSample assertEquals("Expected page title not found", "Selenium RC: About", sel
enium.getTitle(), selenium);
It seems all the "assert" methods are missing. What's the problem?
Thanks,
Weibin
Is this still a problem?
I can not reproduce that.
It works fine now.
Best regards,
Weibin
Hi I have the same issue. how do you resolve it? thanks. I have compile error complaining could not find the symbol