Dharshan

Results 4 issues of Dharshan

Resolves #6546 Changes: For both Graphics and Framebuffer - Calculated the maximum allowed pixel dimensions using the hardware limit and pixel density. - Limited the dimensions to stay within these...

Fixes #4158 The problem is that in `waitUntil` if we pass an async callback to `waitUntil` command, Nightwatch commands inside the callback still just return NightwatchAPI and no promise which...

Fixes #4147 `possibleError` becomes undefined for .verify but not for .assert, so i made changes so that we wait before throwing possibleError. With these changes .verify and .assert throws the...

Fixes #3987 In order to persist globals in parallel test runs In these changes, I have passed `globals` to `argv` like we did to config settings, as an object. -...