-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
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
TypeError: browser.init is not a function #33
Comments
It seems there is an issue with the webdriverio initialization at index.js line 36: |
Nope. I was using this: |
I have the same problem. |
I am facing a similar issue. How to fix this? Is there any alternative repo and blog to help with this. |
I am facing the same problem. This seems to be the offending line: I put a
It appears that the Just for grins, I modified my local version of browsermob-node like this:
Note that This no longer blows up with the error shown in the OP above, but I am still not able to capture any traffic. Likely more compatibility issues? |
I'm seeing this error:
for every example I've tried including the example from here:
I start browsermob-proxy like this:
$ /bin/sh /home/user/browsermob-proxy-2.1.4/bin/browsermob-proxy
and Selenium Server like this:
./node_modules/webdriver-manager/bin/webdriver-manager start --standalone
The text was updated successfully, but these errors were encountered: