url('https://google.com') setValue('textarea[class=gLFyf], nightwatchjs') perform('function () { [native code] }') waitForElementVisible('#main') assert.textContains('#main, Nightwatch.js') end('') at DescribeInstance.<anonymous> (C:\Users\simon\Desktop\Master\Projects\my-nightwatch-tests\nightwatch\google.ts:39:8) url('https://google.com') setValue('input[name=q], nightwatchjs') perform('function () { [native code] }') waitForElementVisible('#main') saveScreenshot('C:\Users\simon\Desktop\Master\Projects\my-nightwatch-tests\screens\google\blah_FAILED_Jan-21-2024-115355-GMT-0500.png, function () { [native code] }') end('') NoSuchElementError An element could not be located on the page using the given search parameters. Try fixing by : 1. Please inspect the html before the step 2. Verify if an element with the mentioned selector is present in the DOM tree Error location: C:\Users\simon\Desktop\Master\Projects\my-nightwatch-tests\nightwatch\google.ts:33 ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– 31 | it('blah', () => { 32 | browser 33 | .setValue('input[name=q]', 'nightwatchjs') 34 | .perform(function(this: any) { 35 | const actions = this.actions({async: true}); –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––