Priyansh Garg

Results 254 comments of Priyansh Garg

Found a better way of doing this: ```js import { NightwatchBrowser } from "nightwatch"; interface ExtendedDescribeThis { bodySelector: string; nightwatchApi: NightwatchBrowser; } describe('Ecosia.org Demo', function() { before(async (browser) => {...

Raised: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/61631 Along with a fix to this issue, it also completes the type definitions for BDD `this`.

Some changes are needed to be done in docs after this, like the `suppressNotFoundErrors` option [here](https://nightwatchjs.org/guide/using-page-objects/defining-elements.html#element-properties) is no longer useful as it will no longer throw any error if no...

> I think this only concerns the expect assertions. Yes, I had missed that.

Same thing is happening with me.

The CI error seems to be unrelated to PR ![image](https://user-images.githubusercontent.com/39924567/125533145-70a7f41a-bf17-40d8-b1b0-a99f592fd8c8.png)

The page for setting up Edge Driver has changed a lot and only talks about using EdgeDriver on local selenium-server (and no longer discusses how to get the edge driver...

It still does not report the error.

`.setGeolocation()` seems to work fine for me ( `Using: chrome (105.0.5195.125) on MAC OS X.`). The website sometimes just takes a little more time to show the current location after...