码迷,mamicode.com
首页 > Web开发 > 详细

WebDriver In .Net

时间:2017-01-18 15:12:39      阅读:299      评论:0      收藏:0      [点我收藏+]

标签:element   images   path   分享   simulator   image   logs   webdriver   search   

Step1:Create Unit Test Project With VS:

技术分享

Step2:Add WebDriver Referene:
技术分享
Step3:Initial FireFoxWebDriver
技术分享
Step4:Simulator Search "Selenium in .net" in BaiDu
            driver.Navigate().GoToUrl("http://baidu.com");
            driver.FindElement(By.Id("wd")).SendKeys("Selenium in .Net");
            driver.FindElement(By.Id("su")).Click();
Step5:Add geckodriver.exe to directory which app run, and firefox.exe path to Enivironment Path
技术分享
Step6: Run Unit Test:OK

WebDriver In .Net

标签:element   images   path   分享   simulator   image   logs   webdriver   search   

原文地址:http://www.cnblogs.com/jessicaxia/p/6296738.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!