C#Chrome用selenium sendkey

时间:2017-01-12 08:14:27

标签: c# google-chrome selenium selenium-webdriver

我在新标签页面中出现了Chrome和Selenium的错误

我尝试了很多解决方法,比如

IWebElement inputBox = driver.FindElement(By.TagName("html"));
        inputBox.SendKeys(OpenQA.Selenium.Keys.Control + "t");

更像是炬而不是工作我尝试使用chrome v43也不是一个好结果

任何人都知道如何使用selenium在Chrome中打开新标签页?

0 个答案:

没有答案