3301/using-keys-ctrl-a-in-selenium-webdriver
I want to use [Ctrl+A] keys using Selenium WebDriver. I found that Selenium allows special and functional keys only.
How can I use it?
You can use the below code:
String select = Keys.chord(Keys.CONTROL, "a"); driver.findElement(By.id/class/or any other attribute("anything")).sendKeys(select);
Try Actions class to perform this Actions action ...READ MORE
I using next code for facebook for ...READ MORE
Hi , we have inbuilt method Maximize(). driver.Manage().Wind ...READ MORE
Try resetting value of y. Put y="" ...READ MORE
The better way to handle this element ...READ MORE
enable trusted connection in internet explorer by ...READ MORE
To Allow or Block the notification, access using Selenium and you have to ...READ MORE
xpath are two types. 1) Absolute XPath: /html/b ...READ MORE
This below code works for me in ...READ MORE
You can set the default download location ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.