umadgen
umadgen
I updated node to v16, the error has changed : ```bash Error: Clickable element "//li[contains(@class,"dropdown") and a[contains(@class,"navbar-brand")]]" was not found by text|CSS|XPath (node:24092) PromiseRejectionHandledWarning: Promise rejection was handled asynchronously (rejection...
After many test, i made a simple test that you can make : ```js Scenario('TEST GOOGLE', async ({ I }) => { I.amOnPage('http://www.google.fr'); I.see('I NEVER GONNA GIVE YOU UP'); await...
The process stop correctly if i remove "restart : true" from config file. But it throws the same error.