While utilizing the xquery selector, I attempted to input a value into the iframe's input field, but unfortunately, my efforts were fruitless.
`.frame('someid')
.setValue('//input[contains(@name,"project name")]', 'Nightwatch Project')
.pause(5000)
.frame(null)`
An error message pops up stating: "unable to locate element: "//input[contains(@name,"project name")]" using: xpath"