We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm submitting a bug report
Please tell us about your environment:
Operating System: OSX 10.12
Node Version: 7.9.0
NPM Version: 4.2.0
Browser: Chrome
Language: ESNext
Current behavior: Running e2e tests from aurelia-skeleton skeleton-esnext-webpack project result in the following
Expected/desired behavior:
"devDependencies": { ... "babel-loader": "^7.0.0" ... }
"presets": [ ... "useBuiltIns": "usage" ... ]
What is the expected behavior? browser.executeScript should not cause an exception
What is the motivation / use case for changing the behavior? With the change from browser.executeAsyncScript to browser.executeScript in fix(typescript-webpack-experimental): Replace executeAyncScript with executeScript #4 , it appears that a callback is not available. Locally reverting fix(typescript-webpack-experimental): Replace executeAyncScript with executeScript #4 so that executeAsyncScript is used fixes the issue. I don't know the motivation behind using executeScript so I'm hesitant to create the change in a PR.
browser.executeAsyncScript
browser.executeScript
executeAsyncScript
executeScript
The text was updated successfully, but these errors were encountered:
Hey, thanks for the report. Indeed, I investigated the same problem and I'm working on a solution. For now, feel free to use version 1.0.1.
Sorry, something went wrong.
70b8237
No branches or pull requests
I'm submitting a bug report
1.0.2
Please tell us about your environment:
Operating System:
OSX 10.12
Node Version:
7.9.0
NPM Version:
4.2.0
Browser:
Chrome
Language:
ESNext
Current behavior:

Running e2e tests from aurelia-skeleton skeleton-esnext-webpack project result in the following
Expected/desired behavior:
What is the expected behavior?
browser.executeScript should not cause an exception
What is the motivation / use case for changing the behavior?
With the change from
browser.executeAsyncScript
tobrowser.executeScript
in fix(typescript-webpack-experimental): Replace executeAyncScript with executeScript #4 , it appears that a callback is not available.Locally reverting fix(typescript-webpack-experimental): Replace executeAyncScript with executeScript #4 so that
executeAsyncScript
is used fixes the issue. I don't know the motivation behind usingexecuteScript
so I'm hesitant to create the change in a PR.The text was updated successfully, but these errors were encountered: