Skip to content

Instantly share code, notes, and snippets.

@generalredneck
Created September 11, 2012 14:59
Show Gist options
  • Save generalredneck/3699431 to your computer and use it in GitHub Desktop.
Save generalredneck/3699431 to your computer and use it in GitHub Desktop.
Selenium log snipped
07:03:45.493 INFO - Command request: waitForPageToLoad[90000, ] on session be710e83a2684c4a934f8663dbe376a9
07:03:45.525 INFO - Got result: OK on session be710e83a2684c4a934f8663dbe376a9
07:03:45.529 INFO - Command request: getExpression[(typeof selenium.browserbot.getCurrentWindow().jQuery == 'undefined' || !selenium.browserbot.getCurrentWindow().jQuery.active), ] on session be710e83a2684c4a934f8663dbe376a9
07:03:45.543 INFO - Got result: OK,(typeof selenium.browserbot.getCurrentWindow().jQuery == 'undefined' || !selenium.browserbot.getCurrentWindow().jQuery.active) on session be710e83a2684c4a934f8663dbe376a9
07:03:45.546 INFO - Command request: waitForCondition[(typeof selenium.browserbot.getCurrentWindow().jQuery == 'undefined' || !selenium.browserbot.getCurrentWindow().jQuery.active), 90000] on session be710e83a2684c4a934f8663dbe376a9
07:03:45.572 INFO - Got result: OK on session be710e83a2684c4a934f8663dbe376a9
07:03:45.576 INFO - Command request: getExpression[xpath=//label[contains(text(), 'Enable registration for Player')]/input, ] on session be710e83a2684c4a934f8663dbe376a9
07:03:45.590 INFO - Got result: OK,xpath=//label[contains(text(), 'Enable registration for Player')]/input on session be710e83a2684c4a934f8663dbe376a9
07:03:45.593 INFO - Command request: check[xpath=//label[contains(text(), 'Enable registration for Player')]/input, ] on session be710e83a2684c4a934f8663dbe376a9
07:03:45.623 INFO - Got result: ERROR: Element xpath=//label[contains(text(), 'Enable registration for Player')]/input not found on session be710e83a2684c4a934f8663dbe376a9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment