The best place to *find* answers to programming/development questions, imo, however it's the *worst* place to *ask* questions (if your first question/comment doesn't get any up-rating/response, then u can't ask anymore questions--ridiculously unrealistic), but again, a great reference for *finding* answers.

My Music (Nickleus)

20130830

sahi - how to get/fetch html text (textbox) input tag value

to get a textbox's value use .value
 
the variable $street is sent in with a value of "My Street 1":

    _setValue(_textbox("editTAParty:street"), $street);
    _wait(10000, _textbox("editTAParty:street").value == $street);

No comments:

Post a Comment