How to Send Double Quotes in Chrome browser

39 views
Skip to first unread message

Satya Ch

unread,
Mar 24, 2014, 9:53:51 AM3/24/14
to seleniu...@googlegroups.com
Hi All,

Environment:
Windows XP, Chrome 33

Issue:
Unable to send double quotes when i use chrome browser 33. but working fine on firefox 25
@Test
  public void f() {
      System.setProperty("webdriver.chrome.driver", "D:\\chromedriver.exe");
      driver = new ChromeDriver();
      driver.get("https://www.google.co.in");
      driver.findElement(By.id("gbqfq")).sendKeys("\"\"");
}

Could anyone please help me on this..Thanks

Ravindra

unread,
Apr 2, 2014, 11:55:53 AM4/2/14
to seleniu...@googlegroups.com
I tried your code in Chrome 33 and it worked fine for me.


~Ravindra
Reply all
Reply to author
Forward
0 new messages