David Burns
David Burns
This PR works well, I've got it in the Selenium tree for now.
closing as info requested hasn't been given. Please raise a new issue if this still persists
I have added https://github.com/nightwatchjs/nightwatch/pull/4187 so I am not sure that #4012 is the reason so we will need to look into this further
Have you got a test case that we can look at so that we can reproduce the issue? a simple component?
There is a simpler test case for this issue in https://discord.com/channels/618399631038218240/1072553726193184788/threads/1083290462011523142 ```js describe('Ecosia', function() { // test() and specify() is also available it('demo test', function(browser) { browser .url('https://www.ecosia.org/%27) .setValue('input[type=search]', 'nightwatch')...
Hey, will assign once we have a PR up for this. That way we prevent issues being blocked On 11 Oct 2023 at 09:15 +0100, Ravi Sawlani ***@***.***>, wrote: >...
For this we will need to make sure that we don't break the backwards compatibility of the `--tag` cli command. We will need to look into creating some form of...
In your sample test you don't have an await. Could you retry the following snippet. Your `async` doesn't have an `await`. ```js import { NightwatchBrowser } from 'nightwatch'; module.exports =...
This could be a duplicate of #2510
We need to have a look at `getElementAttribute` command and `getElementProperty` commands as this is what is being used by `hasClass`