This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Element explorer hangs in protractor >=1.7 if you have node >=0.10.31 #1890
Milestone
Comments
hankduan
changed the title
Element explorer hangs in versions 1.7 and above
Element explorer hangs in protractor >=1.7 if you have node >=0.10.31
Mar 4, 2015
This was referenced Mar 4, 2015
FYI: The only workaround for this issue right now is either:
|
This was referenced Mar 19, 2015
@shattenjager you do have a syntax error, you're missing a I'm not sure why your error message is so bad, that seems like something to do with how node interacts with windows. On mac, it prompts you to continue the input, since the parentheses haven't been matched. |
Geez, thanks, I feel dumb, I apologize!! |
fyi: This will be fixed when node 0.12.5 gets released. nodejs/node-v0.x-archive#9333 (comment). |
Node 0.12.5 is out, woo! Closing. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Element explorer hangs in versions 1.7 or later.
NOTE: this behavior only appears if you are on node version 0.10.31 or above
Under closer look, you should see that this delay is not indeterministic. To be exactly:
if you wait n seconds to enter a command, the delay will be (n + time to execute command) seconds.
In other words, if you execute a simple command like
var x = 3
, which takes no time to execute, the delay is equal to the amount of time you waited before entering the command.Try this:
An issue has been filed with additional information here: nodejs/node-v0.x-archive#9333
The text was updated successfully, but these errors were encountered: