Skip to content

Instantly share code, notes, and snippets.

@c0debreaker
Created February 24, 2015 21:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c0debreaker/876fbaf7a0eb68007d63 to your computer and use it in GitHub Desktop.
Save c0debreaker/876fbaf7a0eb68007d63 to your computer and use it in GitHub Desktop.
15:33 ~/Downloads $ webdriver-manager start
seleniumProcess.pid: 45102
Unable to find a $JAVA_HOME at "/usr", continuing with system-provided Java...
15:33:33.283 INFO - Launching a standalone server
Setting system property webdriver.chrome.driver to /Users/admin/.nvm/v0.10.30/lib/node_modules/protractor/selenium/chromedriver
15:33:33.318 INFO - Java: Oracle Corporation 23.25-b01
15:33:33.318 INFO - OS: Mac OS X 10.8.3 x86_64
15:33:33.329 INFO - v2.43.1, with Core v2.43.1. Built from revision 5163bce
15:33:33.407 INFO - Default driver org.openqa.selenium.ie.InternetExplorerDriver registration is skipped: registration capabilities Capabilities [{platform=WINDOWS, ensureCleanSession=true, browserName=internet explorer, version=}] does not match with current platform: MAC
15:33:33.447 INFO - RemoteWebDriver instances should connect to: http://127.0.0.1:4444/wd/hub
15:33:33.448 INFO - Version Jetty/5.1.x
15:33:33.448 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver]
15:33:33.449 INFO - Started HttpContext[/selenium-server,/selenium-server]
15:33:33.449 INFO - Started HttpContext[/,/]
15:33:33.469 INFO - Started org.openqa.jetty.jetty.servlet.ServletHandler@45a79117
15:33:33.469 INFO - Started HttpContext[/wd,/wd]
15:33:33.472 INFO - Started SocketListener on 0.0.0.0:4444
15:33:33.472 INFO - Started org.openqa.jetty.jetty.Server@15e4dbfb
15:33:53.365 INFO - Executing: [new session: Capabilities [{count=1, browserName=firefox}]])
15:33:53.374 INFO - Creating a new session for Capabilities [{count=1, browserName=firefox}]
15:33:55.737 INFO - Done: [new session: Capabilities [{count=1, browserName=firefox}]]
15:33:55.755 INFO - Executing: [set script timeoutt: 11000])
15:33:55.774 INFO - Done: [set script timeoutt: 11000]
15:33:55.811 INFO - Executing: [get: data:text/html,<html></html>])
15:33:55.843 INFO - Done: [get: data:text/html,<html></html>]
15:33:55.854 INFO - Executing: [execute script: window.name = "NG_DEFER_BOOTSTRAP!" + window.name;window.location.replace("http://juliemr.github.io/protractor-demo/");, []])
15:33:55.864 INFO - Done: [execute script: window.name = "NG_DEFER_BOOTSTRAP!" + window.name;window.location.replace("http://juliemr.github.io/protractor-demo/");, []]
15:33:55.887 INFO - Executing: [execute script: return window.location.href;, []])
15:33:56.633 INFO - Done: [execute script: return window.location.href;, []]
15:33:56.660 INFO - Executing: [execute async script: try { return (function (attempts, asyncCallback) {
var callback = function(args) {
setTimeout(function() {
asyncCallback(args);
}, 0);
};
var check = function(n) {
try {
if (window.angular && window.angular.resumeBootstrap) {
callback([true, null]);
} else if (n < 1) {
if (window.angular) {
callback([false, 'angular never provided resumeBootstrap']);
} else {
callback([false, 'retries looking for angular exceeded']);
}
} else {
window.setTimeout(function() {check(n - 1);}, 1000);
}
} catch (e) {
callback([false, e]);
}
};
check(attempts);
}).apply(this, arguments); }
catch(e) { throw (e instanceof Error) ? e : new Error(e); }, [10]])
15:34:25.948 INFO - Executing: [get: data:text/html,<html></html>])
15:34:58.684 INFO - Executing: [get: data:text/html,<html></html>])
15:35:31.316 INFO - Executing: [delete session: a54d392d-18f1-4dfb-a947-c99b3075b4fe])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment