Bruno

Results 3 comments of Bruno

@Nisthar This is an example using **webdriverIO**: ``` driver.touchAction([ { action: 'press', x: 500, y: 1400 }, { action: 'moveTo', x: 500, y: 300 }, 'release', { action: 'press', x:...

In my case, I need more than only two base urls, so maybe it could be a useful a `host:string[] | undefined` instead of `baseURL: string | undefined`.

I estimate that the new tag syntax will not break the existing tags, but will be weird to find some tests using: ``` test.tags('@fast', '@mobile'); test('Test login page', async ({...