-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Protractor --elementExplorer not starting #2262
Description
hi everyone (and Julie ;) )
I'm having trouble trying to use elementExplorer.
First of all :
- I'm using windows 8.1
- protractor 2.1.0
when I launch protractor --elementExplorer, It does seems that everything is started properly.
I see the chrome (or respectivly firefox if I define --browser firefox) starting and, automaticly closing.
I do not see any issues in console.
I can type for exemple TAB and see commands.
I tried defining my --baseUrl and/or --seleniumAddress; same behaviour.
I can type : browser.get("http://localhost:8080/2/webapp"), but then I got this issue :
browser.get('http://localhost:8080/2/webapp')
UnknownError: Build info: version: '2.45.0', revision: '5017cb8', time: '2015-02-26 23:59:50'
System info: host: '', ip: '169.254.80.80', os.name: 'Windows 8.1', os.arch: 'amd64', os.version: '6.3', java.version: '1.8.0_31'
Driver info: driver.version: unknown
Here is the report from : protractor --troubleshoot --elementExplorer
C:\Users\Alexandre\git\webappangular>protractor --troubleshoot --elementExplorer
DEBUG - Running with --troubleshoot
DEBUG - Protractor version: 2.1.0
DEBUG - Your base url for tests is undefined
DEBUG - Attempting to find the SeleniumServerJar in the default location used by webdriver-manager
DEBUG - Attempting to find the chromedriver binary in the default location used by webdriver-manager
Starting selenium standalone server...
Selenium standalone server started at http://169.254.80.80:65415/wd/hub
DEBUG - WebDriver session successfully started with capabilities { caps_:
{ applicationCacheEnabled: false,
rotatable: false,
mobileEmulationEnabled: false,
chrome: { userDataDir: 'C:\Users\ALEXAN~1\AppData\Local\Temp\scoped_dir92_20561' },
takesHeapSnapshot: true,
databaseEnabled: false,
handlesAlerts: true,
version: '43.0.2357.124',
platform: 'WIN8_1',
browserConnectionEnabled: false,
nativeEvents: true,
acceptSslCerts: true,
'webdriver.remote.sessionid': 'a6823ef8-a832-4437-9c7d-3f20476235a1',
locationContextEnabled: true,
webStorageEnabled: true,
browserName: 'chrome',
takesScreenshot: true,
javascriptEnabled: true,
cssSelectorsEnabled: true } }
Starting WebDriver debugger in a child process. Pause is still beta, please report issues at github.com/angular/protractor
Type to see a list of locator strategies.
Use the list
helper function to find elements by strategy:
e.g., list(by.binding('')) gets all bindings.
Starting debugger agent.
Debugger listening on port 5858
Thank for support,