- sreekumarActive particpant
- Posts : 16
Join date : 2011-12-27
Age : 40
Location : Hyderabad
How to use keydriven events in the selenium webdriver
Tue Mar 06, 2012 9:13 pm
Hi All
Please give me few examples about how to use keydriven actions like (ESC, Enter, Back space,F1,...etc) using selenium webdriver.
Please give me few examples about how to use keydriven actions like (ESC, Enter, Back space,F1,...etc) using selenium webdriver.
- zlos7arAmateur
- Posts : 41
Join date : 2012-01-13
Age : 36
Location : Germany
Re: How to use keydriven events in the selenium webdriver
Tue Mar 06, 2012 10:32 pm
hi Im not so sure about this as I am working with selenium for 1 month only but maybe you can use something like this:
selenium.Focus("xpath of the element");
selenium.KeyPressNative("x");
where x is the ascii number of the key you want to press
selenium.Focus("xpath of the element");
selenium.KeyPressNative("x");
where x is the ascii number of the key you want to press
- ashish_techieAmateur
- Posts : 73
Join date : 2011-08-09
Re: How to use keydriven events in the selenium webdriver
Mon May 14, 2012 11:36 pm
Use an xls file
Specify the keywords in that
For ex keywords like click, input etc.
Please watch this video:
http://qtpselenium.com/selenium-tutorial/selenium-training-hybrid-framework/
Regards
Ashish
Specify the keywords in that
For ex keywords like click, input etc.
Please watch this video:
http://qtpselenium.com/selenium-tutorial/selenium-training-hybrid-framework/
Regards
Ashish
- I downloaded and installed Selenium WebDriver Jar files in my Eclipse, but still i am facing issues and couldn't run the webdriver scripsts.
- Selenium IDE and Selenium Webdriver incompatibility.
- Selenium IDE generated testcase script is not working in Selenium Webdriver
- selenium-Webdriver
- Using Selenium Webdriver through selenium with fancy reporting
Permissions in this forum:
You cannot reply to topics in this forum