Sudhansu Sekhar panda
2013-04-24 06:42:59 UTC
Hi Kamal,
Please try with the below code.
Actions action = new Actions(driver);
action.sendKeys(Keys.ESCAPE);
Thanks,
Sudhansu
http://www.mindfiresolutions.com/
Please try with the below code.
Actions action = new Actions(driver);
action.sendKeys(Keys.ESCAPE);
Thanks,
Sudhansu
http://www.mindfiresolutions.com/
Hi all,
Can anyone tell me how to press Esc key in selenium using webdriver.
I have used selenium.Keypressnative("27"), it works fine in selenium 1
but not in webdriver. i am using Webdriverbackedselenium in my code.
But still it is not working.
It would be very needful if i get reply..
Thanks in advance,
Kamal...
Can anyone tell me how to press Esc key in selenium using webdriver.
I have used selenium.Keypressnative("27"), it works fine in selenium 1
but not in webdriver. i am using Webdriverbackedselenium in my code.
But still it is not working.
It would be very needful if i get reply..
Thanks in advance,
Kamal...
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to selenium-users-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/66hd1HQO318J.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to selenium-users-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msg/selenium-users/-/66hd1HQO318J.
For more options, visit https://groups.google.com/groups/opt_out.