Guest User

TEST-test-org.openqa.selenium.safari.SafariDriverTests.txt

a guest
Jun 26th, 2013
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 290.32 KB | None | 0 0
  1. Testsuite: org.openqa.selenium.safari.SafariDriverTests
  2. Tests run: 640, Failures: 3, Errors: 116, Time elapsed: 452.764 sec
  3. ------------- Standard Output ---------------
  4. ------------- ---------------- ---------------
  5. ------------- Standard Error -----------------
  6.  
  7. ....lots of INFO excluded....
  8.  
  9. ------------- ---------------- ---------------
  10.  
  11. Testcase: testCatchesAlertsOpenedWithinAnIFrame took 8.439 sec
  12. Testcase: throwsIfScriptTriggersAlertWhichTimesOut took 0.515 sec
  13. Testcase: testHandlesWhenNoAlertsArePresent took 0.111 sec
  14. Testcase: onBeforeUnloadWithNoReturnValueShouldNotTriggerUnexpectedAlertErrors took 0.729 sec
  15. Testcase: testShouldBeAbleToOverrideTheWindowAlertMethod took 0.262 sec
  16. Testcase: onBeforeUnloadWithReturnValuesShouldTriggerUnexpectedAlertErrors_uiAction took 0.465 sec
  17. Testcase: onBeforeUnloadWithNoReturnValueShouldNotTriggerUnexpectedAlertErrors_firedBetweenCommands took 2.063 sec
  18. Testcase: onBeforeUnloadFromPageRefreshShouldTriggerUnexpectedAlertErrors took 0.424 sec
  19. Testcase: testIncludesAlertInUnhandledAlertException took 0.419 sec
  20. Testcase: onBeforeUnloadFromPageLoadShouldTriggerUnexpectedAlertErrors took 0.438 sec
  21. Testcase: throwsIfAlertHappensDuringScript took 0.573 sec
  22. Testcase: shouldCatchAlertsOpenedBetweenCommandsAndReportThemOnTheNextCommand took 1.473 sec
  23. Testcase: onBeforeUnloadWithNullReturnDoesNotTriggerAlertError took 0.643 sec
  24. Testcase: throwsIfAlertHappensDuringScriptWhichTimesOut took 0.473 sec
  25. Testcase: throwsIfScriptTriggersAlert took 0.4 sec
  26. Testcase: onBeforeUnloadWithReturnValuesShouldTriggerUnexpectedAlertErrors_asyncScript took 0.451 sec
  27. Testcase: executeAsyncScriptIsResilientToPagesRedefiningSetTimeout took 6.148 sec
  28. Testcase: doesNotLeakInternalMessagesToThePageUnderTest took 0.172 sec
  29. Testcase: shouldClearCookiesWhenStartingWithACleanSession took 12.573 sec
  30. Testcase: isResilientToPagesRedefiningDependentDomFunctions took 0.943 sec
  31. Testcase: cannotCrossDomainsWithExecuteScript took 6.377 sec
  32. Testcase: canSwitchToAFrameFromAnotherDomain took 0.481 sec
  33. Testcase: canNavigateBetweenDomains took 0.422 sec
  34. Testcase: shouldStartWithCustomExtensionIfRequested took 21.51 sec
  35. Testcase: shouldRemoveExtensionOnDriverQuit took 14.384 sec
  36. Testcase: shouldStartWithoutCustomExtensionByDefault took 8.174 sec
  37. Testcase: testInjectingAtomShouldNotTrampleOnUnderscoreGlobal took 6.138 sec
  38. Testcase: driverLogShouldBeEnabledByDefault took 0.037 sec
  39. Testcase: profilerLogShouldBeDisabledByDefault took 0.013 sec
  40. Testcase: serverLogShouldBeEnabledByDefaultOnRemote took 0.007 sec
  41. Testcase: clientLogShouldBeEnabledByDefault took 6.034 sec
  42. Testcase: browserLogShouldBeEnabledByDefault took 0.012 sec
  43. Testcase: testHashCodeDoesNotFallIntoEndlessRecursion took 0.015 sec
  44. Testcase: shouldUseXPathToFindByNameIfDriverDoesNotImplementFindsByName took 0.026 sec
  45. Testcase: shouldUseFindsByNameToLocateElementsByName took 0.003 sec
  46. Testcase: innerClassesArePublicSoThatTheyCanBeReusedElsewhere took 0.001 sec
  47. Testcase: testfindElementsByXPath took 0.233 sec
  48. Testcase: testShouldBeAbleToFindAnElementByCss3Selector took 0.197 sec
  49. Testcase: testFindElementByXPath took 0.181 sec
  50. Testcase: testfindElementById took 0.164 sec
  51. Testcase: testfindElementsById took 0.163 sec
  52. Testcase: testShouldFindChildElementsByTagName took 0.176 sec
  53. Testcase: testShouldBeAbleToFindAnElementByCssSelector took 0.182 sec
  54. Testcase: testfindElementByName took 0.173 sec
  55. Testcase: testfindElementsByName took 0.168 sec
  56. Testcase: testFindElementByLinkText took 0.192 sec
  57. Testcase: testfindElementByIdWhenNoMatchInContext took 0.171 sec
  58. Testcase: testFindingDotSlashElementsOnElementByXPathShouldFindNotTopLevelElements took 0.2 sec
  59. Testcase: testfindElementsByLinkText took 0.182 sec
  60. Testcase: testShouldFindChildElementsByClassName took 0.163 sec
  61. Testcase: testFindElementByXPathWhenNoMatch took 0.167 sec
  62. Testcase: testFindElementsByLinkTest took 0.182 sec
  63. Testcase: testFindingElementsOnElementByXPathShouldFindTopLevelElements took 0.173 sec
  64. Testcase: testfindElementsByXPathWhenNoMatch took 0.172 sec
  65. Testcase: testShouldFindChildrenByTagName took 0.187 sec
  66. Testcase: testShouldFindChildrenByClassName took 0.156 sec
  67. Testcase: testfindElementByIdWhenMultipleMatchesExist took 0.186 sec
  68. Testcase: testShouldBeAbleToFindElementsByCssSelector took 0.176 sec
  69. Testcase: testTextInputShouldNotClearWhenDisabled took 0.216 sec
  70. Testcase: testTextAreaShouldNotClearWhenDisabled took 0.17 sec
  71. Testcase: testContentEditableAreaShouldClear took 0.195 sec
  72. Testcase: testWritableTextInputShouldClear took 0.166 sec
  73. Testcase: testWritableTextAreaShouldClear took 0.223 sec
  74. Testcase: testTextInputShouldNotClearWhenReadOnly took 0.162 sec
  75. Testcase: testTextAreaShouldNotClearWhenReadOnly took 0.154 sec
  76. Testcase: testShouldBeAbleToClickRadioButtonScrolledIntoView took 0.203 sec
  77. Testcase: testShouldScrollToClickOnAnElementHiddenByOverflow took 0.224 sec
  78. Testcase: testShouldNotScrollWhenGettingElementSize took 0.236 sec
  79. Testcase: testShouldNotScrollOverflowElementsWhichAreVisible took 0.214 sec
  80. Testcase: testShouldBeAbleToClickOnAnElementHiddenByOverflow took 0.197 sec
  81. Testcase: testClickingOnAnchorScrollsPage took 0.267 sec
  82. Testcase: testShouldScrollOverflowElementsIfClickPointIsOutOfViewButElementIsInView took 0.246 sec
  83. Testcase: testShouldBeAbleToClickOnAnElementHiddenByDoubleOverflow took 0.393 sec
  84. Testcase: testShouldSetRelatedTargetForMouseOver took 0.525 sec
  85. Testcase: testCanClickOnALinkWithEnclosedImage took 0.371 sec
  86. Testcase: testCanClickOnAnElementWithTopSetToANegativeNumber took 0.468 sec
  87. Testcase: testCanClickOnAnAnchorAndNotReloadThePage took 0.241 sec
  88. Testcase: testCanClickOnAnElementEnclosedInALink took 0.379 sec
  89. Testcase: testCanClickOnALinkAndFollowIt took 0.384 sec
  90. Testcase: testShouldBeAbleToClickOnAnElementInTheViewport took 0.403 sec
  91. Testcase: testClickingLabelShouldSetCheckbox took 0.383 sec
  92. Testcase: testClicksASurroundingStrongTag took 0.523 sec
  93. Testcase: testShouldBeAbleToClickOnRTLLanguageLink took 0.534 sec
  94. Testcase: testCanClickAnImageMapArea took 1.255 sec
  95. Testcase: testCanClickOnAnImageEnclosedInALink took 0.331 sec
  96. Testcase: testCanClickOnALinkThatOverflowsAndFollowIt took 0.336 sec
  97. Testcase: testElementsFoundByJsCanLoadUpdatesInAnotherFrame took 0.327 sec
  98. Testcase: testCanClickOnALinkThatContainsEmbeddedBlockElements took 0.371 sec
  99. Testcase: testCanClickOnALinkThatContainsTextWrappedInASpan took 0.332 sec
  100. Testcase: testJsLocatedElementsCanUpdateFramesIfFoundSomehowElse took 0.342 sec
  101. Testcase: testShouldBeAbleToClickOnAnElementInFrameGreaterThanTwoViewports took 0.624 sec
  102. Testcase: testShouldBeAbleToClickOnAnElementGreaterThanTwoViewports took 0.537 sec
  103. Testcase: testCanClickOnALinkThatUpdatesAnotherFrame took 0.301 sec
  104. Testcase: testShouldBeAbleToIncludeLeadingPeriodInDomainName took 0.002 sec
  105. Testcase: testShouldIgnoreThePortNumberOfTheHostWhenSettingTheCookie took 0 sec
  106. Testcase: testShouldBeAbleToAddCookie took 0.001 sec
  107. Testcase: testAddCookiesWithDifferentPathsThatAreRelatedToOurs took 0 sec
  108. Testcase: testCookieEqualityAfterSetAndGet took 0 sec
  109. Testcase: testSettingACookieThatExpiredInThePast took 0.001 sec
  110. Testcase: testShouldBeAbleToSetDomainToTheCurrentDomain took 0.001 sec
  111. Testcase: testGetAllCookies took 0 sec
  112. Testcase: testShouldBeAbleToAddToADomainWhichIsRelatedToTheCurrentDomain took 0.012 sec
  113. Testcase: testDeleteAllCookies took 0.001 sec
  114. Testcase: testCanSetCookieWithoutOptionalFieldsSet took 0.001 sec
  115. Testcase: testShouldNotDeleteCookiesWithASimilarName took 0 sec
  116. Testcase: testShouldWalkThePathToDeleteACookie took 0.001 sec
  117. Testcase: testRetainsCookieExpiry took 0.001 sec
  118. Testcase: testDeleteCookieWithName took 0 sec
  119. Testcase: testDeleteNotExistedCookie took 0.001 sec
  120. Testcase: testShouldNotGetCookieOnDifferentDomain took 0 sec
  121. Testcase: testCannotGetCookiesWithPathDifferingOnlyInCase took 0 sec
  122. Testcase: testShouldGetCookieByName took 0.001 sec
  123. Testcase: testShouldScrollPageAndGetCoordinatesOfAnElementThatIsOutOfViewPort took 0.302 sec
  124. Testcase: testShouldGetCoordinatesOfAnInvisibleElement took 0.193 sec
  125. Testcase: testShouldGetCoordinatesOfAnEmptyElement took 0.175 sec
  126. Testcase: testShouldGetCoordinatesOfAnElementInViewPort took 0.193 sec
  127. Testcase: testShouldGetCoordinatesOfATransparentElement took 0.197 sec
  128. Testcase: testShouldGetCoordinatesOfAnElementInAFrame took 0.251 sec
  129. Testcase: testShouldGetCoordinatesOfAHiddenElement took 0.234 sec
  130. Testcase: testShouldEmitOnClickEventsWhenSelectingElements took 0.236 sec
  131. Testcase: testShouldFireFocusEventWhenClicking took 0.204 sec
  132. Testcase: testSubmittingFormFromFormInputTextElementShouldFireOnSubmitForThatFormAndNotClickOnThatInput took 0.203 sec
  133. Testcase: testSendingKeysToAnotherElementShouldCauseTheBlurEventToFire took 0.243 sec
  134. Testcase: testShouldFireClickEventWhenClicking took 0.261 sec
  135. Testcase: testShouldEmitOnChangeEventsWhenSelectingElements took 0.257 sec
  136. Testcase: testShouldEmitOnChangeEventsWhenChangingTheStateOfACheckbox took 0.204 sec
  137. Testcase: testShouldIssueMouseUpEvents took 0.207 sec
  138. Testcase: testsShouldIssueMouseDownEvents took 0.221 sec
  139. Testcase: testSubmittingFormFromFormInputSubmitElementShouldFireOnSubmitForThatForm took 0.182 sec
  140. Testcase: testMouseEventsShouldBubbleUpToContainingElements took 0.2 sec
  141. Testcase: testShouldNotThrowIfEventHandlerThrows took 0.164 sec
  142. Testcase: testShouldFireMouseOverEventWhenClicking took 0.186 sec
  143. Testcase: testClearingAnElementShouldCauseTheOnChangeHandlerToFire took 0.192 sec
  144. Testcase: testClickEventsShouldBubble took 0.235 sec
  145. Testcase: testSubmittingFormFromFormElementShouldFireOnSubmitForThatForm took 0.183 sec
  146. Testcase: testShouldFireEventsInTheRightOrder took 0.213 sec
  147. Testcase: testSendingKeysToAFocusedElementShouldNotBlurThatElement took 0.248 sec
  148. Testcase: testShouldReportTheXAndYCoordinatesWhenClicking took 0.281 sec
  149. Testcase: testShouldEmitClickEventWhenClickingOnATextInputElement took 0.191 sec
  150. Testcase: testShouldFireTwoClickEventsWhenClickingOnALabel took 0.208 sec
  151. Testcase: testShouldIssueClickEvents took 0.229 sec
  152. Testcase: testShouldFireMouseMoveEventWhenClicking took 0.191 sec
  153. Testcase: testSendingKeysToAnElementShouldCauseTheFocusEventToFire took 0.196 sec
  154. Testcase: testShouldFireMouseUpEventWhenClicking took 0.205 sec
  155. Testcase: testShouldFireMouseDownEventWhenClicking took 0.207 sec
  156. Testcase: testShouldReturnAnAbsoluteUrlWhenGettingHrefAttributeOfAValidAnchorTag took 0.154 sec
  157. Testcase: testShouldReturnTrueForPresentBooleanAttributes took 0.276 sec
  158. Testcase: testCanRetrieveTheCurrentValueOfATextFormField_emailInput took 0.285 sec
  159. Testcase: testShouldReturnValueOfOnClickAttribute took 0.179 sec
  160. Testcase: testCanRetrieveTheCurrentValueOfATextFormField_textInput took 0.221 sec
  161. Testcase: testGetAttributeDoesNotReturnAnObjectForSvgProperties took 0.222 sec
  162. Testcase: testShouldReturnNullForNonPresentBooleanAttributes took 0.178 sec
  163. Testcase: testShouldCorrectlyReportValueOfColspan took 1.163 sec
  164. Testcase: testShouldReturnTheContentsOfATextAreaAsItsValue took 0.171 sec
  165. Testcase: testCanReturnATextApproximationOfTheStyleAttribute took 0.149 sec
  166. Testcase: testShouldIndicateWhenATextAreaIsDisabled took 0.175 sec
  167. Testcase: testShouldReturnTheValueOfCheckedForACheckboxOnlyIfItIsChecked took 0.206 sec
  168. Testcase: testShouldIndicateWhenASelectIsDisabled took 0.196 sec
  169. Testcase: testShouldTreatReadonlyAsAValue took 0.192 sec
  170. Testcase: testShouldReturnAnAbsoluteUrlWhenGettingSrcAttributeOfAValidImgTag took 0.157 sec
  171. Testcase: testShouldOnlyReturnTheValueOfSelectedForRadioButtonsIfItIsSet took 0.264 sec
  172. Testcase: testShouldReturnTheValueOfTheDisabledAttributeAsNullIfNotSet took 0.221 sec
  173. Testcase: testShouldReturnValueOfClassAttributeOfAnElement took 0.197 sec
  174. Testcase: testShouldGetNumericAtribute took 0.165 sec
  175. Testcase: testShouldReturnTheValueOfTheIndexAttrbuteEvenIfItIsMissing took 0.183 sec
  176. Testcase: testShouldIndicateTheElementsThatAreDisabledAreNotEnabled took 0.199 sec
  177. Testcase: testShouldReturnEmptyAttributeValuesWhenPresentAndTheValueIsActuallyEmpty took 0.146 sec
  178. Testcase: testCanRetrieveTheCurrentValueOfATextFormField_textArea took 0.254 sec
  179. Testcase: testShouldReturnTheValueOfSelectedForOptionsOnlyIfTheyAreSelected took 0.23 sec
  180. Testcase: testElementsShouldBeDisabledIfTheyAreDisabledUsingRandomDisabledStrings took 0.214 sec
  181. Testcase: testShouldReturnNullWhenGettingSrcAttributeOfInvalidImgTag took 0.167 sec
  182. Testcase: testShouldThrowExceptionIfSendingKeysToElementDisabledUsingRandomDisabledStrings took 0.227 sec
  183. Testcase: testShouldReturnNullWhenGettingTheValueOfAnAttributeThatIsNotListed took 0.159 sec
  184. Testcase: testSameElementLookedUpDifferentWaysUsingFindElementShouldHaveSameHashCode took 0.171 sec
  185. Testcase: testSameElementLookedUpDifferentWaysShouldBeEqual took 0.154 sec
  186. Testcase: testSameElementLookedUpDifferentWaysUsingFindElementsShouldHaveSameHashCode took 0.155 sec
  187. Testcase: testAnElementFoundInADifferentFrameViaJsShouldHaveSameId took 0.275 sec
  188. Testcase: testDifferentElementsShouldNotBeEqual took 0.16 sec
  189. Testcase: testShouldFindElementByLinkTextContainingEqualsSign took 0.153 sec
  190. Testcase: testShouldBeAbleToFindAnElementByCompoundCssSelector took 0.165 sec
  191. Testcase: testRemovingAnElementDynamicallyFromTheDomShouldCauseAStaleRefException took 0.213 sec
  192. Testcase: testShouldBeAbleToFindMultipleElementsByName took 0.146 sec
  193. Testcase: testShouldFindElementsByClass took 0.165 sec
  194. Testcase: testShouldFindGrandChildren took 0.197 sec
  195. Testcase: testShouldNotBeAbleToLocateASingleElementThatDoesNotExist took 0.161 sec
  196. Testcase: testShouldNotBeAbleToFindAnElementOnABlankPage took 0.127 sec
  197. Testcase: testShouldThrowAnExceptionWhenThereIsNoLinkToClickAndItIsFoundWithLinkText took 0.148 sec
  198. Testcase: testShouldFindElementsByName took 0.185 sec
  199. Testcase: testAnElementFoundInADifferentFrameViaJsCanBeUsed took 0.276 sec
  200. Testcase: testShouldBeAbleToFindElementsByCompoundCssSelector took 0.177 sec
  201. Testcase: findsByLinkTextOnXhtmlPage took 0.207 sec
  202. Testcase: testShouldfindElementsBasedOnTagName took 0.168 sec
  203. Testcase: testShouldBeAbleToFindMultipleElementsById took 0.174 sec
  204. Testcase: testWhenFindingByNameShouldNotReturnById took 0.225 sec
  205. Testcase: testShouldFindHiddenElementsByName took 0.155 sec
  206. Testcase: testFindingALinkByXpathUsingContainsKeywordShouldWork took 0.149 sec
  207. Testcase: testShouldFindElementsByClassWhenItIsTheLastNameAmongMany took 0.172 sec
  208. Testcase: testShouldFindElementByClassWhenItsNameIsSurroundedByWhitespace took 0.179 sec
  209. Testcase: testShouldBeAbleToFindMultipleElementsByClassName took 0.146 sec
  210. Testcase: testShouldNotBeAbleToFindElementsBasedOnIdIfTheElementIsNotThere took 0.158 sec
  211. Testcase: testFindingByCompoundClassNameIsAnError took 0.051 sec
  212. Testcase: testShouldReturnTitleOfPageIfSet took 0.368 sec
  213. Testcase: testShouldBeAbleToFindAnElementByCssSelector took 0.177 sec
  214. Testcase: testShouldNotBeAbleToLocateASingleElementOnABlankPage took 14.345 sec
  215. Testcase: testShouldBeAbleToFindAnElementByBooleanAttributeUsingShortCssSelector took 0.231 sec
  216. Testcase: testShouldBeAbleToClickOnLinkIdentifiedByText took 0.378 sec
  217. Testcase: testShouldBeAbleToFindMultipleElementsByLinkText took 0.151 sec
  218. Testcase: testFindingByCssShouldNotIncludeParentElementIfSameTagType took 0.165 sec
  219. Testcase: testShouldFindElementsByClassWhenItIsInTheMiddleAmongMany took 0.157 sec
  220. Testcase: testShouldBeAbleToFindElementByPartialLinkText took 0.147 sec
  221. Testcase: testShouldBeAbleToClickOnLinksWithNoHrefAttribute took 0.19 sec
  222. Testcase: testReturnAnEmptyListWhenThereAreNoChildrenOfANode took 0.148 sec
  223. Testcase: testShouldNotFindElementOutSideTree took 0.207 sec
  224. Testcase: testShouldFindElementsByClassWhenItIsTheFirstNameAmongMany took 0.153 sec
  225. Testcase: testDriverShouldBeAbleToFindElementsAfterLoadingMoreThanOnePageAtATime took 0.465 sec
  226. Testcase: testShouldFindElementByPartialLinkTextContainingEqualsSign took 0.161 sec
  227. Testcase: testShouldfindAnElementBasedOnTagName took 0.153 sec
  228. Testcase: testShouldBeAbleToFindChildrenOfANode took 0.333 sec
  229. Testcase: testShouldBeAbleToFindAnElementByBooleanAttributeUsingShortCssSelectorOnHtml4Page took 0.181 sec
  230. Testcase: testShouldFindElementsByClassWhenItsNameIsSurroundedByWhitespace took 0.193 sec
  231. Testcase: testshouldBeAbleToClickOnLinkIdentifiedById took 0.298 sec
  232. Testcase: testShouldBeAbleToFindAnElementByBooleanAttributeUsingCssSelector took 0.164 sec
  233. Testcase: testShouldNotFindElementsByClassWhenTheNameQueriedIsShorterThanCandidateName took 0.145 sec
  234. Testcase: testShouldFindElementsByPartialLinkTextContainingEqualsSign took 0.162 sec
  235. Testcase: testAnElementFoundInADifferentFrameIsStale took 0.196 sec
  236. Testcase: testShouldReturnElementsThatDoNotSupportTheNameProperty took 0.146 sec
  237. Testcase: testShouldFindAnElementBasedOnId took 0.198 sec
  238. Testcase: testFindingByTagNameShouldNotIncludeParentElementIfSameTagType took 0.172 sec
  239. Testcase: testShouldBeAbleToFindElementsByCssSelector took 0.152 sec
  240. Testcase: testShouldBeAbleToFindMultipleElementsByXPath took 0.153 sec
  241. Testcase: testShouldFindElementsByLinkTextContainingEqualsSign took 0.161 sec
  242. Testcase: testShouldBeAbleToFindMultipleElementsByPartialLinkText took 0.154 sec
  243. Testcase: testShouldBeAbleToToggleSelectableCheckboxByClickingOnIt took 0.34 sec
  244. Testcase: testShouldNotBeAbleToSelectADisabledRadioButtonDisabledWithRandomString took 0.207 sec
  245. Testcase: testClickingDisabledSelectedRadioButtonShouldBeNoop took 0.226 sec
  246. Testcase: testClickingOnASelectedRadioButtonShouldLeaveItSelected took 0.204 sec
  247. Testcase: testClickingDisabledUnselectedRadioButtonShouldBeNoop took 0.225 sec
  248. Testcase: testClickingDisabledSelectedCheckboxShouldBeNoop took 0.219 sec
  249. Testcase: testShouldNotBeAbleToSelectADisabledCheckbox took 0.194 sec
  250. Testcase: testSelectingRadioButtonShouldUnselectItsSibling took 0.323 sec
  251. Testcase: testShouldBeAbleToToggleAnEnabledSelectedCheckbox took 0.359 sec
  252. Testcase: testShouldBeAbleToToggleAnEnabledUnselectedCheckbox took 0.383 sec
  253. Testcase: testShouldBeAbleToSelectSelectableRadioButtonByClickingOnIt took 0.334 sec
  254. Testcase: testShouldBeAbleToSelectAnEnabledUnselectedRadioButton took 0.241 sec
  255. Testcase: testShouldBeAbleToToggleEnabledMultiSelectOption took 0.387 sec
  256. Testcase: testClickingDisabledUnselectedCheckboxShouldBeNoop took 0.228 sec
  257. Testcase: testShouldBeAbleToSelectAnEnabledUnselectedCheckbox took 0.244 sec
  258. Testcase: testShouldNotBeAbleToSelectADisabledRadioButton took 0.191 sec
  259. Testcase: testShouldNotBeAbleToSelectADisabledCheckboxDisabledWithRandomString took 0.226 sec
  260. Testcase: testShouldNotGenerateErrorsWhenOpeningANewPage took 0.179 sec
  261. Testcase: shouldNotTimeoutIfScriptCallsbackInsideAZeroTimeout took 0.184 sec
  262. Testcase: shouldBeAbleToReturnJavascriptPrimitivesFromAsyncScripts_NullAndUndefined took 0.172 sec
  263. Testcase: shouldBeAbleToMakeXMLHttpRequestsAndWaitForTheResponse took 2.188 sec
  264. Testcase: shouldBeAbleToExecuteAsynchronousScripts took 5.807 sec
  265. Testcase: shouldBeAbleToReturnArraysOfWebElementsFromAsyncScripts took 0.185 sec
  266. Testcase: shouldBeAbleToReturnWebElementsFromAsyncScripts took 0.183 sec
  267. Testcase: shouldCatchErrorsWhenExecutingInitialScript took 0.155 sec
  268. Testcase: shouldBeAbleToReturnAnArrayLiteralFromAnAsyncScript took 0.163 sec
  269. Testcase: shouldBeAbleToReturnArraysOfPrimitivesFromAsyncScripts took 0.164 sec
  270. Testcase: throwsIfScriptTriggersAlertWhichTimesOut took 0.246 sec
  271. Testcase: shouldBeAbleToPassMultipleArgumentsToAsyncScripts took 0.161 sec
  272. Testcase: shouldDetectPageLoadsWhileWaitingOnAnAsyncScriptAndReturnAnError took 0.202 sec
  273. Testcase: includesAlertTextInUnhandledAlertException took 0.155 sec
  274. Testcase: shouldTimeoutIfScriptDoesNotInvokeCallbackWithAZeroTimeout took 0.168 sec
  275. Testcase: shouldBeAbleToReturnJavascriptPrimitivesFromAsyncScripts_NeitherNullNorUndefined took 0.187 sec
  276. Testcase: shouldTimeoutIfScriptDoesNotInvokeCallbackWithLongTimeout took 0.686 sec
  277. Testcase: shouldNotTimeoutIfCallbackInvokedImmediately took 0.162 sec
  278. Testcase: shouldTimeoutIfScriptDoesNotInvokeCallback took 0.166 sec
  279. Testcase: shouldBeAbleToReturnAnArrayObjectFromAnAsyncScript took 0.164 sec
  280. Testcase: throwsIfAlertHappensDuringScript took 0.292 sec
  281. Testcase: throwsIfAlertHappensDuringScriptWhichTimesOut took 0.295 sec
  282. Testcase: throwsIfScriptTriggersAlert took 0.239 sec
  283. Testcase: testShouldBeAbleToCallFunctionsDefinedOnThePage took 0.18 sec
  284. Testcase: testShouldBeAbleToPassInMoreThanOneArgument took 0.146 sec
  285. Testcase: testShouldBeAbleToCreateAPersistentValue took 0.188 sec
  286. Testcase: testShouldThrowAnExceptionWhenTheJavascriptIsBad took 0.187 sec
  287. Testcase: testShouldBeAbleToExecuteSimpleJavascriptAndReturnALong took 0.161 sec
  288. Testcase: testShouldBeAbleToPassANumberAnAsArgument took 0.164 sec
  289. Testcase: testShouldBeAbleToExecuteSimpleJavascriptAndReturnAStringsArray took 0.158 sec
  290. Testcase: testShouldBeAbleToPassAStringAnAsArgument took 0.165 sec
  291. Testcase: testPassingArrayAsOnlyArgumentFlattensArray took 0.154 sec
  292. Testcase: testShouldBeAbleToPassACollectionAsArgument took 0.168 sec
  293. Testcase: testShouldBeAbleToPassAnArrayAsAdditionalArgument took 0.158 sec
  294. Testcase: testShouldBeAbleToExecuteSimpleJavascriptAndReturnAWebElement took 0.173 sec
  295. Testcase: testCanPassAMapAsAParameter took 0.159 sec
  296. Testcase: testShouldBeAbleToExecuteJavascriptAndReturnABasicObjectLiteral took 0.156 sec
  297. Testcase: testShouldBeAbleToExecuteSimpleJavascriptAndReturnAString took 0.15 sec
  298. Testcase: testJavascriptStringHandlingShouldWorkAsExpected took 0.199 sec
  299. Testcase: testShouldBeAbleToExecuteABigChunkOfJavascriptCode took 3.307 sec
  300. Testcase: testShouldBeAbleToExecuteSimpleJavascriptAndReturnAComplexObject took 0.164 sec
  301. Testcase: testCanHandleAnArrayOfElementsAsAnObjectArray took 0.214 sec
  302. Testcase: testShouldBeAbleToPassABooleanAsArgument took 0.156 sec
  303. Testcase: testShouldBeAbleToExecuteSimpleJavascriptAndReturnAnArray took 0.143 sec
  304. Testcase: testShouldBeAbleToExecuteSimpleJavascriptAndReturnABoolean took 0.179 sec
  305. Testcase: testShouldThrowAnExceptionIfAnArgumentIsNotValid took 0.035 sec
  306. Testcase: testShouldThrowAnExceptionWhenArgumentsWithStaleElementPassed took 0.372 sec
  307. Testcase: testShouldBeAbleToExecuteSimpleJavascriptAndReturnAnObjectLiteral took 0.157 sec
  308. Testcase: testShouldBeAbleToPassAWebElementAsArgument took 0.172 sec
  309. Testcase: testShouldBeAbleToReturnAnArrayOfWebElements took 0.192 sec
  310. Testcase: testShouldBeAbleToGrabTheBodyOfFrameOnceSwitchedTo took 0.256 sec
  311. Testcase: testShouldBeAbleToExecuteScriptAndReturnElementsList took 0.145 sec
  312. Testcase: testPassingAndReturningALongShouldReturnAWholeNumber took 0.166 sec
  313. Testcase: testPassingAndReturningADoubleShouldReturnADecimal took 0.19 sec
  314. Testcase: testShouldBeAbleToClickImageButtons took 0.359 sec
  315. Testcase: testShouldSubmitAFormUsingTheEnterKey took 0.393 sec
  316. Testcase: testSendKeysKeepsCapitalization took 0.21 sec
  317. Testcase: testShouldSubmitAFormUsingTheNewlineLiteral took 0.392 sec
  318. Testcase: testSendingKeyboardEventsShouldAppendTextInTextAreas took 0.21 sec
  319. Testcase: testSendingKeyboardEventsShouldAppendTextInInputsWithExistingValue took 0.215 sec
  320. Testcase: testSendingKeyboardEventsShouldAppendTextInInputs took 0.252 sec
  321. Testcase: testShouldBeAbleToEnterTextIntoATextAreaBySettingItsValue took 0.21 sec
  322. Testcase: testClickingOnUnclickableElementsDoesNothing took 0.177 sec
  323. Testcase: testShouldSubmitAFormWhenAnyElementWithinThatFormIsSubmitted took 0.359 sec
  324. Testcase: testShouldEnterDataIntoFormFields took 0.228 sec
  325. Testcase: testShouldSubmitAFormWhenAnyInputElementWithinThatFormIsSubmitted took 0.32 sec
  326. Testcase: testShouldBeAbleToSubmitForms took 0.366 sec
  327. Testcase: testShouldClickOnSubmitInputElements took 0.336 sec
  328. Testcase: testEmptyTextBoxesShouldReturnAnEmptyStringNotNull took 0.177 sec
  329. Testcase: testShouldBeAbleToSwitchToAnIframeByItsID took 0.234 sec
  330. Testcase: testShouldSelectChildFramesByChainedCalls took 0.947 sec
  331. Testcase: testShouldBeAbleToSwitchToFrameWithNameContainingDot took 0.864 sec
  332. Testcase: testShouldBeAbleToClickInAFrame took 1.102 sec
  333. Testcase: testShouldThrowAnExceptionWhenAFrameCannotBeFound took 0.163 sec
  334. Testcase: testShouldAllowAUserToSwitchFromAnIframeBackToTheMainContentOfThePage took 0.213 sec
  335. Testcase: testShouldReturnWindowTitleInAFrameset took 0.827 sec
  336. Testcase: testShouldBeAbleToFindElementsInIframesByXPath took 0.243 sec
  337. Testcase: testShouldBeAbleToSwitchToAFrameByItsName took 0.886 sec
  338. Testcase: testShouldContinueToReferToTheSameFrameOnceItHasBeenSelected took 1.073 sec
  339. Testcase: testShouldBeAbleToSwitchToTheTopIfTheFrameIsDeletedFromUnderUs took 0.481 sec
  340. Testcase: testShouldFocusOnTheReplacementWhenAFrameFollowsALinkToA_TopTargettedPage took 1.062 sec
  341. Testcase: testFrameSearchesShouldBeRelativeToTheCurrentlySelectedFrame took 0.951 sec
  342. Testcase: testShouldBeAbleToSwitchToAnIframeByItsIndex took 0.275 sec
  343. Testcase: testShouldBeAbleToClickInAFrameThatRewritesTopWindowLocation took 1.262 sec
  344. Testcase: testShouldAllowTheUserToSwitchToAnIFrameAndRemainFocusedOnIt took 0.516 sec
  345. Testcase: testShouldBeAbleToSwitchToAnIframeByItsName took 0.239 sec
  346. Testcase: testShouldAlwaysFocusOnTheTopMostFrameAfterANavigationEvent took 0.826 sec
  347. Testcase: testGetCurrentUrl took 1.146 sec
  348. Testcase: testJavaScriptShouldExecuteInTheContextOfTheCurrentFrame took 0.907 sec
  349. Testcase: testShouldBeAbleToSwitchToAFrameUsingAPreviouslyLocatedWebElement took 0.875 sec
  350. Testcase: testShouldThrowFrameNotFoundExceptionLookingUpSubFramesWithSuperFrameNames took 0.848 sec
  351. Testcase: testShouldThrowAnExceptionWhenAFrameCannotBeFoundByIndex took 0.172 sec
  352. Testcase: testShouldBeAbleToClickInASubFrame took 1.107 sec
  353. Testcase: testShouldEnsureElementIsAFrameBeforeSwitching took 0.866 sec
  354. Testcase: testShouldBeAbleToSwitchToAFrameByItsIndex took 0.851 sec
  355. Testcase: testShouldNotAutomaticallySwitchFocusToAnIFrameWhenAPageContainingThemIsLoaded took 0.208 sec
  356. Testcase: testShouldBeAbleToSwitchToAFrameByItsID took 0.864 sec
  357. Testcase: testShouldNotSwitchMagicallyToTheTopWindow took 0.605 sec
  358. Caused an ERROR
  359. Element does not exist in cache (WARNING: The server did not provide any stacktrace information)
  360. Command duration or timeout: 149 milliseconds
  361. For documentation on this error, please visit: http://seleniumhq.org/exceptions/stale_element_reference.html
  362. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  363. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  364. Session ID: null
  365. Driver info: org.openqa.selenium.safari.SafariDriver
  366. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  367. org.openqa.selenium.StaleElementReferenceException: Element does not exist in cache (WARNING: The server did not provide any stacktrace information)
  368. Command duration or timeout: 149 milliseconds
  369. For documentation on this error, please visit: http://seleniumhq.org/exceptions/stale_element_reference.html
  370. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  371. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  372. Session ID: null
  373. Driver info: org.openqa.selenium.safari.SafariDriver
  374. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  375. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  376. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  377. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  378. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  379. at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:268)
  380. at org.openqa.selenium.remote.RemoteWebElement.clear(RemoteWebElement.java:113)
  381. at org.openqa.selenium.FrameSwitchingTest.testShouldNotSwitchMagicallyToTheTopWindow(FrameSwitchingTest.java:461)
  382. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  383. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  384. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  385. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  386.  
  387. Testcase: testShouldBeAbleToSwitchToAnIFrameUsingAPreviouslyLocatedWebElement took 0.25 sec
  388. Testcase: turningOffLogShouldMeanNoLogMessages took 1.961 sec
  389. FAILED
  390. There should be no log entries for log type driver when logging is turned off. expected:<0> but was:<6168>
  391. junit.framework.AssertionFailedError: There should be no log entries for log type driver when logging is turned off. expected:<0> but was:<6168>
  392. at org.openqa.selenium.logging.GetLogsTest.turningOffLogShouldMeanNoLogMessages(GetLogsTest.java:106)
  393. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  394. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  395. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  396. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  397.  
  398. Testcase: differentLogsShouldNotContainTheSameLogEntries took 1.108 sec
  399. Testcase: logBufferShouldBeResetAfterEachGetLogCall took 0.088 sec
  400. Testcase: testMultipleAttributeShouldBeTrueWhenSelectHasMutilpeWithValueAsBlank took 0.292 sec
  401. Testcase: testMultipleAttributeShouldBeTrueWhenSelectHasMutilpeWithValueAsSomethingElse took 0.156 sec
  402. Testcase: testMultipleAttributeShouldBeTrueWhenSet took 0.156 sec
  403. Testcase: testMultipleAttributeShouldBeNullWhenNotSet took 0.152 sec
  404. Testcase: testMultipleAttributeShouldBeTrueWhenSelectHasMutilpeWithoutAValue took 0.155 sec
  405. Testcase: testShouldBeAbleToReturnTheTextInAPage took 0.166 sec
  406. Testcase: testEnteringHebrewTextFromLeftToRight took 0.311 sec
  407. Testcase: testShouldBeAbleToInputJapanese took 0.001 sec
  408. Testcase: testCn took 0.161 sec
  409. Testcase: testEnteringHebrewTextFromRightToLeft took 0.289 sec
  410. Testcase: testShouldBeAbleToActivateIMEEngine took 14.362 sec
  411. Testcase: testShouldImplicitlyWaitUntilAtLeastOneElementIsFoundWhenSearchingForMany took 1.27 sec
  412. Testcase: testShouldStillFailToFindElementsByIdWhenImplicitWaitsAreEnabled took 0.683 sec
  413. Testcase: testShouldStillFailToFindAnElementWhenImplicitWaitsAreEnabled took 0.694 sec
  414. Testcase: testShouldReturnAfterFirstAttemptToFindManyAfterDisablingImplicitWaits took 0.221 sec
  415. Testcase: testShouldStillFailToFindElementsWhenImplicitWaitsAreEnabled took 0.678 sec
  416. Testcase: testShouldImplicitlyWaitForASingleElement took 1.245 sec
  417. Testcase: testShouldReturnAfterFirstAttemptToFindOneAfterDisablingImplicitWaits took 0.171 sec
  418. Testcase: testDocumentShouldReflectLatestDom took 0.266 sec
  419. Testcase: testShouldBeAbleToSubmitFormsByCausingTheOnClickEventToFire took 0.35 sec
  420. Testcase: testShouldBeAbleToGetTheLocationOfAnElement took 0.173 sec
  421. Testcase: testDocumentShouldReflectLatestTitle took 0.192 sec
  422. Testcase: testShouldBeAbleToClickIfEvenSomethingHorribleHappens took 0.196 sec
  423. Testcase: testShouldFireOnChangeEventWhenSettingAnElementsValue took 0.214 sec
  424. Testcase: testShouldBeAbleToClickOnSubmitButtons took 0.361 sec
  425. Testcase: testIssue80ClickShouldGenerateClickEvent took 0.212 sec
  426. Testcase: testShouldBeAbleToFindElementAfterJavascriptCausesANewPageToLoad took 0.897 sec
  427. Testcase: testShouldBeAbleToDetermineTheLocationOfAnElement took 0.168 sec
  428. Testcase: testShouldBeAbleToSwitchToFocusedElement took 0.197 sec
  429. Testcase: testIfNoElementHasFocusTheActiveElementIsTheBody took 0.18 sec
  430. Testcase: testShouldWaitForLoadsToCompleteAfterJavascriptCausesANewPageToLoad took 0.827 sec
  431. Testcase: testShouldReturnTheSourceOfAPage took 0.161 sec
  432. Testcase: testClickingShouldNotTrampleWOrHInGlobalScope took 0.255 sec
  433. Testcase: testShouldReportTheCurrentUrlCorrectly took 0.312 sec
  434. Testcase: testOptionsForUninitializedWebDriver took 0.013 sec
  435. Testcase: testUninitializedWebDriverDoesNotThrowNPE took 0.053 sec
  436. Testcase: testinitializedWebDriverDoesNotThrowNPE took 0.19 sec
  437. Testcase: testShouldBeAbleToSelectOptionsFromAnInvisibleSelect took 0.237 sec
  438. Testcase: testShouldBeAbleToClickOnElementsWithOpacityZero took 0.265 sec
  439. Testcase: testShouldBeAbleToLoadAPageWithFramesetsAndWaitUntilAllFramesAreLoaded took 0.978 sec
  440. Testcase: testShouldBeAbleToRefreshAPage took 0.317 sec
  441. Testcase: testShouldBeAbleToGetAFragmentOnTheCurrentPage took 0.167 sec
  442. Testcase: testShouldFollowRedirectsSentInTheHttpResponseHeaders took 0.155 sec
  443. Testcase: testShouldFollowMetaRedirects took 0.2 sec
  444. Testcase: testShouldWaitForDocumentToBeLoaded took 0.149 sec
  445. Testcase: testElementCanGetLinkByLinkTestIgnoringTrailingWhitespace took 0.166 sec
  446. Testcase: testDriverCanGetLinkByLinkTestIgnoringTrailingWhitespace took 0.153 sec
  447. Testcase: testLinkWithTrailingSpace took 0.171 sec
  448. Testcase: testLinkWithFormattingTags took 0.167 sec
  449. Testcase: testLinkWithLeadingSpaces took 0.173 sec
  450. Testcase: testFindMultipleElements took 0.165 sec
  451. Testcase: testCorrectlyDetectMapElementsAreShown took 0.28 sec
  452. Testcase: testMovingMouseByRelativeOffset took 0.234 sec
  453. Caused an ERROR
  454. Unknown command: mouseMoveTo (WARNING: The server did not provide any stacktrace information)
  455. Command duration or timeout: 1 milliseconds
  456. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  457. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  458. Session ID: null
  459. Driver info: org.openqa.selenium.safari.SafariDriver
  460. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  461. org.openqa.selenium.WebDriverException: Unknown command: mouseMoveTo (WARNING: The server did not provide any stacktrace information)
  462. Command duration or timeout: 1 milliseconds
  463. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  464. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  465. Session ID: null
  466. Driver info: org.openqa.selenium.safari.SafariDriver
  467. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  468. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  469. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  470. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  471. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  472. at org.openqa.selenium.remote.RemoteExecuteMethod.execute(RemoteExecuteMethod.java:34)
  473. at org.openqa.selenium.remote.RemoteMouse.mouseMove(RemoteMouse.java:88)
  474. at org.openqa.selenium.interactions.MoveMouseAction.perform(MoveMouseAction.java:36)
  475. at org.openqa.selenium.interactions.CompositeAction.perform(CompositeAction.java:31)
  476. at org.openqa.selenium.RenderedWebElementTest.testMovingMouseByRelativeOffset(RenderedWebElementTest.java:338)
  477. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  478. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  479. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  480. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  481.  
  482. Testcase: testMoveRelativeToBody took 6.045 sec
  483. Caused an ERROR
  484. Unknown command: mouseMoveTo (WARNING: The server did not provide any stacktrace information)
  485. Command duration or timeout: 1 milliseconds
  486. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  487. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  488. Session ID: null
  489. Driver info: org.openqa.selenium.safari.SafariDriver
  490. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  491. org.openqa.selenium.WebDriverException: Unknown command: mouseMoveTo (WARNING: The server did not provide any stacktrace information)
  492. Command duration or timeout: 1 milliseconds
  493. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  494. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  495. Session ID: null
  496. Driver info: org.openqa.selenium.safari.SafariDriver
  497. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  498. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  499. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  500. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  501. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  502. at org.openqa.selenium.remote.RemoteExecuteMethod.execute(RemoteExecuteMethod.java:34)
  503. at org.openqa.selenium.remote.RemoteMouse.mouseMove(RemoteMouse.java:96)
  504. at org.openqa.selenium.interactions.MoveToOffsetAction.perform(MoveToOffsetAction.java:38)
  505. at org.openqa.selenium.interactions.CompositeAction.perform(CompositeAction.java:31)
  506. at org.openqa.selenium.RenderedWebElementTest.testMoveRelativeToBody(RenderedWebElementTest.java:401)
  507. at org.openqa.selenium.testing.SeleniumTestRunner$3.evaluate(SeleniumTestRunner.java:141)
  508. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  509. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  510. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  511. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  512.  
  513. Testcase: testShouldAllowUsersToHoverOverElements took 0.276 sec
  514. Caused an ERROR
  515. Unknown command: mouseMoveTo (WARNING: The server did not provide any stacktrace information)
  516. Command duration or timeout: 1 milliseconds
  517. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  518. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  519. Session ID: null
  520. Driver info: org.openqa.selenium.safari.SafariDriver
  521. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  522. org.openqa.selenium.WebDriverException: Unknown command: mouseMoveTo (WARNING: The server did not provide any stacktrace information)
  523. Command duration or timeout: 1 milliseconds
  524. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  525. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  526. Session ID: null
  527. Driver info: org.openqa.selenium.safari.SafariDriver
  528. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  529. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  530. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  531. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  532. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  533. at org.openqa.selenium.remote.RemoteExecuteMethod.execute(RemoteExecuteMethod.java:34)
  534. at org.openqa.selenium.remote.RemoteMouse.mouseMove(RemoteMouse.java:88)
  535. at org.openqa.selenium.interactions.MoveMouseAction.perform(MoveMouseAction.java:36)
  536. at org.openqa.selenium.interactions.CompositeAction.perform(CompositeAction.java:31)
  537. at org.openqa.selenium.RenderedWebElementTest.testShouldAllowUsersToHoverOverElements(RenderedWebElementTest.java:140)
  538. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  539. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  540. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  541. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  542.  
  543. Testcase: testMovingMouseToRelativeElementOffset took 0.16 sec
  544. Caused an ERROR
  545. Unknown command: mouseMoveTo (WARNING: The server did not provide any stacktrace information)
  546. Command duration or timeout: 2 milliseconds
  547. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  548. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  549. Session ID: null
  550. Driver info: org.openqa.selenium.safari.SafariDriver
  551. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  552. org.openqa.selenium.WebDriverException: Unknown command: mouseMoveTo (WARNING: The server did not provide any stacktrace information)
  553. Command duration or timeout: 2 milliseconds
  554. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  555. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  556. Session ID: null
  557. Driver info: org.openqa.selenium.safari.SafariDriver
  558. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  559. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  560. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  561. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  562. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  563. at org.openqa.selenium.remote.RemoteExecuteMethod.execute(RemoteExecuteMethod.java:34)
  564. at org.openqa.selenium.remote.RemoteMouse.mouseMove(RemoteMouse.java:96)
  565. at org.openqa.selenium.interactions.MoveToOffsetAction.perform(MoveToOffsetAction.java:38)
  566. at org.openqa.selenium.interactions.CompositeAction.perform(CompositeAction.java:31)
  567. at org.openqa.selenium.RenderedWebElementTest.testMovingMouseToRelativeElementOffset(RenderedWebElementTest.java:360)
  568. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  569. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  570. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  571. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  572.  
  573. Testcase: testCanClickOnSuckerFishMenuItem took 0.156 sec
  574. Caused an ERROR
  575. Unknown command: mouseMoveTo (WARNING: The server did not provide any stacktrace information)
  576. Command duration or timeout: 1 milliseconds
  577. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  578. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  579. Session ID: null
  580. Driver info: org.openqa.selenium.safari.SafariDriver
  581. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  582. org.openqa.selenium.WebDriverException: Unknown command: mouseMoveTo (WARNING: The server did not provide any stacktrace information)
  583. Command duration or timeout: 1 milliseconds
  584. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  585. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  586. Session ID: null
  587. Driver info: org.openqa.selenium.safari.SafariDriver
  588. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  589. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  590. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  591. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  592. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  593. at org.openqa.selenium.remote.RemoteExecuteMethod.execute(RemoteExecuteMethod.java:34)
  594. at org.openqa.selenium.remote.RemoteMouse.mouseMove(RemoteMouse.java:88)
  595. at org.openqa.selenium.interactions.MoveMouseAction.perform(MoveMouseAction.java:36)
  596. at org.openqa.selenium.interactions.CompositeAction.perform(CompositeAction.java:31)
  597. at org.openqa.selenium.RenderedWebElementTest.testCanClickOnSuckerFishMenuItem(RenderedWebElementTest.java:317)
  598. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  599. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  600. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  601. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  602.  
  603. Testcase: testShouldAllowInheritedStylesToBeUsed took 0.159 sec
  604. Testcase: testHoverPersists took 0.177 sec
  605. Caused an ERROR
  606. Unknown command: mouseMoveTo (WARNING: The server did not provide any stacktrace information)
  607. Command duration or timeout: 1 milliseconds
  608. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  609. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  610. Session ID: null
  611. Driver info: org.openqa.selenium.safari.SafariDriver
  612. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  613. org.openqa.selenium.WebDriverException: Unknown command: mouseMoveTo (WARNING: The server did not provide any stacktrace information)
  614. Command duration or timeout: 1 milliseconds
  615. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  616. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  617. Session ID: null
  618. Driver info: org.openqa.selenium.safari.SafariDriver
  619. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  620. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  621. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  622. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  623. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  624. at org.openqa.selenium.remote.RemoteExecuteMethod.execute(RemoteExecuteMethod.java:34)
  625. at org.openqa.selenium.remote.RemoteMouse.mouseMove(RemoteMouse.java:88)
  626. at org.openqa.selenium.interactions.MoveMouseAction.perform(MoveMouseAction.java:36)
  627. at org.openqa.selenium.interactions.CompositeAction.perform(CompositeAction.java:31)
  628. at org.openqa.selenium.RenderedWebElementTest.testHoverPersists(RenderedWebElementTest.java:170)
  629. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  630. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  631. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  632. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  633.  
  634. Testcase: testShouldPickUpStyleOfAnElement took 0.178 sec
  635. Testcase: canClickOnASuckerFishStyleMenu took 0.18 sec
  636. Caused an ERROR
  637. Unknown command: mouseMoveTo (WARNING: The server did not provide any stacktrace information)
  638. Command duration or timeout: 2 milliseconds
  639. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  640. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  641. Session ID: null
  642. Driver info: org.openqa.selenium.safari.SafariDriver
  643. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  644. org.openqa.selenium.WebDriverException: Unknown command: mouseMoveTo (WARNING: The server did not provide any stacktrace information)
  645. Command duration or timeout: 2 milliseconds
  646. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  647. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  648. Session ID: null
  649. Driver info: org.openqa.selenium.safari.SafariDriver
  650. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  651. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  652. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  653. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  654. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  655. at org.openqa.selenium.remote.RemoteExecuteMethod.execute(RemoteExecuteMethod.java:34)
  656. at org.openqa.selenium.remote.RemoteMouse.mouseMove(RemoteMouse.java:88)
  657. at org.openqa.selenium.interactions.MoveMouseAction.perform(MoveMouseAction.java:36)
  658. at org.openqa.selenium.interactions.CompositeAction.perform(CompositeAction.java:31)
  659. at org.openqa.selenium.RenderedWebElementTest.canClickOnASuckerFishStyleMenu(RenderedWebElementTest.java:267)
  660. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  661. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  662. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  663. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  664.  
  665. Testcase: testShouldCorrectlyIdentifyThatAnElementHasWidthAndHeight took 0.166 sec
  666. Testcase: testGetCssValueShouldReturnStandardizedColour took 0.22 sec
  667. Testcase: testMovingMouseToRelativeZeroElementOffset took 0.18 sec
  668. Caused an ERROR
  669. Unknown command: mouseMoveTo (WARNING: The server did not provide any stacktrace information)
  670. Command duration or timeout: 2 milliseconds
  671. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  672. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  673. Session ID: null
  674. Driver info: org.openqa.selenium.safari.SafariDriver
  675. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  676. org.openqa.selenium.WebDriverException: Unknown command: mouseMoveTo (WARNING: The server did not provide any stacktrace information)
  677. Command duration or timeout: 2 milliseconds
  678. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  679. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  680. Session ID: null
  681. Driver info: org.openqa.selenium.safari.SafariDriver
  682. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  683. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  684. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  685. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  686. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  687. at org.openqa.selenium.remote.RemoteExecuteMethod.execute(RemoteExecuteMethod.java:34)
  688. at org.openqa.selenium.remote.RemoteMouse.mouseMove(RemoteMouse.java:96)
  689. at org.openqa.selenium.interactions.MoveToOffsetAction.perform(MoveToOffsetAction.java:38)
  690. at org.openqa.selenium.interactions.CompositeAction.perform(CompositeAction.java:31)
  691. at org.openqa.selenium.RenderedWebElementTest.testMovingMouseToRelativeZeroElementOffset(RenderedWebElementTest.java:378)
  692. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  693. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  694. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  695. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  696.  
  697. Testcase: testPersistentHoverCanBeTurnedOff took 0.087 sec
  698. Testcase: testRotateToPortrait took 5.789 sec
  699. Testcase: testGetOrientationReturnsInitialValue took 0.001 sec
  700. Testcase: testRotateToLandscapeMode took 0 sec
  701. Testcase: shouldReturnFirstSelectedOption took 0.255 sec
  702. Testcase: shouldConvertAStringWithAQuotIntoOneWithTicks took 0.189 sec
  703. Testcase: shouldAllowOptionsToBeSelectedByVisibleText took 0.248 sec
  704. Testcase: shouldIndicateThatASelectCanSupportMultipleOptionsWithTrueMultipleAttribute took 0.212 sec
  705. Testcase: shouldNotAllowInvisibleOptionsToBeSelectedByVisibleText took 0.187 sec
  706. Testcase: shouldReturnOptionWhichIsSelected took 0.263 sec
  707. Testcase: shouldThrowExceptionOnSelectByIndexIfOptionDoesNotExist took 0.249 sec
  708. Testcase: shouldNotAllowUserToDeselectAllWhenSelectDoesNotSupportMultipleSelections took 0.183 sec
  709. Testcase: shouldAllowOptionsToBeSelectedByReturnedValue took 0.279 sec
  710. Testcase: shouldAllowOptionsToBeSelectedByIndex took 0.344 sec
  711. Testcase: shouldNotIndicateThatANormalSelectSupportsMulitpleOptions took 0.183 sec
  712. Testcase: shouldAllowOptionsToBeDeselectedByIndex took 0.349 sec
  713. Testcase: shouldReturnOptionsWhichAreSelected took 0.248 sec
  714. Testcase: shouldThrowExceptionOnSelectByReturnedValueIfOptionDoesNotExist took 0.217 sec
  715. Testcase: shouldReturnAllOptionsWhenAsked took 0.228 sec
  716. Testcase: shouldConvertAnUnquotedStringIntoOneWithQuotes took 0.185 sec
  717. Testcase: shouldIndicateThatASelectCanSupportMultipleOptions took 0.18 sec
  718. Testcase: shouldAllowUserToDeselectAllWhenSelectSupportsMultipleSelections took 0.332 sec
  719. Testcase: shouldAllowUserToDeselectOptionsByVisibleText took 0.279 sec
  720. Testcase: shouldAllowOptionsToBeDeselectedByReturnedValue took 0.485 sec
  721. Testcase: shouldNotAllowUserToDeselectOptionsByInvisibleText took 0.161 sec
  722. Testcase: shouldThrowExceptionOnSelectByVisibleTextIfOptionDoesNotExist took 0.203 sec
  723. Testcase: shouldIndicateThatASelectCanSupportMultipleOptionsWithEmptyMultipleAttribute took 0.181 sec
  724. Testcase: shouldThrowAnExceptionIfTheElementIsNotASelectElement took 0.168 sec
  725. Testcase: shouldProvideConcatenatedStringsWhenStringEndsWithQuote took 0.183 sec
  726. Testcase: shouldConvertAStringWithATickIntoOneWithQuotes took 0.194 sec
  727. Testcase: shouldProvideConcatenatedStringsWhenStringToEscapeContainsTicksAndQuotes took 0.175 sec
  728. Testcase: shouldIndicateThatASelectCanSupportMultipleOptionsWithFalseMultipleAttribute took 0.179 sec
  729. Testcase: shouldThrowANoSuchElementExceptionIfNothingIsSelected took 0.231 sec
  730. Testcase: testCanGetValueFromOptionViaAttributeWhenAttributeIsEmptyString took 0.178 sec
  731. Testcase: testCanGetValueFromOptionViaAttributeWhenAttributeDoesntExist took 0.202 sec
  732. Testcase: testShouldBeAbleToChangeTheSelectedOptionInASelect took 0.234 sec
  733. Testcase: testShouldBeAbleToSelectMoreThanOneOptionFromASelectWhichAllowsMultipleChoices took 0.287 sec
  734. Testcase: testShouldSelectFirstOptionByDefaultIfNoneIsSelected took 0.238 sec
  735. Testcase: testShouldBePossibleToDeselectASingleOptionFromASelectWhichAllowsMultipleChoices took 0.278 sec
  736. Testcase: testCanSelectElementsInOptGroups took 0.178 sec
  737. Testcase: callingQuitMoreThanOnceOnASessionIsANoOp took 0.248 sec
  738. Testcase: callingQuitAfterClosingTheLastWindowIsANoOp took 0.29 sec
  739. Testcase: testRefreshShouldBlockUntilPageLoads took 0.021 sec
  740. Caused an ERROR
  741. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  742. Command duration or timeout: 20 milliseconds
  743. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  744. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  745. Session ID: null
  746. Driver info: org.openqa.selenium.safari.SafariDriver
  747. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  748. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  749. Command duration or timeout: 20 milliseconds
  750. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  751. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  752. Session ID: null
  753. Driver info: org.openqa.selenium.safari.SafariDriver
  754. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  755. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  756. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  757. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  758. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  759. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  760. at org.openqa.selenium.SlowLoadingPageTest.testRefreshShouldBlockUntilPageLoads(SlowLoadingPageTest.java:55)
  761. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  762. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  763. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  764. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  765.  
  766. Testcase: testShouldBlockUntilIFramesAreLoaded took 0.015 sec
  767. Caused an ERROR
  768. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  769. Command duration or timeout: 14 milliseconds
  770. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  771. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  772. Session ID: null
  773. Driver info: org.openqa.selenium.safari.SafariDriver
  774. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  775. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  776. Command duration or timeout: 14 milliseconds
  777. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  778. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  779. Session ID: null
  780. Driver info: org.openqa.selenium.safari.SafariDriver
  781. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  782. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  783. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  784. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  785. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  786. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  787. at org.openqa.selenium.SlowLoadingPageTest.testShouldBlockUntilIFramesAreLoaded(SlowLoadingPageTest.java:46)
  788. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  789. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  790. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  791. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  792.  
  793. Testcase: testShouldBlockUntilPageLoads took 0.005 sec
  794. Caused an ERROR
  795. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  796. Command duration or timeout: 5 milliseconds
  797. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  798. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  799. Session ID: null
  800. Driver info: org.openqa.selenium.safari.SafariDriver
  801. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  802. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  803. Command duration or timeout: 5 milliseconds
  804. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  805. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  806. Session ID: null
  807. Driver info: org.openqa.selenium.safari.SafariDriver
  808. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  809. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  810. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  811. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  812. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  813. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  814. at org.openqa.selenium.SlowLoadingPageTest.testShouldBlockUntilPageLoads(SlowLoadingPageTest.java:38)
  815. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  816. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  817. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  818. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  819.  
  820. Testcase: testOldPage took 0.005 sec
  821. Caused an ERROR
  822. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  823. Command duration or timeout: 5 milliseconds
  824. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  825. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  826. Session ID: null
  827. Driver info: org.openqa.selenium.safari.SafariDriver
  828. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  829. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  830. Command duration or timeout: 5 milliseconds
  831. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  832. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  833. Session ID: null
  834. Driver info: org.openqa.selenium.safari.SafariDriver
  835. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  836. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  837. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  838. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  839. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  840. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  841. at org.openqa.selenium.StaleElementReferenceTest.testOldPage(StaleElementReferenceTest.java:29)
  842. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  843. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  844. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  845. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  846.  
  847. Testcase: testShouldNotCrashWhenQueryingTheAttributeOfAStaleElement took 0.006 sec
  848. Caused an ERROR
  849. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  850. Command duration or timeout: 6 milliseconds
  851. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  852. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  853. Session ID: null
  854. Driver info: org.openqa.selenium.safari.SafariDriver
  855. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  856. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  857. Command duration or timeout: 6 milliseconds
  858. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  859. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  860. Session ID: null
  861. Driver info: org.openqa.selenium.safari.SafariDriver
  862. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  863. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  864. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  865. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  866. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  867. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  868. at org.openqa.selenium.StaleElementReferenceTest.testShouldNotCrashWhenQueryingTheAttributeOfAStaleElement(StaleElementReferenceTest.java:57)
  869. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  870. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  871. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  872. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  873.  
  874. Testcase: testShouldNotCrashWhenCallingGetSizeOnAnObsoleteElement took 0.007 sec
  875. Caused an ERROR
  876. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  877. Command duration or timeout: 6 milliseconds
  878. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  879. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  880. Session ID: null
  881. Driver info: org.openqa.selenium.safari.SafariDriver
  882. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  883. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  884. Command duration or timeout: 6 milliseconds
  885. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  886. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  887. Session ID: null
  888. Driver info: org.openqa.selenium.safari.SafariDriver
  889. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  890. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  891. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  892. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  893. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  894. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  895. at org.openqa.selenium.StaleElementReferenceTest.testShouldNotCrashWhenCallingGetSizeOnAnObsoleteElement(StaleElementReferenceTest.java:43)
  896. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  897. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  898. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  899. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  900.  
  901. Testcase: testShouldClickOnGraphTextElements took 0.047 sec
  902. Caused an ERROR
  903. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  904. Command duration or timeout: 9 milliseconds
  905. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  906. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  907. Session ID: null
  908. Driver info: org.openqa.selenium.safari.SafariDriver
  909. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  910. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  911. Command duration or timeout: 9 milliseconds
  912. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  913. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  914. Session ID: null
  915. Driver info: org.openqa.selenium.safari.SafariDriver
  916. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  917. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  918. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  919. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  920. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  921. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  922. at org.openqa.selenium.SvgElementTest.testShouldClickOnGraphTextElements(SvgElementTest.java:83)
  923. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  924. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  925. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  926. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  927.  
  928. Testcase: testShouldClickOnGraphVisualElements took 0.028 sec
  929. Caused an ERROR
  930. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  931. Command duration or timeout: 11 milliseconds
  932. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  933. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  934. Session ID: null
  935. Driver info: org.openqa.selenium.safari.SafariDriver
  936. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  937. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  938. Command duration or timeout: 11 milliseconds
  939. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  940. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  941. Session ID: null
  942. Driver info: org.openqa.selenium.safari.SafariDriver
  943. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  944. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  945. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  946. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  947. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  948. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  949. at org.openqa.selenium.SvgElementTest.testShouldClickOnGraphVisualElements(SvgElementTest.java:48)
  950. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  951. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  952. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  953. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  954.  
  955. Testcase: shouldReturnInput took 0.006 sec
  956. Caused an ERROR
  957. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  958. Command duration or timeout: 6 milliseconds
  959. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  960. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  961. Session ID: null
  962. Driver info: org.openqa.selenium.safari.SafariDriver
  963. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  964. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  965. Command duration or timeout: 6 milliseconds
  966. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  967. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  968. Session ID: null
  969. Driver info: org.openqa.selenium.safari.SafariDriver
  970. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  971. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  972. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  973. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  974. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  975. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  976. at org.openqa.selenium.TagNameTest.shouldReturnInput(TagNameTest.java:29)
  977. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  978. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  979. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  980. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  981.  
  982. Testcase: testShouldCaptureScreenshot took 0.012 sec
  983. Caused an ERROR
  984. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  985. Command duration or timeout: 11 milliseconds
  986. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  987. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  988. Session ID: null
  989. Driver info: org.openqa.selenium.safari.SafariDriver
  990. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  991. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  992. Command duration or timeout: 11 milliseconds
  993. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  994. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  995. Session ID: null
  996. Driver info: org.openqa.selenium.safari.SafariDriver
  997. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  998. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  999. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1000. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1001. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1002. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1003. at org.openqa.selenium.TakesScreenshotTest.testShouldCaptureScreenshot(TakesScreenshotTest.java:110)
  1004. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1005. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1006. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1007. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1008.  
  1009. Testcase: testShouldCaptureScreenshotAtFramePageAfterSwitching took 0.006 sec
  1010. Caused an ERROR
  1011. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1012. Command duration or timeout: 4 milliseconds
  1013. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1014. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1015. Session ID: null
  1016. Driver info: org.openqa.selenium.safari.SafariDriver
  1017. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1018. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1019. Command duration or timeout: 4 milliseconds
  1020. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1021. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1022. Session ID: null
  1023. Driver info: org.openqa.selenium.safari.SafariDriver
  1024. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1025. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1026. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1027. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1028. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1029. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1030. at org.openqa.selenium.TakesScreenshotTest.testShouldCaptureScreenshotAtFramePageAfterSwitching(TakesScreenshotTest.java:293)
  1031. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1032. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1033. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1034. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1035.  
  1036. Testcase: testCaptureToBase64 took 0.006 sec
  1037. Caused an ERROR
  1038. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1039. Command duration or timeout: 5 milliseconds
  1040. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1041. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1042. Session ID: null
  1043. Driver info: org.openqa.selenium.safari.SafariDriver
  1044. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1045. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1046. Command duration or timeout: 5 milliseconds
  1047. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1048. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1049. Session ID: null
  1050. Driver info: org.openqa.selenium.safari.SafariDriver
  1051. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1052. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1053. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1054. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1055. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1056. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1057. at org.openqa.selenium.TakesScreenshotTest.testCaptureToBase64(TakesScreenshotTest.java:103)
  1058. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1059. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1060. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1061. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1062.  
  1063. Testcase: testShouldCaptureScreenshotAtIFramePageAfterSwitching took 0.005 sec
  1064. Caused an ERROR
  1065. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1066. Command duration or timeout: 3 milliseconds
  1067. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1068. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1069. Session ID: null
  1070. Driver info: org.openqa.selenium.safari.SafariDriver
  1071. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1072. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1073. Command duration or timeout: 3 milliseconds
  1074. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1075. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1076. Session ID: null
  1077. Driver info: org.openqa.selenium.safari.SafariDriver
  1078. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1079. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1080. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1081. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1082. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1083. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1084. at org.openqa.selenium.TakesScreenshotTest.testShouldCaptureScreenshotAtIFramePageAfterSwitching(TakesScreenshotTest.java:321)
  1085. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1086. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1087. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1088. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1089.  
  1090. Testcase: testShouldCaptureScreenshotAtFramePage took 0.008 sec
  1091. Caused an ERROR
  1092. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1093. Command duration or timeout: 7 milliseconds
  1094. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1095. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1096. Session ID: null
  1097. Driver info: org.openqa.selenium.safari.SafariDriver
  1098. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1099. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1100. Command duration or timeout: 7 milliseconds
  1101. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1102. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1103. Session ID: null
  1104. Driver info: org.openqa.selenium.safari.SafariDriver
  1105. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1106. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1107. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1108. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1109. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1110. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1111. at org.openqa.selenium.TakesScreenshotTest.testShouldCaptureScreenshotAtFramePage(TakesScreenshotTest.java:245)
  1112. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1113. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1114. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1115. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1116.  
  1117. Testcase: testSaveScreenshotAsFile took 0.009 sec
  1118. Caused an ERROR
  1119. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1120. Command duration or timeout: 7 milliseconds
  1121. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1122. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1123. Session ID: null
  1124. Driver info: org.openqa.selenium.safari.SafariDriver
  1125. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1126. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1127. Command duration or timeout: 7 milliseconds
  1128. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1129. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1130. Session ID: null
  1131. Driver info: org.openqa.selenium.safari.SafariDriver
  1132. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1133. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1134. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1135. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1136. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1137. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1138. at org.openqa.selenium.TakesScreenshotTest.testSaveScreenshotAsFile(TakesScreenshotTest.java:95)
  1139. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1140. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1141. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1142. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1143.  
  1144. Testcase: testShouldCaptureScreenshotAtIFramePage took 0.006 sec
  1145. Caused an ERROR
  1146. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1147. Command duration or timeout: 5 milliseconds
  1148. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1149. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1150. Session ID: null
  1151. Driver info: org.openqa.selenium.safari.SafariDriver
  1152. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1153. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1154. Command duration or timeout: 5 milliseconds
  1155. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1156. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1157. Session ID: null
  1158. Driver info: org.openqa.selenium.safari.SafariDriver
  1159. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1160. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1161. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1162. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1163. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1164. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1165. at org.openqa.selenium.TakesScreenshotTest.testShouldCaptureScreenshotAtIFramePage(TakesScreenshotTest.java:269)
  1166. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1167. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1168. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1169. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1170.  
  1171. Testcase: testShouldNotTrimTrailingNonBreakingSpacesInMultilineText took 0.052 sec
  1172. Caused an ERROR
  1173. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1174. Command duration or timeout: 13 milliseconds
  1175. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1176. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1177. Session ID: null
  1178. Driver info: org.openqa.selenium.safari.SafariDriver
  1179. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1180. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1181. Command duration or timeout: 13 milliseconds
  1182. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1183. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1184. Session ID: null
  1185. Driver info: org.openqa.selenium.safari.SafariDriver
  1186. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1187. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1188. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1189. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1190. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1191. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1192. at org.openqa.selenium.TextHandlingTest.testShouldNotTrimTrailingNonBreakingSpacesInMultilineText(TextHandlingTest.java:153)
  1193. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1194. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1195. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1196. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1197.  
  1198. Testcase: testShouldHandleWhitespaceInInlineElements took 0.007 sec
  1199. Caused an ERROR
  1200. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1201. Command duration or timeout: 6 milliseconds
  1202. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1203. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1204. Session ID: null
  1205. Driver info: org.openqa.selenium.safari.SafariDriver
  1206. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1207. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1208. Command duration or timeout: 6 milliseconds
  1209. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1210. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1211. Session ID: null
  1212. Driver info: org.openqa.selenium.safari.SafariDriver
  1213. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1214. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1215. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1216. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1217. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1218. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1219. at org.openqa.selenium.TextHandlingTest.testShouldHandleWhitespaceInInlineElements(TextHandlingTest.java:290)
  1220. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1221. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1222. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1223. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1224.  
  1225. Testcase: testShouldRetainTheFormatingOfTextWithinAPreElementThatIsWithinARegularBlock took 0.005 sec
  1226. Caused an ERROR
  1227. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1228. Command duration or timeout: 4 milliseconds
  1229. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1230. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1231. Session ID: null
  1232. Driver info: org.openqa.selenium.safari.SafariDriver
  1233. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1234. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1235. Command duration or timeout: 4 milliseconds
  1236. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1237. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1238. Session ID: null
  1239. Driver info: org.openqa.selenium.safari.SafariDriver
  1240. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1241. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1242. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1243. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1244. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1245. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1246. at org.openqa.selenium.TextHandlingTest.testShouldRetainTheFormatingOfTextWithinAPreElementThatIsWithinARegularBlock(TextHandlingTest.java:192)
  1247. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1248. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1249. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1250. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1251.  
  1252. Testcase: testShouldGetTextWhichIsAValidJSONObject took 0.015 sec
  1253. Caused an ERROR
  1254. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1255. Command duration or timeout: 11 milliseconds
  1256. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1257. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1258. Session ID: null
  1259. Driver info: org.openqa.selenium.safari.SafariDriver
  1260. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1261. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1262. Command duration or timeout: 11 milliseconds
  1263. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1264. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1265. Session ID: null
  1266. Driver info: org.openqa.selenium.safari.SafariDriver
  1267. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1268. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1269. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1270. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1271. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1272. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1273. at org.openqa.selenium.TextHandlingTest.testShouldGetTextWhichIsAValidJSONObject(TextHandlingTest.java:394)
  1274. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1275. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1276. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1277. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1278.  
  1279. Testcase: testShouldHandleSiblingBlockLevelElements took 0.012 sec
  1280. Caused an ERROR
  1281. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1282. Command duration or timeout: 12 milliseconds
  1283. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1284. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1285. Session ID: null
  1286. Driver info: org.openqa.selenium.safari.SafariDriver
  1287. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1288. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1289. Command duration or timeout: 12 milliseconds
  1290. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1291. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1292. Session ID: null
  1293. Driver info: org.openqa.selenium.safari.SafariDriver
  1294. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1295. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1296. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1297. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1298. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1299. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1300. at org.openqa.selenium.TextHandlingTest.testShouldHandleSiblingBlockLevelElements(TextHandlingTest.java:270)
  1301. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1302. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1303. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1304. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1305.  
  1306. Testcase: testShouldReturnEmptyStringWhenTagIsSelfClosing took 0.029 sec
  1307. Caused an ERROR
  1308. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1309. Command duration or timeout: 11 milliseconds
  1310. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1311. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1312. Session ID: null
  1313. Driver info: org.openqa.selenium.safari.SafariDriver
  1314. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1315. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1316. Command duration or timeout: 11 milliseconds
  1317. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1318. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1319. Session ID: null
  1320. Driver info: org.openqa.selenium.safari.SafariDriver
  1321. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1322. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1323. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1324. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1325. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1326. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1327. at org.openqa.selenium.TextHandlingTest.testShouldReturnEmptyStringWhenTagIsSelfClosing(TextHandlingTest.java:253)
  1328. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1329. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1330. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1331. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1332.  
  1333. Testcase: testShouldGetTextFromTableCells took 0.014 sec
  1334. Caused an ERROR
  1335. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1336. Command duration or timeout: 14 milliseconds
  1337. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1338. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1339. Session ID: null
  1340. Driver info: org.openqa.selenium.safari.SafariDriver
  1341. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1342. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1343. Command duration or timeout: 14 milliseconds
  1344. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1345. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1346. Session ID: null
  1347. Driver info: org.openqa.selenium.safari.SafariDriver
  1348. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1349. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1350. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1351. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1352. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1353. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1354. at org.openqa.selenium.TextHandlingTest.testShouldGetTextFromTableCells(TextHandlingTest.java:346)
  1355. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1356. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1357. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1358. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1359.  
  1360. Testcase: testShouldConvertANonBreakingSpaceIntoANormalSpaceCharacter took 0.006 sec
  1361. Caused an ERROR
  1362. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1363. Command duration or timeout: 6 milliseconds
  1364. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1365. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1366. Session ID: null
  1367. Driver info: org.openqa.selenium.safari.SafariDriver
  1368. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1369. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1370. Command duration or timeout: 6 milliseconds
  1371. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1372. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1373. Session ID: null
  1374. Driver info: org.openqa.selenium.safari.SafariDriver
  1375. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1376. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1377. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1378. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1379. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1380. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1381. at org.openqa.selenium.TextHandlingTest.testShouldConvertANonBreakingSpaceIntoANormalSpaceCharacter(TextHandlingTest.java:116)
  1382. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1383. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1384. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1385. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1386.  
  1387. Testcase: testTextOfATextAreaShouldBeEqualToItsDefaultTextEvenAfterChangingTheValue took 0.004 sec
  1388. Caused an ERROR
  1389. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1390. Command duration or timeout: 4 milliseconds
  1391. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1392. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1393. Session ID: null
  1394. Driver info: org.openqa.selenium.safari.SafariDriver
  1395. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1396. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1397. Command duration or timeout: 4 milliseconds
  1398. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1399. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1400. Session ID: null
  1401. Driver info: org.openqa.selenium.safari.SafariDriver
  1402. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1403. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1404. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1405. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1406. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1407. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1408. at org.openqa.selenium.TextHandlingTest.testTextOfATextAreaShouldBeEqualToItsDefaultTextEvenAfterChangingTheValue(TextHandlingTest.java:385)
  1409. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1410. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1411. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1412. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1413.  
  1414. Testcase: testShouldTrimText took 0.02 sec
  1415. Caused an ERROR
  1416. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1417. Command duration or timeout: 19 milliseconds
  1418. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1419. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1420. Session ID: null
  1421. Driver info: org.openqa.selenium.safari.SafariDriver
  1422. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1423. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1424. Command duration or timeout: 19 milliseconds
  1425. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1426. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1427. Session ID: null
  1428. Driver info: org.openqa.selenium.safari.SafariDriver
  1429. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1430. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1431. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1432. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1433. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1434. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1435. at org.openqa.selenium.TextHandlingTest.testShouldTrimText(TextHandlingTest.java:107)
  1436. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1437. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1438. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1439. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1440.  
  1441. Testcase: testShouldBeAbleToEnterDatesAfterFillingInOtherValuesFirst took 0.013 sec
  1442. Caused an ERROR
  1443. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1444. Command duration or timeout: 11 milliseconds
  1445. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1446. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1447. Session ID: null
  1448. Driver info: org.openqa.selenium.safari.SafariDriver
  1449. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1450. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1451. Command duration or timeout: 11 milliseconds
  1452. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1453. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1454. Session ID: null
  1455. Driver info: org.openqa.selenium.safari.SafariDriver
  1456. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1457. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1458. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1459. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1460. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1461. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1462. at org.openqa.selenium.TextHandlingTest.testShouldBeAbleToEnterDatesAfterFillingInOtherValuesFirst(TextHandlingTest.java:224)
  1463. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1464. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1465. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1466. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1467.  
  1468. Testcase: testTextOfATextAreaShouldBeEqualToItsDefaultTextEvenAfterTyping took 0.008 sec
  1469. Caused an ERROR
  1470. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1471. Command duration or timeout: 7 milliseconds
  1472. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1473. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1474. Session ID: null
  1475. Driver info: org.openqa.selenium.safari.SafariDriver
  1476. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1477. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1478. Command duration or timeout: 7 milliseconds
  1479. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1480. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1481. Session ID: null
  1482. Driver info: org.openqa.selenium.safari.SafariDriver
  1483. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1484. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1485. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1486. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1487. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1488. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1489. at org.openqa.selenium.TextHandlingTest.testTextOfATextAreaShouldBeEqualToItsDefaultTextEvenAfterTyping(TextHandlingTest.java:373)
  1490. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1491. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1492. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1493. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1494.  
  1495. Testcase: testShouldNotTrimNonBreakingSpacesAtTheStartOfALineInTheMiddleOfText took 0.008 sec
  1496. Caused an ERROR
  1497. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1498. Command duration or timeout: 6 milliseconds
  1499. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1500. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1501. Session ID: null
  1502. Driver info: org.openqa.selenium.safari.SafariDriver
  1503. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1504. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1505. Command duration or timeout: 6 milliseconds
  1506. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1507. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1508. Session ID: null
  1509. Driver info: org.openqa.selenium.safari.SafariDriver
  1510. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1511. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1512. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1513. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1514. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1515. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1516. at org.openqa.selenium.TextHandlingTest.testShouldNotTrimNonBreakingSpacesAtTheStartOfALineInTheMiddleOfText(TextHandlingTest.java:144)
  1517. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1518. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1519. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1520. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1521.  
  1522. Testcase: testShouldNotTrimSpacesWhenLineWraps took 0.007 sec
  1523. Caused an ERROR
  1524. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1525. Command duration or timeout: 6 milliseconds
  1526. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1527. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1528. Session ID: null
  1529. Driver info: org.openqa.selenium.safari.SafariDriver
  1530. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1531. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1532. Command duration or timeout: 6 milliseconds
  1533. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1534. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1535. Session ID: null
  1536. Driver info: org.openqa.selenium.safari.SafariDriver
  1537. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1538. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1539. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1540. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1541. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1542. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1543. at org.openqa.selenium.TextHandlingTest.testShouldNotTrimSpacesWhenLineWraps(TextHandlingTest.java:262)
  1544. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1545. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1546. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1547. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1548.  
  1549. Testcase: testHavingInlineElementsShouldNotAffectHowTextIsReturned took 0.006 sec
  1550. Caused an ERROR
  1551. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1552. Command duration or timeout: 6 milliseconds
  1553. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1554. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1555. Session ID: null
  1556. Driver info: org.openqa.selenium.safari.SafariDriver
  1557. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1558. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1559. Command duration or timeout: 6 milliseconds
  1560. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1561. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1562. Session ID: null
  1563. Driver info: org.openqa.selenium.safari.SafariDriver
  1564. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1565. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1566. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1567. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1568. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1569. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1570. at org.openqa.selenium.TextHandlingTest.testHavingInlineElementsShouldNotAffectHowTextIsReturned(TextHandlingTest.java:162)
  1571. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1572. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1573. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1574. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1575.  
  1576. Testcase: testShouldRepresentABlockLevelElementAsANewline took 0.004 sec
  1577. Caused an ERROR
  1578. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1579. Command duration or timeout: 4 milliseconds
  1580. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1581. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1582. Session ID: null
  1583. Driver info: org.openqa.selenium.safari.SafariDriver
  1584. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1585. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1586. Command duration or timeout: 4 milliseconds
  1587. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1588. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1589. Session ID: null
  1590. Driver info: org.openqa.selenium.safari.SafariDriver
  1591. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1592. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1593. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1594. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1595. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1596. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1597. at org.openqa.selenium.TextHandlingTest.testShouldRepresentABlockLevelElementAsANewline(TextHandlingTest.java:89)
  1598. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1599. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1600. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1601. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1602.  
  1603. Testcase: testShouldIgnoreScriptElements took 0.007 sec
  1604. Caused an ERROR
  1605. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1606. Command duration or timeout: 6 milliseconds
  1607. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1608. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1609. Session ID: null
  1610. Driver info: org.openqa.selenium.safari.SafariDriver
  1611. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1612. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1613. Command duration or timeout: 6 milliseconds
  1614. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1615. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1616. Session ID: null
  1617. Driver info: org.openqa.selenium.safari.SafariDriver
  1618. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1619. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1620. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1621. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1622. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1623. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1624. at org.openqa.selenium.TextHandlingTest.testShouldIgnoreScriptElements(TextHandlingTest.java:78)
  1625. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1626. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1627. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1628. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1629.  
  1630. Testcase: testShouldReturnEmptyStringWhenTextIsOnlySpaces took 0.045 sec
  1631. Caused an ERROR
  1632. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1633. Command duration or timeout: 45 milliseconds
  1634. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1635. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1636. Session ID: null
  1637. Driver info: org.openqa.selenium.safari.SafariDriver
  1638. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1639. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1640. Command duration or timeout: 45 milliseconds
  1641. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1642. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1643. Session ID: null
  1644. Driver info: org.openqa.selenium.safari.SafariDriver
  1645. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1646. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1647. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1648. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1649. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1650. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1651. at org.openqa.selenium.TextHandlingTest.testShouldReturnEmptyStringWhenTextIsOnlySpaces(TextHandlingTest.java:235)
  1652. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1653. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1654. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1655. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1656.  
  1657. Testcase: testGetTextWithLineBreakForInlineElement took 0.013 sec
  1658. Caused an ERROR
  1659. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1660. Command duration or timeout: 13 milliseconds
  1661. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1662. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1663. Session ID: null
  1664. Driver info: org.openqa.selenium.safari.SafariDriver
  1665. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1666. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1667. Command duration or timeout: 13 milliseconds
  1668. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1669. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1670. Session ID: null
  1671. Driver info: org.openqa.selenium.safari.SafariDriver
  1672. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1673. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1674. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1675. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1676. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1677. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1678. at org.openqa.selenium.TextHandlingTest.testGetTextWithLineBreakForInlineElement(TextHandlingTest.java:308)
  1679. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1680. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1681. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1682. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1683.  
  1684. Testcase: testShouldReturnEmptyStringWhenTextIsEmpty took 0.007 sec
  1685. Caused an ERROR
  1686. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1687. Command duration or timeout: 5 milliseconds
  1688. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1689. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1690. Session ID: null
  1691. Driver info: org.openqa.selenium.safari.SafariDriver
  1692. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1693. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1694. Command duration or timeout: 5 milliseconds
  1695. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1696. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1697. Session ID: null
  1698. Driver info: org.openqa.selenium.safari.SafariDriver
  1699. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1700. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1701. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1702. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1703. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1704. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1705. at org.openqa.selenium.TextHandlingTest.testShouldReturnEmptyStringWhenTextIsEmpty(TextHandlingTest.java:243)
  1706. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1707. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1708. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1709. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1710.  
  1711. Testcase: testShouldHandleNestedBlockLevelElements took 0.007 sec
  1712. Caused an ERROR
  1713. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1714. Command duration or timeout: 5 milliseconds
  1715. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1716. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1717. Session ID: null
  1718. Driver info: org.openqa.selenium.safari.SafariDriver
  1719. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1720. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1721. Command duration or timeout: 5 milliseconds
  1722. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1723. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1724. Session ID: null
  1725. Driver info: org.openqa.selenium.safari.SafariDriver
  1726. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1727. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1728. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1729. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1730. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1731. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1732. at org.openqa.selenium.TextHandlingTest.testShouldHandleNestedBlockLevelElements(TextHandlingTest.java:280)
  1733. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1734. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1735. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1736. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1737.  
  1738. Testcase: testShouldGetTextWhichIsAValidComplexJSONObject took 0.012 sec
  1739. Caused an ERROR
  1740. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1741. Command duration or timeout: 11 milliseconds
  1742. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1743. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1744. Session ID: null
  1745. Driver info: org.openqa.selenium.safari.SafariDriver
  1746. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1747. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1748. Command duration or timeout: 11 milliseconds
  1749. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1750. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1751. Session ID: null
  1752. Driver info: org.openqa.selenium.safari.SafariDriver
  1753. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1754. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1755. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1756. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1757. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1758. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1759. at org.openqa.selenium.TextHandlingTest.testShouldGetTextWhichIsAValidComplexJSONObject(TextHandlingTest.java:402)
  1760. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1761. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1762. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1763. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1764.  
  1765. Testcase: testTextOfATextAreaShouldBeEqualToItsDefaultText took 0.009 sec
  1766. Caused an ERROR
  1767. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1768. Command duration or timeout: 8 milliseconds
  1769. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1770. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1771. Session ID: null
  1772. Driver info: org.openqa.selenium.safari.SafariDriver
  1773. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1774. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1775. Command duration or timeout: 8 milliseconds
  1776. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1777. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1778. Session ID: null
  1779. Driver info: org.openqa.selenium.safari.SafariDriver
  1780. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1781. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1782. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1783. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1784. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1785. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1786. at org.openqa.selenium.TextHandlingTest.testTextOfATextAreaShouldBeEqualToItsDefaultText(TextHandlingTest.java:364)
  1787. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1788. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1789. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1790. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1791.  
  1792. Testcase: testShouldCollapseMultipleWhitespaceCharactersIntoASingleSpace took 0.006 sec
  1793. Caused an ERROR
  1794. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1795. Command duration or timeout: 6 milliseconds
  1796. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1797. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1798. Session ID: null
  1799. Driver info: org.openqa.selenium.safari.SafariDriver
  1800. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1801. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1802. Command duration or timeout: 6 milliseconds
  1803. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1804. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1805. Session ID: null
  1806. Driver info: org.openqa.selenium.safari.SafariDriver
  1807. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1808. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1809. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1810. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1811. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1812. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1813. at org.openqa.selenium.TextHandlingTest.testShouldCollapseMultipleWhitespaceCharactersIntoASingleSpace(TextHandlingTest.java:99)
  1814. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1815. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1816. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1817. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1818.  
  1819. Testcase: testShouldRetainTheFormatingOfTextWithinAPreElement took 0.006 sec
  1820. Caused an ERROR
  1821. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1822. Command duration or timeout: 6 milliseconds
  1823. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1824. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1825. Session ID: null
  1826. Driver info: org.openqa.selenium.safari.SafariDriver
  1827. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1828. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1829. Command duration or timeout: 6 milliseconds
  1830. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1831. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1832. Session ID: null
  1833. Driver info: org.openqa.selenium.safari.SafariDriver
  1834. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1835. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1836. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1837. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1838. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1839. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1840. at org.openqa.selenium.TextHandlingTest.testShouldRetainTheFormatingOfTextWithinAPreElement(TextHandlingTest.java:180)
  1841. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1842. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1843. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1844. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1845.  
  1846. Testcase: testShouldBeAbleToSetMoreThanOneLineOfTextInATextArea took 0.008 sec
  1847. Caused an ERROR
  1848. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1849. Command duration or timeout: 7 milliseconds
  1850. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1851. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1852. Session ID: null
  1853. Driver info: org.openqa.selenium.safari.SafariDriver
  1854. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1855. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1856. Command duration or timeout: 7 milliseconds
  1857. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1858. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1859. Session ID: null
  1860. Driver info: org.openqa.selenium.safari.SafariDriver
  1861. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1862. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1863. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1864. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1865. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1866. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1867. at org.openqa.selenium.TextHandlingTest.testShouldBeAbleToSetMoreThanOneLineOfTextInATextArea(TextHandlingTest.java:207)
  1868. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1869. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1870. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1871. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1872.  
  1873. Testcase: testShouldReturnTheEntireTextOfInlineElements took 0.008 sec
  1874. Caused an ERROR
  1875. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1876. Command duration or timeout: 7 milliseconds
  1877. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1878. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1879. Session ID: null
  1880. Driver info: org.openqa.selenium.safari.SafariDriver
  1881. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1882. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1883. Command duration or timeout: 7 milliseconds
  1884. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1885. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1886. Session ID: null
  1887. Driver info: org.openqa.selenium.safari.SafariDriver
  1888. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1889. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1890. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1891. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1892. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1893. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1894. at org.openqa.selenium.TextHandlingTest.testShouldReturnTheEntireTextOfInlineElements(TextHandlingTest.java:171)
  1895. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1896. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1897. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1898. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1899.  
  1900. Testcase: testShouldReturnTheTextContentOfASingleElementWithNoChildren took 0.007 sec
  1901. Caused an ERROR
  1902. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1903. Command duration or timeout: 7 milliseconds
  1904. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1905. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1906. Session ID: null
  1907. Driver info: org.openqa.selenium.safari.SafariDriver
  1908. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1909. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1910. Command duration or timeout: 7 milliseconds
  1911. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1912. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1913. Session ID: null
  1914. Driver info: org.openqa.selenium.safari.SafariDriver
  1915. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1916. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1917. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1918. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1919. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1920. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1921. at org.openqa.selenium.TextHandlingTest.testShouldReturnTheTextContentOfASingleElementWithNoChildren(TextHandlingTest.java:58)
  1922. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1923. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1924. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1925. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1926.  
  1927. Testcase: testShouldNotCollapseANonBreakingSpaces took 0.058 sec
  1928. Caused an ERROR
  1929. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1930. Command duration or timeout: 56 milliseconds
  1931. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1932. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1933. Session ID: null
  1934. Driver info: org.openqa.selenium.safari.SafariDriver
  1935. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1936. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1937. Command duration or timeout: 56 milliseconds
  1938. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1939. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1940. Session ID: null
  1941. Driver info: org.openqa.selenium.safari.SafariDriver
  1942. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1943. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1944. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1945. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1946. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1947. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1948. at org.openqa.selenium.TextHandlingTest.testShouldNotCollapseANonBreakingSpaces(TextHandlingTest.java:125)
  1949. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1950. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1951. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1952. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1953.  
  1954. Testcase: testShouldOnlyIncludeVisibleText took 0.006 sec
  1955. Caused an ERROR
  1956. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1957. Command duration or timeout: 6 milliseconds
  1958. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1959. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1960. Session ID: null
  1961. Driver info: org.openqa.selenium.safari.SafariDriver
  1962. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1963. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1964. Command duration or timeout: 6 milliseconds
  1965. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1966. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1967. Session ID: null
  1968. Driver info: org.openqa.selenium.safari.SafariDriver
  1969. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1970. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1971. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1972. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  1973. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  1974. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  1975. at org.openqa.selenium.TextHandlingTest.testShouldOnlyIncludeVisibleText(TextHandlingTest.java:335)
  1976. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  1977. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  1978. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  1979. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  1980.  
  1981. Testcase: testShouldReturnTheEntireTextContentOfChildElements took 0.009 sec
  1982. Caused an ERROR
  1983. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1984. Command duration or timeout: 8 milliseconds
  1985. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1986. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1987. Session ID: null
  1988. Driver info: org.openqa.selenium.safari.SafariDriver
  1989. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1990. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  1991. Command duration or timeout: 8 milliseconds
  1992. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  1993. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  1994. Session ID: null
  1995. Driver info: org.openqa.selenium.safari.SafariDriver
  1996. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  1997. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  1998. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  1999. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2000. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2001. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2002. at org.openqa.selenium.TextHandlingTest.testShouldReturnTheEntireTextContentOfChildElements(TextHandlingTest.java:68)
  2003. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2004. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2005. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2006. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2007.  
  2008. Testcase: testTextOfAnInputFieldShouldBeEmpty took 0.007 sec
  2009. Caused an ERROR
  2010. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2011. Command duration or timeout: 6 milliseconds
  2012. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2013. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2014. Session ID: null
  2015. Driver info: org.openqa.selenium.safari.SafariDriver
  2016. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2017. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2018. Command duration or timeout: 6 milliseconds
  2019. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2020. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2021. Session ID: null
  2022. Driver info: org.openqa.selenium.safari.SafariDriver
  2023. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2024. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2025. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2026. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2027. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2028. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2029. at org.openqa.selenium.TextHandlingTest.testTextOfAnInputFieldShouldBeEmpty(TextHandlingTest.java:357)
  2030. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2031. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2032. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2033. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2034.  
  2035. Testcase: testShouldNotTrimNonBreakingSpacesAtTheEndOfALineInTheMiddleOfText took 0.008 sec
  2036. Caused an ERROR
  2037. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2038. Command duration or timeout: 6 milliseconds
  2039. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2040. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2041. Session ID: null
  2042. Driver info: org.openqa.selenium.safari.SafariDriver
  2043. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2044. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2045. Command duration or timeout: 6 milliseconds
  2046. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2047. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2048. Session ID: null
  2049. Driver info: org.openqa.selenium.safari.SafariDriver
  2050. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2051. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2052. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2053. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2054. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2055. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2056. at org.openqa.selenium.TextHandlingTest.testShouldNotTrimNonBreakingSpacesAtTheEndOfALineInTheMiddleOfText(TextHandlingTest.java:135)
  2057. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2058. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2059. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2060. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2061.  
  2062. Testcase: testReadALargeAmountOfData took 0.005 sec
  2063. Caused an ERROR
  2064. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2065. Command duration or timeout: 5 milliseconds
  2066. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2067. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2068. Session ID: null
  2069. Driver info: org.openqa.selenium.safari.SafariDriver
  2070. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2071. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2072. Command duration or timeout: 5 milliseconds
  2073. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2074. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2075. Session ID: null
  2076. Driver info: org.openqa.selenium.safari.SafariDriver
  2077. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2078. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2079. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2080. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2081. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2082. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2083. at org.openqa.selenium.TextHandlingTest.testReadALargeAmountOfData(TextHandlingTest.java:300)
  2084. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2085. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2086. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2087. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2088.  
  2089. Testcase: testFindingAnElementOnAPlainTextPageWillNeverWork took 0.034 sec
  2090. Caused an ERROR
  2091. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2092. Command duration or timeout: 33 milliseconds
  2093. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2094. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2095. Session ID: null
  2096. Driver info: org.openqa.selenium.safari.SafariDriver
  2097. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2098. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2099. Command duration or timeout: 33 milliseconds
  2100. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2101. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2102. Session ID: null
  2103. Driver info: org.openqa.selenium.safari.SafariDriver
  2104. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2105. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2106. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2107. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2108. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2109. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2110. at org.openqa.selenium.TextPagesTest.testFindingAnElementOnAPlainTextPageWillNeverWork(TextPagesTest.java:59)
  2111. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2112. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2113. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2114. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2115.  
  2116. Testcase: testShouldFireKeyDownEvents took 0.014 sec
  2117. Caused an ERROR
  2118. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2119. Command duration or timeout: 13 milliseconds
  2120. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2121. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2122. Session ID: null
  2123. Driver info: org.openqa.selenium.safari.SafariDriver
  2124. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2125. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2126. Command duration or timeout: 13 milliseconds
  2127. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2128. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2129. Session ID: null
  2130. Driver info: org.openqa.selenium.safari.SafariDriver
  2131. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2132. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2133. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2134. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2135. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2136. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2137. at org.openqa.selenium.TypingTest.testShouldFireKeyDownEvents(TypingTest.java:66)
  2138. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2139. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2140. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2141. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2142.  
  2143. Testcase: testNumericNonShiftKeys took 0.013 sec
  2144. Caused an ERROR
  2145. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2146. Command duration or timeout: 11 milliseconds
  2147. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2148. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2149. Session ID: null
  2150. Driver info: org.openqa.selenium.safari.SafariDriver
  2151. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2152. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2153. Command duration or timeout: 11 milliseconds
  2154. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2155. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2156. Session ID: null
  2157. Driver info: org.openqa.selenium.safari.SafariDriver
  2158. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2159. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2160. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2161. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2162. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2163. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2164. at org.openqa.selenium.TypingTest.testNumericNonShiftKeys(TypingTest.java:339)
  2165. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2166. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2167. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2168. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2169.  
  2170. Testcase: testShouldBeAbleToTypeTheAtCharacter took 0.008 sec
  2171. Caused an ERROR
  2172. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2173. Command duration or timeout: 7 milliseconds
  2174. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2175. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2176. Session ID: null
  2177. Driver info: org.openqa.selenium.safari.SafariDriver
  2178. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2179. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2180. Command duration or timeout: 7 milliseconds
  2181. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2182. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2183. Session ID: null
  2184. Driver info: org.openqa.selenium.safari.SafariDriver
  2185. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2186. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2187. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2188. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2189. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2190. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2191. at org.openqa.selenium.TypingTest.testShouldBeAbleToTypeTheAtCharacter(TypingTest.java:125)
  2192. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2193. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2194. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2195. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2196.  
  2197. Testcase: testShouldFireKeyUpEvents took 0.006 sec
  2198. Caused an ERROR
  2199. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2200. Command duration or timeout: 6 milliseconds
  2201. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2202. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2203. Session ID: null
  2204. Driver info: org.openqa.selenium.safari.SafariDriver
  2205. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2206. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2207. Command duration or timeout: 6 milliseconds
  2208. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2209. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2210. Session ID: null
  2211. Driver info: org.openqa.selenium.safari.SafariDriver
  2212. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2213. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2214. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2215. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2216. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2217. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2218. at org.openqa.selenium.TypingTest.testShouldFireKeyUpEvents(TypingTest.java:78)
  2219. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2220. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2221. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2222. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2223.  
  2224. Testcase: testSpecialSpaceKeys took 0.024 sec
  2225. Caused an ERROR
  2226. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2227. Command duration or timeout: 24 milliseconds
  2228. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2229. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2230. Session ID: null
  2231. Driver info: org.openqa.selenium.safari.SafariDriver
  2232. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2233. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2234. Command duration or timeout: 24 milliseconds
  2235. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2236. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2237. Session ID: null
  2238. Driver info: org.openqa.selenium.safari.SafariDriver
  2239. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2240. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2241. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2242. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2243. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2244. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2245. at org.openqa.selenium.TypingTest.testSpecialSpaceKeys(TypingTest.java:470)
  2246. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2247. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2248. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2249. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2250.  
  2251. Testcase: testShouldBeAbleToMixUpperAndLowerCaseLetters took 0.011 sec
  2252. Caused an ERROR
  2253. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2254. Command duration or timeout: 11 milliseconds
  2255. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2256. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2257. Session ID: null
  2258. Driver info: org.openqa.selenium.safari.SafariDriver
  2259. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2260. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2261. Command duration or timeout: 11 milliseconds
  2262. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2263. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2264. Session ID: null
  2265. Driver info: org.openqa.selenium.safari.SafariDriver
  2266. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2267. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2268. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2269. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2270. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2271. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2272. at org.openqa.selenium.TypingTest.testShouldBeAbleToMixUpperAndLowerCaseLetters(TypingTest.java:135)
  2273. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2274. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2275. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2276. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2277.  
  2278. Testcase: testWillSimulateAKeyDownWhenEnteringTextIntoInputElements took 0.008 sec
  2279. Caused an ERROR
  2280. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2281. Command duration or timeout: 8 milliseconds
  2282. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2283. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2284. Session ID: null
  2285. Driver info: org.openqa.selenium.safari.SafariDriver
  2286. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2287. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2288. Command duration or timeout: 8 milliseconds
  2289. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2290. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2291. Session ID: null
  2292. Driver info: org.openqa.selenium.safari.SafariDriver
  2293. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2294. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2295. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2296. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2297. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2298. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2299. at org.openqa.selenium.TypingTest.testWillSimulateAKeyDownWhenEnteringTextIntoInputElements(TypingTest.java:183)
  2300. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2301. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2302. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2303. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2304.  
  2305. Testcase: testNumericShiftKeys took 0.007 sec
  2306. Caused an ERROR
  2307. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2308. Command duration or timeout: 6 milliseconds
  2309. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2310. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2311. Session ID: null
  2312. Driver info: org.openqa.selenium.safari.SafariDriver
  2313. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2314. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2315. Command duration or timeout: 6 milliseconds
  2316. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2317. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2318. Session ID: null
  2319. Driver info: org.openqa.selenium.safari.SafariDriver
  2320. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2321. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2322. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2323. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2324. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2325. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2326. at org.openqa.selenium.TypingTest.testNumericShiftKeys(TypingTest.java:354)
  2327. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2328. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2329. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2330. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2331.  
  2332. Testcase: testShouldBeAbleToUseArrowKeys took 0.007 sec
  2333. Caused an ERROR
  2334. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2335. Command duration or timeout: 6 milliseconds
  2336. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2337. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2338. Session ID: null
  2339. Driver info: org.openqa.selenium.safari.SafariDriver
  2340. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2341. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2342. Command duration or timeout: 6 milliseconds
  2343. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2344. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2345. Session ID: null
  2346. Driver info: org.openqa.selenium.safari.SafariDriver
  2347. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2348. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2349. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2350. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2351. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2352. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2353. at org.openqa.selenium.TypingTest.testShouldBeAbleToUseArrowKeys(TypingTest.java:158)
  2354. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2355. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2356. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2357. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2358.  
  2359. Testcase: testShouldReportKeyCodeOfArrowKeysUpDownEvents took 0.007 sec
  2360. Caused an ERROR
  2361. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2362. Command duration or timeout: 5 milliseconds
  2363. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2364. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2365. Session ID: null
  2366. Driver info: org.openqa.selenium.safari.SafariDriver
  2367. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2368. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2369. Command duration or timeout: 5 milliseconds
  2370. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2371. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2372. Session ID: null
  2373. Driver info: org.openqa.selenium.safari.SafariDriver
  2374. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2375. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2376. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2377. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2378. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2379. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2380. at org.openqa.selenium.TypingTest.testShouldReportKeyCodeOfArrowKeysUpDownEvents(TypingTest.java:310)
  2381. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2382. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2383. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2384. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2385.  
  2386. Testcase: testShouldFireKeyPressEvents took 0.042 sec
  2387. Caused an ERROR
  2388. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2389. Command duration or timeout: 6 milliseconds
  2390. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2391. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2392. Session ID: null
  2393. Driver info: org.openqa.selenium.safari.SafariDriver
  2394. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2395. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2396. Command duration or timeout: 6 milliseconds
  2397. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2398. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2399. Session ID: null
  2400. Driver info: org.openqa.selenium.safari.SafariDriver
  2401. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2402. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2403. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2404. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2405. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2406. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2407. at org.openqa.selenium.TypingTest.testShouldFireKeyPressEvents(TypingTest.java:54)
  2408. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2409. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2410. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2411. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2412.  
  2413. Testcase: testArrowKeysShouldNotBePrintable took 0.013 sec
  2414. Caused an ERROR
  2415. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2416. Command duration or timeout: 13 milliseconds
  2417. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2418. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2419. Session ID: null
  2420. Driver info: org.openqa.selenium.safari.SafariDriver
  2421. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2422. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2423. Command duration or timeout: 13 milliseconds
  2424. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2425. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2426. Session ID: null
  2427. Driver info: org.openqa.selenium.safari.SafariDriver
  2428. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2429. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2430. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2431. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2432. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2433. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2434. at org.openqa.selenium.TypingTest.testArrowKeysShouldNotBePrintable(TypingTest.java:147)
  2435. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2436. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2437. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2438. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2439.  
  2440. Testcase: testWillSimulateAKeyPressWhenEnteringTextIntoInputElements took 0.008 sec
  2441. Caused an ERROR
  2442. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2443. Command duration or timeout: 6 milliseconds
  2444. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2445. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2446. Session ID: null
  2447. Driver info: org.openqa.selenium.safari.SafariDriver
  2448. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2449. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2450. Command duration or timeout: 6 milliseconds
  2451. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2452. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2453. Session ID: null
  2454. Driver info: org.openqa.selenium.safari.SafariDriver
  2455. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2456. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2457. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2458. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2459. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2460. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2461. at org.openqa.selenium.TypingTest.testWillSimulateAKeyPressWhenEnteringTextIntoInputElements(TypingTest.java:198)
  2462. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2463. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2464. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2465. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2466.  
  2467. Testcase: testShouldReportKeyCodeOfArrowKeys took 0.007 sec
  2468. Caused an ERROR
  2469. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2470. Command duration or timeout: 6 milliseconds
  2471. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2472. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2473. Session ID: null
  2474. Driver info: org.openqa.selenium.safari.SafariDriver
  2475. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2476. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2477. Command duration or timeout: 6 milliseconds
  2478. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2479. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2480. Session ID: null
  2481. Driver info: org.openqa.selenium.safari.SafariDriver
  2482. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2483. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2484. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2485. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2486. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2487. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2488. at org.openqa.selenium.TypingTest.testShouldReportKeyCodeOfArrowKeys(TypingTest.java:275)
  2489. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2490. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2491. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2492. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2493.  
  2494. Testcase: testShouldTypeLowerCaseLetters took 0.006 sec
  2495. Caused an ERROR
  2496. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2497. Command duration or timeout: 6 milliseconds
  2498. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2499. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2500. Session ID: null
  2501. Driver info: org.openqa.selenium.safari.SafariDriver
  2502. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2503. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2504. Command duration or timeout: 6 milliseconds
  2505. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2506. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2507. Session ID: null
  2508. Driver info: org.openqa.selenium.safari.SafariDriver
  2509. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2510. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2511. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2512. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2513. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2514. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2515. at org.openqa.selenium.TypingTest.testShouldTypeLowerCaseLetters(TypingTest.java:89)
  2516. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2517. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2518. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2519. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2520.  
  2521. Testcase: testChordControlHomeShiftEndDelete took 0.007 sec
  2522. Caused an ERROR
  2523. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2524. Command duration or timeout: 7 milliseconds
  2525. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2526. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2527. Session ID: null
  2528. Driver info: org.openqa.selenium.safari.SafariDriver
  2529. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2530. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2531. Command duration or timeout: 7 milliseconds
  2532. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2533. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2534. Session ID: null
  2535. Driver info: org.openqa.selenium.safari.SafariDriver
  2536. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2537. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2538. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2539. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2540. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2541. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2542. at org.openqa.selenium.TypingTest.testChordControlHomeShiftEndDelete(TypingTest.java:536)
  2543. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2544. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2545. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2546. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2547.  
  2548. Testcase: testNumberpadKeys took 0.007 sec
  2549. Caused an ERROR
  2550. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2551. Command duration or timeout: 6 milliseconds
  2552. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2553. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2554. Session ID: null
  2555. Driver info: org.openqa.selenium.safari.SafariDriver
  2556. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2557. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2558. Command duration or timeout: 6 milliseconds
  2559. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2560. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2561. Session ID: null
  2562. Driver info: org.openqa.selenium.safari.SafariDriver
  2563. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2564. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2565. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2566. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2567. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2568. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2569. at org.openqa.selenium.TypingTest.testNumberpadKeys(TypingTest.java:483)
  2570. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2571. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2572. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2573. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2574.  
  2575. Testcase: testChordReveseShiftHomeSelectionDeletes took 0.037 sec
  2576. Caused an ERROR
  2577. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2578. Command duration or timeout: 37 milliseconds
  2579. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2580. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2581. Session ID: null
  2582. Driver info: org.openqa.selenium.safari.SafariDriver
  2583. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2584. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2585. Command duration or timeout: 37 milliseconds
  2586. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2587. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2588. Session ID: null
  2589. Driver info: org.openqa.selenium.safari.SafariDriver
  2590. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2591. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2592. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2593. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2594. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2595. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2596. at org.openqa.selenium.TypingTest.testChordReveseShiftHomeSelectionDeletes(TypingTest.java:559)
  2597. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2598. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2599. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2600. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2601.  
  2602. Testcase: testAllPrintableKeys took 0.007 sec
  2603. Caused an ERROR
  2604. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2605. Command duration or timeout: 6 milliseconds
  2606. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2607. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2608. Session ID: null
  2609. Driver info: org.openqa.selenium.safari.SafariDriver
  2610. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2611. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2612. Command duration or timeout: 6 milliseconds
  2613. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2614. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2615. Session ID: null
  2616. Driver info: org.openqa.selenium.safari.SafariDriver
  2617. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2618. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2619. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2620. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2621. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2622. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2623. at org.openqa.selenium.TypingTest.testAllPrintableKeys(TypingTest.java:402)
  2624. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2625. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2626. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2627. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2628.  
  2629. Testcase: testWillSimulateAKeyUpWhenEnteringTextIntoTextAreas took 0.007 sec
  2630. Caused an ERROR
  2631. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2632. Command duration or timeout: 7 milliseconds
  2633. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2634. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2635. Session ID: null
  2636. Driver info: org.openqa.selenium.safari.SafariDriver
  2637. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2638. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2639. Command duration or timeout: 7 milliseconds
  2640. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2641. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2642. Session ID: null
  2643. Driver info: org.openqa.selenium.safari.SafariDriver
  2644. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2645. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2646. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2647. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2648. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2649. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2650. at org.openqa.selenium.TypingTest.testWillSimulateAKeyUpWhenEnteringTextIntoTextAreas(TypingTest.java:213)
  2651. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2652. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2653. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2654. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2655.  
  2656. Testcase: testWillSimulateAKeyDownWhenEnteringTextIntoTextAreas took 0.007 sec
  2657. Caused an ERROR
  2658. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2659. Command duration or timeout: 7 milliseconds
  2660. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2661. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2662. Session ID: null
  2663. Driver info: org.openqa.selenium.safari.SafariDriver
  2664. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2665. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2666. Command duration or timeout: 7 milliseconds
  2667. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2668. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2669. Session ID: null
  2670. Driver info: org.openqa.selenium.safari.SafariDriver
  2671. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2672. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2673. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2674. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2675. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2676. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2677. at org.openqa.selenium.TypingTest.testWillSimulateAKeyDownWhenEnteringTextIntoTextAreas(TypingTest.java:226)
  2678. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2679. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2680. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2681. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2682.  
  2683. Testcase: testShouldNotTypeIntoElementsThatPreventKeyDownEvents took 0.007 sec
  2684. Caused an ERROR
  2685. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2686. Command duration or timeout: 6 milliseconds
  2687. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2688. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2689. Session ID: null
  2690. Driver info: org.openqa.selenium.safari.SafariDriver
  2691. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2692. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2693. Command duration or timeout: 6 milliseconds
  2694. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2695. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2696. Session ID: null
  2697. Driver info: org.openqa.selenium.safari.SafariDriver
  2698. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2699. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2700. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2701. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2702. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2703. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2704. at org.openqa.selenium.TypingTest.testShouldNotTypeIntoElementsThatPreventKeyDownEvents(TypingTest.java:649)
  2705. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2706. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2707. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2708. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2709.  
  2710. Testcase: testNonPrintableCharactersShouldWorkWithContentEditableOrDesignModeSet took 0.007 sec
  2711. Caused an ERROR
  2712. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2713. Command duration or timeout: 5 milliseconds
  2714. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2715. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2716. Session ID: null
  2717. Driver info: org.openqa.selenium.safari.SafariDriver
  2718. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2719. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2720. Command duration or timeout: 5 milliseconds
  2721. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2722. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2723. Session ID: null
  2724. Driver info: org.openqa.selenium.safari.SafariDriver
  2725. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2726. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2727. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2728. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2729. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2730. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2731. at org.openqa.selenium.TypingTest.testNonPrintableCharactersShouldWorkWithContentEditableOrDesignModeSet(TypingTest.java:701)
  2732. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2733. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2734. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2735. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2736.  
  2737. Testcase: testShouldTypeIntoInputElementsThatHaveNoTypeAttribute took 0.033 sec
  2738. Caused an ERROR
  2739. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2740. Command duration or timeout: 31 milliseconds
  2741. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2742. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2743. Session ID: null
  2744. Driver info: org.openqa.selenium.safari.SafariDriver
  2745. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2746. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2747. Command duration or timeout: 31 milliseconds
  2748. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2749. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2750. Session ID: null
  2751. Driver info: org.openqa.selenium.safari.SafariDriver
  2752. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2753. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2754. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2755. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2756. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2757. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2758. at org.openqa.selenium.TypingTest.testShouldTypeIntoInputElementsThatHaveNoTypeAttribute(TypingTest.java:637)
  2759. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2760. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2761. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2762. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2763.  
  2764. Testcase: testArrowKeysAndPageUpAndDown took 0.014 sec
  2765. Caused an ERROR
  2766. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2767. Command duration or timeout: 13 milliseconds
  2768. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2769. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2770. Session ID: null
  2771. Driver info: org.openqa.selenium.safari.SafariDriver
  2772. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2773. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2774. Command duration or timeout: 13 milliseconds
  2775. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2776. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2777. Session ID: null
  2778. Driver info: org.openqa.selenium.safari.SafariDriver
  2779. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2780. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2781. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2782. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2783. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2784. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2785. at org.openqa.selenium.TypingTest.testArrowKeysAndPageUpAndDown(TypingTest.java:420)
  2786. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2787. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2788. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2789. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2790.  
  2791. Testcase: testChordControlCutAndPaste took 0.007 sec
  2792. Caused an ERROR
  2793. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2794. Command duration or timeout: 6 milliseconds
  2795. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2796. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2797. Session ID: null
  2798. Driver info: org.openqa.selenium.safari.SafariDriver
  2799. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2800. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2801. Command duration or timeout: 6 milliseconds
  2802. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2803. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2804. Session ID: null
  2805. Driver info: org.openqa.selenium.safari.SafariDriver
  2806. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2807. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2808. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2809. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2810. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2811. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2812. at org.openqa.selenium.TypingTest.testChordControlCutAndPaste(TypingTest.java:593)
  2813. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2814. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2815. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2816. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2817.  
  2818. Testcase: testFunctionKeys took 0.007 sec
  2819. Caused an ERROR
  2820. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2821. Command duration or timeout: 6 milliseconds
  2822. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2823. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2824. Session ID: null
  2825. Driver info: org.openqa.selenium.safari.SafariDriver
  2826. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2827. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2828. Command duration or timeout: 6 milliseconds
  2829. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2830. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2831. Session ID: null
  2832. Driver info: org.openqa.selenium.safari.SafariDriver
  2833. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2834. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2835. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2836. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2837. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2838. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2839. at org.openqa.selenium.TypingTest.testFunctionKeys(TypingTest.java:500)
  2840. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2841. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2842. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2843. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2844.  
  2845. Testcase: testUppercaseAlphaKeys took 0.007 sec
  2846. Caused an ERROR
  2847. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2848. Command duration or timeout: 6 milliseconds
  2849. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2850. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2851. Session ID: null
  2852. Driver info: org.openqa.selenium.safari.SafariDriver
  2853. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2854. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2855. Command duration or timeout: 6 milliseconds
  2856. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2857. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2858. Session ID: null
  2859. Driver info: org.openqa.selenium.safari.SafariDriver
  2860. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2861. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2862. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2863. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2864. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2865. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2866. at org.openqa.selenium.TypingTest.testUppercaseAlphaKeys(TypingTest.java:385)
  2867. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2868. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2869. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2870. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2871.  
  2872. Testcase: testShouldBeAbleToTypeCapitalLetters took 0.007 sec
  2873. Caused an ERROR
  2874. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2875. Command duration or timeout: 6 milliseconds
  2876. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2877. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2878. Session ID: null
  2879. Driver info: org.openqa.selenium.safari.SafariDriver
  2880. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2881. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2882. Command duration or timeout: 6 milliseconds
  2883. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2884. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2885. Session ID: null
  2886. Driver info: org.openqa.selenium.safari.SafariDriver
  2887. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2888. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2889. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2890. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2891. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2892. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2893. at org.openqa.selenium.TypingTest.testShouldBeAbleToTypeCapitalLetters(TypingTest.java:99)
  2894. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2895. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2896. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2897. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2898.  
  2899. Testcase: testDeleteAndBackspaceKeys took 0.007 sec
  2900. Caused an ERROR
  2901. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2902. Command duration or timeout: 6 milliseconds
  2903. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2904. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2905. Session ID: null
  2906. Driver info: org.openqa.selenium.safari.SafariDriver
  2907. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2908. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2909. Command duration or timeout: 6 milliseconds
  2910. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2911. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2912. Session ID: null
  2913. Driver info: org.openqa.selenium.safari.SafariDriver
  2914. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2915. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2916. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2917. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2918. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2919. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2920. at org.openqa.selenium.TypingTest.testDeleteAndBackspaceKeys(TypingTest.java:452)
  2921. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2922. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2923. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2924. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2925.  
  2926. Testcase: testShouldFireFocusKeyEventsInTheRightOrder took 0.043 sec
  2927. Caused an ERROR
  2928. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2929. Command duration or timeout: 12 milliseconds
  2930. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2931. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2932. Session ID: null
  2933. Driver info: org.openqa.selenium.safari.SafariDriver
  2934. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2935. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2936. Command duration or timeout: 12 milliseconds
  2937. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2938. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2939. Session ID: null
  2940. Driver info: org.openqa.selenium.safari.SafariDriver
  2941. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2942. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2943. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2944. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2945. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2946. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2947. at org.openqa.selenium.TypingTest.testShouldFireFocusKeyEventsInTheRightOrder(TypingTest.java:258)
  2948. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2949. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2950. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2951. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2952.  
  2953. Testcase: testLowerCaseAlphaKeys took 0.007 sec
  2954. Caused an ERROR
  2955. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2956. Command duration or timeout: 6 milliseconds
  2957. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2958. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2959. Session ID: null
  2960. Driver info: org.openqa.selenium.safari.SafariDriver
  2961. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2962. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2963. Command duration or timeout: 6 milliseconds
  2964. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2965. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2966. Session ID: null
  2967. Driver info: org.openqa.selenium.safari.SafariDriver
  2968. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2969. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2970. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2971. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2972. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  2973. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  2974. at org.openqa.selenium.TypingTest.testLowerCaseAlphaKeys(TypingTest.java:370)
  2975. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  2976. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  2977. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  2978. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  2979.  
  2980. Testcase: testWillSimulateAKeyUpWhenEnteringTextIntoInputElements took 0.007 sec
  2981. Caused an ERROR
  2982. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2983. Command duration or timeout: 6 milliseconds
  2984. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2985. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2986. Session ID: null
  2987. Driver info: org.openqa.selenium.safari.SafariDriver
  2988. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2989. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  2990. Command duration or timeout: 6 milliseconds
  2991. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  2992. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  2993. Session ID: null
  2994. Driver info: org.openqa.selenium.safari.SafariDriver
  2995. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  2996. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  2997. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  2998. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  2999. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3000. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3001. at org.openqa.selenium.TypingTest.testWillSimulateAKeyUpWhenEnteringTextIntoInputElements(TypingTest.java:170)
  3002. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3003. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3004. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3005. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3006.  
  3007. Testcase: testHomeAndEndAndPageUpAndPageDownKeys took 0.025 sec
  3008. Caused an ERROR
  3009. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3010. Command duration or timeout: 24 milliseconds
  3011. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3012. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3013. Session ID: null
  3014. Driver info: org.openqa.selenium.safari.SafariDriver
  3015. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3016. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3017. Command duration or timeout: 24 milliseconds
  3018. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3019. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3020. Session ID: null
  3021. Driver info: org.openqa.selenium.safari.SafariDriver
  3022. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3023. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3024. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3025. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3026. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3027. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3028. at org.openqa.selenium.TypingTest.testHomeAndEndAndPageUpAndPageDownKeys(TypingTest.java:437)
  3029. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3030. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3031. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3032. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3033.  
  3034. Testcase: testWillSimulateAKeyPressWhenEnteringTextIntoTextAreas took 0.014 sec
  3035. Caused an ERROR
  3036. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3037. Command duration or timeout: 13 milliseconds
  3038. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3039. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3040. Session ID: null
  3041. Driver info: org.openqa.selenium.safari.SafariDriver
  3042. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3043. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3044. Command duration or timeout: 13 milliseconds
  3045. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3046. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3047. Session ID: null
  3048. Driver info: org.openqa.selenium.safari.SafariDriver
  3049. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3050. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3051. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3052. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3053. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3054. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3055. at org.openqa.selenium.TypingTest.testWillSimulateAKeyPressWhenEnteringTextIntoTextAreas(TypingTest.java:241)
  3056. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3057. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3058. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3059. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3060.  
  3061. Testcase: testShouldBeAbleToTypeOnAnEmailInputField took 0.007 sec
  3062. Caused an ERROR
  3063. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3064. Command duration or timeout: 6 milliseconds
  3065. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3066. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3067. Session ID: null
  3068. Driver info: org.openqa.selenium.safari.SafariDriver
  3069. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3070. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3071. Command duration or timeout: 6 milliseconds
  3072. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3073. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3074. Session ID: null
  3075. Driver info: org.openqa.selenium.safari.SafariDriver
  3076. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3077. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3078. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3079. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3080. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3081. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3082. at org.openqa.selenium.TypingTest.testShouldBeAbleToTypeOnAnEmailInputField(TypingTest.java:714)
  3083. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3084. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3085. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3086. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3087.  
  3088. Testcase: testShouldBeAbleToTypeQuoteMarks took 0.021 sec
  3089. Caused an ERROR
  3090. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3091. Command duration or timeout: 20 milliseconds
  3092. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3093. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3094. Session ID: null
  3095. Driver info: org.openqa.selenium.safari.SafariDriver
  3096. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3097. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3098. Command duration or timeout: 20 milliseconds
  3099. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3100. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3101. Session ID: null
  3102. Driver info: org.openqa.selenium.safari.SafariDriver
  3103. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3104. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3105. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3106. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3107. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3108. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3109. at org.openqa.selenium.TypingTest.testShouldBeAbleToTypeQuoteMarks(TypingTest.java:109)
  3110. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3111. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3112. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3113. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3114.  
  3115. Testcase: testShouldModifyTheVisibilityOfAnElementDynamically took 0.006 sec
  3116. Caused an ERROR
  3117. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3118. Command duration or timeout: 5 milliseconds
  3119. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3120. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3121. Session ID: null
  3122. Driver info: org.openqa.selenium.safari.SafariDriver
  3123. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3124. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3125. Command duration or timeout: 5 milliseconds
  3126. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3127. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3128. Session ID: null
  3129. Driver info: org.openqa.selenium.safari.SafariDriver
  3130. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3131. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3132. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3133. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3134. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3135. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3136. at org.openqa.selenium.VisibilityTest.testShouldModifyTheVisibilityOfAnElementDynamically(VisibilityTest.java:84)
  3137. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3138. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3139. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3140. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3141.  
  3142. Testcase: parentNodeVisibleWhenAllChildrenAreAbsolutelyPositionedAndOverflowIsHidden took 0.007 sec
  3143. Caused an ERROR
  3144. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3145. Command duration or timeout: 6 milliseconds
  3146. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3147. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3148. Session ID: null
  3149. Driver info: org.openqa.selenium.safari.SafariDriver
  3150. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3151. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3152. Command duration or timeout: 6 milliseconds
  3153. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3154. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3155. Session ID: null
  3156. Driver info: org.openqa.selenium.safari.SafariDriver
  3157. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3158. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3159. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3160. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3161. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3162. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3163. at org.openqa.selenium.VisibilityTest.parentNodeVisibleWhenAllChildrenAreAbsolutelyPositionedAndOverflowIsHidden(VisibilityTest.java:163)
  3164. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3165. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3166. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3167. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3168.  
  3169. Testcase: testHiddenInputElementsAreNeverVisible took 0.006 sec
  3170. Caused an ERROR
  3171. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3172. Command duration or timeout: 5 milliseconds
  3173. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3174. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3175. Session ID: null
  3176. Driver info: org.openqa.selenium.safari.SafariDriver
  3177. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3178. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3179. Command duration or timeout: 5 milliseconds
  3180. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3181. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3182. Session ID: null
  3183. Driver info: org.openqa.selenium.safari.SafariDriver
  3184. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3185. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3186. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3187. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3188. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3189. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3190. at org.openqa.selenium.VisibilityTest.testHiddenInputElementsAreNeverVisible(VisibilityTest.java:100)
  3191. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3192. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3193. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3194. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3195.  
  3196. Testcase: testElementScrollableByOverflowXIsVisible took 0.007 sec
  3197. Caused an ERROR
  3198. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3199. Command duration or timeout: 6 milliseconds
  3200. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3201. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3202. Session ID: null
  3203. Driver info: org.openqa.selenium.safari.SafariDriver
  3204. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3205. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3206. Command duration or timeout: 6 milliseconds
  3207. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3208. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3209. Session ID: null
  3210. Driver info: org.openqa.selenium.safari.SafariDriver
  3211. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3212. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3213. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3214. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3215. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3216. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3217. at org.openqa.selenium.VisibilityTest.testElementScrollableByOverflowXIsVisible(VisibilityTest.java:215)
  3218. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3219. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3220. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3221. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3222.  
  3223. Testcase: testVisibilityShouldTakeIntoAccountParentVisibility took 0.007 sec
  3224. Caused an ERROR
  3225. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3226. Command duration or timeout: 6 milliseconds
  3227. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3228. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3229. Session ID: null
  3230. Driver info: org.openqa.selenium.safari.SafariDriver
  3231. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3232. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3233. Command duration or timeout: 6 milliseconds
  3234. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3235. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3236. Session ID: null
  3237. Driver info: org.openqa.selenium.safari.SafariDriver
  3238. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3239. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3240. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3241. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3242. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3243. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3244. at org.openqa.selenium.VisibilityTest.testVisibilityShouldTakeIntoAccountParentVisibility(VisibilityTest.java:62)
  3245. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3246. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3247. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3248. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3249.  
  3250. Testcase: testShouldCountElementsAsVisibleIfStylePropertyHasBeenSet took 0.046 sec
  3251. Caused an ERROR
  3252. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3253. Command duration or timeout: 46 milliseconds
  3254. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3255. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3256. Session ID: null
  3257. Driver info: org.openqa.selenium.safari.SafariDriver
  3258. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3259. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3260. Command duration or timeout: 46 milliseconds
  3261. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3262. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3263. Session ID: null
  3264. Driver info: org.openqa.selenium.safari.SafariDriver
  3265. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3266. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3267. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3268. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3269. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3270. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3271. at org.openqa.selenium.VisibilityTest.testShouldCountElementsAsVisibleIfStylePropertyHasBeenSet(VisibilityTest.java:74)
  3272. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3273. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3274. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3275. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3276.  
  3277. Testcase: testShouldNotBeAbleToClickOnAnElementThatIsNotDisplayed took 0.005 sec
  3278. Caused an ERROR
  3279. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3280. Command duration or timeout: 5 milliseconds
  3281. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3282. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3283. Session ID: null
  3284. Driver info: org.openqa.selenium.safari.SafariDriver
  3285. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3286. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3287. Command duration or timeout: 5 milliseconds
  3288. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3289. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3290. Session ID: null
  3291. Driver info: org.openqa.selenium.safari.SafariDriver
  3292. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3293. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3294. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3295. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3296. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3297. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3298. at org.openqa.selenium.VisibilityTest.testShouldNotBeAbleToClickOnAnElementThatIsNotDisplayed(VisibilityTest.java:110)
  3299. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3300. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3301. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3302. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3303.  
  3304. Testcase: testShouldNotBeAbleToTypeAnElementThatIsNotDisplayed took 0.009 sec
  3305. Caused an ERROR
  3306. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3307. Command duration or timeout: 8 milliseconds
  3308. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3309. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3310. Session ID: null
  3311. Driver info: org.openqa.selenium.safari.SafariDriver
  3312. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3313. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3314. Command duration or timeout: 8 milliseconds
  3315. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3316. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3317. Session ID: null
  3318. Driver info: org.openqa.selenium.safari.SafariDriver
  3319. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3320. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3321. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3322. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3323. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3324. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3325. at org.openqa.selenium.VisibilityTest.testShouldNotBeAbleToTypeAnElementThatIsNotDisplayed(VisibilityTest.java:124)
  3326. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3327. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3328. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3329. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3330.  
  3331. Testcase: testElementScrollableByOverflowXAndYIsVisible took 0.006 sec
  3332. Caused an ERROR
  3333. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3334. Command duration or timeout: 6 milliseconds
  3335. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3336. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3337. Session ID: null
  3338. Driver info: org.openqa.selenium.safari.SafariDriver
  3339. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3340. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3341. Command duration or timeout: 6 milliseconds
  3342. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3343. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3344. Session ID: null
  3345. Driver info: org.openqa.selenium.safari.SafariDriver
  3346. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3347. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3348. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3349. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3350. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3351. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3352. at org.openqa.selenium.VisibilityTest.testElementScrollableByOverflowXAndYIsVisible(VisibilityTest.java:248)
  3353. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3354. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3355. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3356. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3357.  
  3358. Testcase: testElementHiddenByOverflowYIsNotVisible took 0.007 sec
  3359. Caused an ERROR
  3360. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3361. Command duration or timeout: 7 milliseconds
  3362. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3363. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3364. Session ID: null
  3365. Driver info: org.openqa.selenium.safari.SafariDriver
  3366. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3367. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3368. Command duration or timeout: 7 milliseconds
  3369. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3370. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3371. Session ID: null
  3372. Driver info: org.openqa.selenium.safari.SafariDriver
  3373. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3374. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3375. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3376. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3377. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3378. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3379. at org.openqa.selenium.VisibilityTest.testElementHiddenByOverflowYIsNotVisible(VisibilityTest.java:195)
  3380. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3381. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3382. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3383. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3384.  
  3385. Testcase: testZeroSizedDivIsShownIfDescendantHasSize took 0.005 sec
  3386. Caused an ERROR
  3387. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3388. Command duration or timeout: 4 milliseconds
  3389. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3390. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3391. Session ID: null
  3392. Driver info: org.openqa.selenium.safari.SafariDriver
  3393. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3394. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3395. Command duration or timeout: 4 milliseconds
  3396. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3397. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3398. Session ID: null
  3399. Driver info: org.openqa.selenium.safari.SafariDriver
  3400. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3401. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3402. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3403. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3404. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3405. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3406. at org.openqa.selenium.VisibilityTest.testZeroSizedDivIsShownIfDescendantHasSize(VisibilityTest.java:141)
  3407. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3408. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3409. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3410. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3411.  
  3412. Testcase: testShouldAllowTheUserToTellIfAnElementIsDisplayedOrNot took 0.053 sec
  3413. Caused an ERROR
  3414. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3415. Command duration or timeout: 47 milliseconds
  3416. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3417. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3418. Session ID: null
  3419. Driver info: org.openqa.selenium.safari.SafariDriver
  3420. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3421. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3422. Command duration or timeout: 47 milliseconds
  3423. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3424. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3425. Session ID: null
  3426. Driver info: org.openqa.selenium.safari.SafariDriver
  3427. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3428. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3429. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3430. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3431. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3432. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3433. at org.openqa.selenium.VisibilityTest.testShouldAllowTheUserToTellIfAnElementIsDisplayedOrNot(VisibilityTest.java:50)
  3434. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3435. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3436. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3437. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3438.  
  3439. Testcase: tooSmallAWindowWithOverflowHiddenIsNotAProblem took 0.015 sec
  3440. Caused an ERROR
  3441. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3442. Command duration or timeout: 15 milliseconds
  3443. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3444. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3445. Session ID: null
  3446. Driver info: org.openqa.selenium.safari.SafariDriver
  3447. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3448. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3449. Command duration or timeout: 15 milliseconds
  3450. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3451. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3452. Session ID: null
  3453. Driver info: org.openqa.selenium.safari.SafariDriver
  3454. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3455. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3456. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3457. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3458. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3459. at org.openqa.selenium.remote.RemoteWebDriver$RemoteWebDriverOptions$RemoteWindow.getSize(RemoteWebDriver.java:760)
  3460. at org.openqa.selenium.VisibilityTest.tooSmallAWindowWithOverflowHiddenIsNotAProblem(VisibilityTest.java:258)
  3461. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3462. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3463. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3464. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3465.  
  3466. Testcase: testElementImplementsWrapsDriver took 0.005 sec
  3467. Caused an ERROR
  3468. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3469. Command duration or timeout: 5 milliseconds
  3470. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3471. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3472. Session ID: null
  3473. Driver info: org.openqa.selenium.safari.SafariDriver
  3474. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3475. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3476. Command duration or timeout: 5 milliseconds
  3477. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3478. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3479. Session ID: null
  3480. Driver info: org.openqa.selenium.safari.SafariDriver
  3481. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3482. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3483. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3484. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3485. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3486. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3487. at org.openqa.selenium.WebElementTest.testElementImplementsWrapsDriver(WebElementTest.java:33)
  3488. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3489. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3490. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3491. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3492.  
  3493. Testcase: testElementReturnsOriginDriver took 0.008 sec
  3494. Caused an ERROR
  3495. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3496. Command duration or timeout: 7 milliseconds
  3497. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3498. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3499. Session ID: null
  3500. Driver info: org.openqa.selenium.safari.SafariDriver
  3501. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3502. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3503. Command duration or timeout: 7 milliseconds
  3504. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3505. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3506. Session ID: null
  3507. Driver info: org.openqa.selenium.safari.SafariDriver
  3508. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3509. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3510. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3511. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3512. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3513. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3514. at org.openqa.selenium.WebElementTest.testElementReturnsOriginDriver(WebElementTest.java:40)
  3515. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3516. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3517. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3518. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3519.  
  3520. Testcase: testShouldThrowNoSuchWindowExceptionOnAnyElementOperationIfAWindowIsClosed took 0.008 sec
  3521. Caused an ERROR
  3522. The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3523. Command duration or timeout: 8 milliseconds
  3524. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3525. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3526. Session ID: null
  3527. Driver info: org.openqa.selenium.safari.SafariDriver
  3528. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3529. org.openqa.selenium.NoSuchWindowException: The driver is not focused on a window. You must switch to a window before proceeding. (WARNING: The server did not provide any stacktrace information)
  3530. Command duration or timeout: 8 milliseconds
  3531. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3532. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3533. Session ID: null
  3534. Driver info: org.openqa.selenium.safari.SafariDriver
  3535. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3536. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3537. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3538. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3539. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3540. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:276)
  3541. at org.openqa.selenium.WindowSwitchingTest.testShouldThrowNoSuchWindowExceptionOnAnyElementOperationIfAWindowIsClosed(WindowSwitchingTest.java:158)
  3542. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3543. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3544. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3545. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3546.  
  3547. Testcase: testShouldBeAbleToIterateOverAllOpenWindows took 6.395 sec
  3548. Testcase: testShouldFocusOnTheTopMostFrameAfterSwitchingToAWindow took 6.383 sec
  3549. Testcase: testShouldThrowNoSuchWindowExceptionOnAnyOperationIfAWindowIsClosed took 36.055 sec
  3550. Caused an ERROR
  3551. Timed out awaiting response to command "switchToWindow" after 30001 ms (WARNING: The server did not provide any stacktrace information)
  3552. Command duration or timeout: 30.03 seconds
  3553. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3554. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3555. Session ID: null
  3556. Driver info: org.openqa.selenium.safari.SafariDriver
  3557. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3558. org.openqa.selenium.TimeoutException: Timed out awaiting response to command "switchToWindow" after 30001 ms (WARNING: The server did not provide any stacktrace information)
  3559. Command duration or timeout: 30.03 seconds
  3560. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3561. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3562. Session ID: null
  3563. Driver info: org.openqa.selenium.safari.SafariDriver
  3564. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3565. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3566. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3567. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3568. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3569. at org.openqa.selenium.remote.RemoteWebDriver$RemoteTargetLocator.window(RemoteWebDriver.java:831)
  3570. at org.openqa.selenium.WindowSwitchingTest.testShouldThrowNoSuchWindowExceptionOnAnyOperationIfAWindowIsClosed(WindowSwitchingTest.java:133)
  3571. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3572. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3573. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3574. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3575.  
  3576. Testcase: testShouldSwitchFocusToANewWindowWhenItIsOpenedAndNotStopFutureOperations took 5.264 sec
  3577. FAILED
  3578. Condition timed out: org.openqa.selenium.WaitingConditions$14@13f451d
  3579. junit.framework.AssertionFailedError: Condition timed out: org.openqa.selenium.WaitingConditions$14@13f451d
  3580. at org.openqa.selenium.TestWaiter.waitFor(TestWaiter.java:84)
  3581. at org.openqa.selenium.TestWaiter.waitFor(TestWaiter.java:43)
  3582. at org.openqa.selenium.WindowSwitchingTest.testShouldSwitchFocusToANewWindowWhenItIsOpenedAndNotStopFutureOperations(WindowSwitchingTest.java:66)
  3583. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3584. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3585. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3586. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3587.  
  3588. Testcase: testClickingOnAButtonThatClosesAnOpenWindowDoesNotCauseTheBrowserToHang took 5.3 sec
  3589. FAILED
  3590. Condition timed out: org.openqa.selenium.WaitingConditions$14@2cbea8
  3591. junit.framework.AssertionFailedError: Condition timed out: org.openqa.selenium.WaitingConditions$14@2cbea8
  3592. at org.openqa.selenium.TestWaiter.waitFor(TestWaiter.java:84)
  3593. at org.openqa.selenium.TestWaiter.waitFor(TestWaiter.java:43)
  3594. at org.openqa.selenium.WindowSwitchingTest.testClickingOnAButtonThatClosesAnOpenWindowDoesNotCauseTheBrowserToHang(WindowSwitchingTest.java:218)
  3595. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3596. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3597. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3598. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3599.  
  3600. Testcase: testCanCloseWindowWhenMultipleWindowsAreOpen took 14.749 sec
  3601. Testcase: testShouldThrowNoSuchWindowException took 5.974 sec
  3602. Testcase: testCanCloseWindowAndSwitchBackToMainWindow took 6.326 sec
  3603. Testcase: testFailingToSwitchToAWindowLeavesTheCurrentWindowAsIs took 5.972 sec
  3604. Testcase: testShouldThrowNoSuchWindowExceptionOnAnAttemptToGetItsHandle took 30.18 sec
  3605. Caused an ERROR
  3606. Timed out awaiting response to command "switchToWindow" after 30001 ms (WARNING: The server did not provide any stacktrace information)
  3607. Command duration or timeout: 30.00 seconds
  3608. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3609. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3610. Session ID: null
  3611. Driver info: org.openqa.selenium.safari.SafariDriver
  3612. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3613. org.openqa.selenium.TimeoutException: Timed out awaiting response to command "switchToWindow" after 30001 ms (WARNING: The server did not provide any stacktrace information)
  3614. Command duration or timeout: 30.00 seconds
  3615. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3616. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3617. Session ID: null
  3618. Driver info: org.openqa.selenium.safari.SafariDriver
  3619. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3620. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3621. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3622. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3623. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3624. at org.openqa.selenium.remote.RemoteWebDriver$RemoteTargetLocator.window(RemoteWebDriver.java:831)
  3625. at org.openqa.selenium.WindowSwitchingTest.testShouldThrowNoSuchWindowExceptionOnAnAttemptToGetItsHandle(WindowSwitchingTest.java:109)
  3626. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3627. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3628. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3629. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3630.  
  3631. Testcase: testCanObtainAWindowHandle took 0.051 sec
  3632. Testcase: testClosingOnlyWindowShouldNotCauseTheBrowserToHang took 6.041 sec
  3633. Testcase: testCanCallGetWindowHandlesAfterClosingAWindow took 45.516 sec
  3634. Caused an ERROR
  3635. Timed out awaiting response to command "switchToWindow" after 30001 ms (WARNING: The server did not provide any stacktrace information)
  3636. Command duration or timeout: 30.00 seconds
  3637. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3638. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3639. Session ID: null
  3640. Driver info: org.openqa.selenium.safari.SafariDriver
  3641. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3642. org.openqa.selenium.TimeoutException: Timed out awaiting response to command "switchToWindow" after 30001 ms (WARNING: The server did not provide any stacktrace information)
  3643. Command duration or timeout: 30.00 seconds
  3644. Build info: version: '2.33.0', revision: 'efd144f', time: '2013-06-13 09:01:53'
  3645. System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_21'
  3646. Session ID: null
  3647. Driver info: org.openqa.selenium.safari.SafariDriver
  3648. Capabilities [{platform=WINDOWS, javascriptEnabled=true, cssSelectorsEnabled=true, secureSsl=true, browserName=safari, takesScreenshot=true, version=5.1.7}]
  3649. at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
  3650. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:191)
  3651. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:145)
  3652. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:554)
  3653. at org.openqa.selenium.remote.RemoteWebDriver$RemoteTargetLocator.window(RemoteWebDriver.java:831)
  3654. at org.openqa.selenium.WindowSwitchingTest.testCanCallGetWindowHandlesAfterClosingAWindow(WindowSwitchingTest.java:255)
  3655. at org.openqa.selenium.testing.SeleniumTestRunner$2.evaluate(SeleniumTestRunner.java:107)
  3656. at org.openqa.selenium.testing.SeleniumTestRunner.runChild(SeleniumTestRunner.java:80)
  3657. at org.openqa.selenium.testing.ParallelSuite$2.run(ParallelSuite.java:40)
  3658. at org.openqa.selenium.testing.ParallelSuite$ThreadPool$1.run(ParallelSuite.java:79)
  3659.  
  3660. Testcase: testSetsTheSizeOfTheCurrentWindowFromIframe took 0.824 sec
  3661. Testcase: testGetsThePositionOfTheCurrentWindow took 0.007 sec
  3662. Testcase: testSetsTheSizeOfTheCurrentWindowFromFrame took 1.483 sec
  3663. Testcase: testCanMaximizeTheWindowFromFrame took 2.067 sec
  3664. Testcase: testCanMaximizeTheWindowFromIframe took 1.362 sec
  3665. Testcase: testSetsTheSizeOfTheCurrentWindow took 0.589 sec
  3666. Testcase: testGetsTheSizeOfTheCurrentWindow took 0.007 sec
  3667. Testcase: testCanMaximizeTheWindow took 1.151 sec
  3668. Testcase: testShouldFindElementsByXPath took 0.141 sec
  3669. Testcase: testShouldFindSingleElementByXPath took 0.158 sec
  3670. Testcase: testShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInDriverFindElement took 0.175 sec
  3671. Testcase: testShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInDriverFindElements took 0.183 sec
  3672. Testcase: testShouldThrowAnExceptionWhenThereIsNoLinkToClick took 0.152 sec
  3673. Testcase: testShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInElementFindElement took 0.214 sec
  3674. Testcase: testShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInDriverFindElement took 0.174 sec
  3675. Testcase: testShouldBeAbleToFindManyElementsRepeatedlyByXPath took 0.166 sec
  3676. Testcase: testShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInElementFindElements took 0.23 sec
  3677. Testcase: testShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInDriverFindElements took 0.168 sec
  3678. Testcase: testShouldBeAbleToSearchForMultipleAttributes took 0.192 sec
  3679. Testcase: testShouldThrowAnExceptionWhenThereIsNoLinkToClickAndItIsFoundWithXPath took 0.235 sec
  3680. Testcase: testShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInElementFindElement took 0.175 sec
  3681. Testcase: testShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInElementFindElements took 0.216 sec
  3682. Testcase: testShouldLocateElementsWithGivenText took 0.139 sec
  3683. Testcase: testShouldBeAbleToIdentifyElementsByClass took 0.182 sec
  3684. Testcase: testAppCacheStatus took 0.001 sec
  3685. Testcase: testBrowserLoadsFromCacheWhenOffline took 0 sec
  3686. Testcase: testShouldSetBrowserOffline took 0.001 sec
  3687. Testcase: testLocalStorageKeySet took 0 sec
  3688. Testcase: testLocalAndSessionStorageDontInterfereWithEachOther took 0 sec
  3689. Testcase: testClearLocalStorage took 0 sec
  3690. Testcase: testLocalStorageRemoveItem took 0 sec
  3691. Testcase: testLocalStorageSetAndGetItem took 0 sec
  3692. Testcase: testShouldSetAndGetLocation took 0.001 sec
  3693. Testcase: testSessionStorageRemoveItem took 0 sec
  3694. Testcase: testClearSessionStorage took 0.026 sec
  3695. Testcase: testSessionStorageSetAndGetItem took 0.001 sec
  3696. Testcase: testSessionStorageKeySet took 0.001 sec
  3697. Testcase: testResultSetsReturnPositiveLastInsertedRowId took 0.001 sec
  3698. Testcase: testResultSetRowsContainsInsertedRows took 0 sec
  3699. Testcase: testResultSetsReturnNegativeLastInsertedRowId took 0 sec
  3700. Testcase: testResultSetsNumberOfRowsAffected took 0.001 sec
  3701. Testcase: creatingAllMouseActions took 0.024 sec
  3702. Testcase: creatingAllKeyboardActions took 0.003 sec
  3703. Testcase: providingAnElementToKeyboardActions took 0 sec
  3704. Testcase: supplyingIndividualElementsToKeyboardActions took 0.002 sec
  3705. Testcase: invokingActions took 0.001 sec
  3706. Testcase: addingActions took 0 sec
  3707. Testcase: keyDownActionFailsOnNonModifier took 0.001 sec
  3708. Testcase: sendKeysActionWithoutProvidedElement took 0 sec
  3709. Testcase: sendKeysActionOnAnElement took 0.001 sec
  3710. Testcase: keyUpActionWithoutProvidedElement took 0.001 sec
  3711. Testcase: keyDownActionOnAnElement took 0.001 sec
  3712. Testcase: keyUpOnAnAnElement took 0.002 sec
  3713. Testcase: keyDownActionWithoutProvidedElement took 0 sec
  3714. Testcase: mouseDoubleClickAction took 0.001 sec
  3715. Testcase: mouseMoveActionToCoordinatesInElement took 0.001 sec
  3716. Testcase: mouseContextClickAction took 0.002 sec
  3717. Testcase: mouseClickActionOnCurrentLocation took 0.001 sec
  3718. Testcase: mouseClickAndHoldAction took 0.002 sec
  3719. Testcase: mouseClickAction took 0.001 sec
  3720. Testcase: mouseClickAndHoldActionOnCurrentLocation took 0.001 sec
  3721. Testcase: mouseReleaseAction took 0 sec
  3722. Testcase: mouseContextClickActionOnCurrentLocation took 0.001 sec
  3723. Testcase: mouseReleaseActionOnCurrentLocation took 0 sec
  3724. Testcase: mouseMoveAction took 0 sec
  3725. Testcase: mouseDoubleClickActionOnCurrentLocation took 0 sec
Add Comment
Please, Sign In to add comment