node-osmosis
node-osmosis copied to clipboard
Set text in input
Hello, I want to set text in input identified #UsernameTextBox, but my code doesn't work:
.find('#UsernameTextBox') .set('myusername')
What should I do???
Set is used for setting a variable based on some data in the page, not for setting the value of an element