Created
July 29, 2011 13:59
-
-
Save illicitonion/1113848 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Testcase: testShouldReportTheXAndYCoordinatesWhenClicking took 5.525 sec | |
Caused an ERROR | |
Unable to locate element: {"method":"id","selector":"clientX"} | |
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html | |
Build info: version: '2.2.0', revision: '13043', time: '2011-07-22 13:00:46' | |
System info: os.name: 'Linux', os.arch: 'i386', os.version: '2.6.32-gg508-generic', java.version: '1.6.0-google-v4' | |
Driver info: driver.version: RemoteWebDriver | |
org.openqa.selenium.NoSuchElementException: Unable to locate element: {"method":"id","selector":"clientX"} | |
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html | |
Build info: version: '2.2.0', revision: '13043', time: '2011-07-22 13:00:46' | |
System info: os.name: 'Linux', os.arch: 'i386', os.version: '2.6.32-gg508-generic', java.version: '1.6.0-google-v4' | |
Driver info: driver.version: RemoteWebDriver | |
at java.lang.reflect.Constructor.newInstance(Constructor.java:532) | |
at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:131) | |
at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:105) | |
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:405) | |
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:193) | |
at org.openqa.selenium.remote.RemoteWebDriver.findElementById(RemoteWebDriver.java:210) | |
at org.openqa.selenium.By$ById.findElement(By.java:199) | |
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:185) | |
at org.openqa.selenium.WaitingConditions$1.call(WaitingConditions.java:34) | |
at org.openqa.selenium.WaitingConditions$1.call(WaitingConditions.java:1) | |
at org.openqa.selenium.TestWaiter.waitFor(TestWaiter.java:64) | |
at org.openqa.selenium.TestWaiter.waitFor(TestWaiter.java:44) | |
at org.openqa.selenium.CorrectEventFiringTest.getTextFromElementOnceAvailable(CorrectEventFiringTest.java:350) | |
at org.openqa.selenium.CorrectEventFiringTest.testShouldReportTheXAndYCoordinatesWhenClicking(CorrectEventFiringTest.java:360) | |
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) | |
at junit.extensions.TestSetup$1.protect(TestSetup.java:23) | |
at junit.extensions.TestSetup.run(TestSetup.java:27) | |
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) | |
at junit.extensions.TestSetup$1.protect(TestSetup.java:23) | |
at junit.extensions.TestSetup.run(TestSetup.java:27) | |
Caused by: org.openqa.selenium.remote.ErrorHandler$UnknownServerException: Unable to locate element: {"method":"id","selector":"clientX"} | |
Build info: version: '2.2.0', revision: '13043', time: '2011-07-22 13:00:46' | |
System info: os.name: 'Linux', os.arch: 'i386', os.version: '2.6.32-gg508-generic', java.version: '1.6.0-google-v4' | |
Driver info: driver.version: unknown | |
at <anonymous class>.<anonymous method>(file:///tmp/anonymous5000795216663757944webdriver-profile/extensions/[email protected]/components/driver-component.js -> file:///tmp/anonymous5000795216663757944webdriver-profile/extensions/[email protected]/components/firefoxDriver.js:375) | |
at <anonymous class>.<anonymous method>(file:///tmp/anonymous5000795216663757944webdriver-profile/extensions/[email protected]/components/driver-component.js -> file:///tmp/anonymous5000795216663757944webdriver-profile/extensions/[email protected]/components/firefoxDriver.js:398) | |
at <anonymous class>.<anonymous method>(file:///tmp/anonymous5000795216663757944webdriver-profile/extensions/[email protected]/components/nsCommandProcessor.js:306) | |
at <anonymous class>.<anonymous method>(file:///tmp/anonymous5000795216663757944webdriver-profile/extensions/[email protected]/components/nsCommandProcessor.js:320) | |
at <anonymous class>.<anonymous method>(file:///tmp/anonymous5000795216663757944webdriver-profile/extensions/[email protected]/components/nsCommandProcessor.js:197) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment