首页 > Web开发 > 详细

WebDriver In .Net

时间:2017-01-18 15:10:57      阅读:279      评论:0      收藏:0      [点我收藏+]

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!