You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm using wdio-intercept-service in my wdio project and it's working great, but I see that I can't use it in the case of Multiremote : https://webdriver.io/docs/multiremote.html
browser.setupInterceptor() is working (if all browsers launched are compatible), but browser['chrome'].setupInterceptor() is giving me an error:
**browser.chrome.setupInterceptor is not a function**
But browser['chrome'] is ok for all WebdriverIO.BrowserObject methods like .url()...
So how can I make wdio-intercept-service works in a multiremote project ? Thanks !
The text was updated successfully, but these errors were encountered:
ericzered
changed the title
How to initialize wdio-intercept-service ?
wdio-intercept-service and multiremote project
Nov 21, 2019
Hello,
I'm using wdio-intercept-service in my wdio project and it's working great, but I see that I can't use it in the case of Multiremote : https://webdriver.io/docs/multiremote.html
browser.setupInterceptor() is working (if all browsers launched are compatible), but browser['chrome'].setupInterceptor() is giving me an error:
But browser['chrome'] is ok for all WebdriverIO.BrowserObject methods like .url()...
So how can I make wdio-intercept-service works in a multiremote project ? Thanks !
The text was updated successfully, but these errors were encountered: