- Lumbee
- Posts : 1
Join date : 2010-07-24
Need to do a simple Left Click in a text box
Sat Jul 24, 2010 7:47 pm
Hey guys, I have a situation where I have some simple text boxes where I am entering text. However the boxes are "required" fields, and for them to pass validation the page needs an actual mouse click in the box. I've noticed that selinium inserts the text into the boxes OK, but it seems to do it with out actually executing a mouse click in the box. I've tryed click, and atClick, and neither one seems to work. Any ideas appreciated...thanx!
- bzdinksh
- Posts : 1
Join date : 2010-08-05
Age : 40
Location : Latvia, Riga
Re: Need to do a simple Left Click in a text box
Thu Aug 05, 2010 7:06 pm
maybe helps something like this:
@selenium.mouse_down("theTextbox")
more info:
http://selenium-client.rubyforge.org/
http://svn.openqa.org/fisheye/browse/~raw,r=HEAD/selenium/trunk/src/main/resources/tests/html/test_form_events.html
@selenium.mouse_down("theTextbox")
more info:
http://selenium-client.rubyforge.org/
http://svn.openqa.org/fisheye/browse/~raw,r=HEAD/selenium/trunk/src/main/resources/tests/html/test_form_events.html
- How to select click on text inside div by text
- IDE not recording click on table row (with jquery click handler attached)
- How find any text in browser screen and click on it?
- How to get the tittle of a object (not window), bcz title holds the full text but inner text holds only 25 char of text (in RC and Webdriver)
- insert text in a text box of the console
Permissions in this forum:
You cannot reply to topics in this forum