node-osmosis icon indicating copy to clipboard operation
node-osmosis copied to clipboard

Set text in input

Open matisiekpl opened this issue 7 years ago • 1 comments

Hello, I want to set text in input identified #UsernameTextBox, but my code doesn't work: .find('#UsernameTextBox') .set('myusername')

What should I do???

matisiekpl avatar Mar 18 '17 16:03 matisiekpl

Set is used for setting a variable based on some data in the page, not for setting the value of an element

justin-prather avatar Oct 24 '17 19:10 justin-prather