Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
bruceh
Posts : 2
Join date : 2014-03-25

How to click into an input field Empty How to click into an input field

Tue Mar 25, 2014 1:51 pm
Hi all,

I am new to Selenium IDE and try to use it for GWT auto web testing. We had designed that the save button wouldn't be enable until all input fields be fill in.
I had tried sendKeys, type, keyPress, keyDown and keyUp command, all of them can put value or string into field, but the save button would not be enable. Because it need to detect the mouse cursor in the field and leave the field. However, I can't find a command to simulate user click the field and type key-by-key.(Not just put value in field, but key value into field)

Any suggestion is appreciated.

Thanks,
Bruce
avatar
ccox
Master
Master
Posts : 205
Join date : 2012-01-06
Age : 38
Location : Denver, CO

How to click into an input field Empty Re: How to click into an input field

Thu Mar 27, 2014 9:51 am
Have you tried using click on those fields?
avatar
bruceh
Posts : 2
Join date : 2014-03-25

How to click into an input field Empty Re: How to click into an input field

Thu Mar 27, 2014 11:41 am
ccox wrote:Have you tried using click on those fields?

Hi ccox,

Sure, I have tried to click and clickAt(with coordString: (10,10)) those fields by its id(e.g.: id=x-auto-12-input), but nothing happened..

Thanks
avatar
edszr.co@gmail.com
Posts : 3
Join date : 2014-02-20

How to click into an input field Empty Re: How to click into an input field

Fri May 02, 2014 11:03 pm
bruceh wrote: However, I can't find a command to simulate user click the field and type key-by-key.(Not just put value in field, but key value into field)

Any suggestion is appreciated.

Thanks,
Bruce

This might be what you're looking for:

http://blog.reallysimplethoughts.com/2013/09/25/using-special-keys-in-selenium-ide-part-1/

The link to part 2 of the blog is at the bottom of part 1.
Sponsored content

How to click into an input field Empty Re: How to click into an input field

Back to top
Permissions in this forum:
You cannot reply to topics in this forum