spatchamatla

Results 4 comments of spatchamatla

im unable to provide actual code, but hope this helps.. ``` describe('devtools', () => { it('should successfully log another window network logs', () => { // enable devtools browser.cdp('Network', 'enable');...

@christian-bromann sure can help in free time, but need some guidance. never worked with ts.

@christian-bromann @demshin hi, im able to resolve this based how protractor used to take arguments, so when I tried similar approach ``` .pipe(webdriver({ args: ['--suite', argv.suite] })) ``` it worked...

@christian-bromann I take that back, it seems its ignoring `args` and just runs `specs` in wdio config file