随笔分类 - selenium
摘要:selenium +chrome+ firefox + webdriver 遇到的坑 selenium +chrome+ firefox + webdriver 遇到的坑 selenium +chrome+ firefox + webdriver 遇到的坑 selenium +chrome+ fir
阅读全文
摘要:selenium:css_selector定位详解(css selector和xpath的比较) 来源:https://www.cnblogs.com/haifeima/p/10138154.html 目录 selenium使用css selector和xpath的比较 selenium提供的定位方
阅读全文
摘要:因为我用的是selenium-dotnet-2.47.0.zipIEDriverServer_x64下载地址https://code.google.com/p/selenium/downloads/list?can=1&q=&colspec=Filename+Summary+Uploaded+Rel...
阅读全文
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
阅读全文
摘要:楼主原创,欢迎学习和交流,码字不容易,转载请注明出处,谢谢。http://www.cnblogs.com/qingchunjun/p/4208159.html在使用selenium webdriver进行元素定位时,通常使用findElement或findElements方法结合By类返回的元素句柄...
阅读全文
摘要:using System;using OpenQA.Selenium;using OpenQA.Selenium.Firefox;//引用命名空间using System.IO;using System.Collections.Generic;using System.Linq;using Syst...
阅读全文
摘要:火狐录制组件:selenium-ide-2.9.0.xpiselenium1调试c#前要运行服务器 selenium-server-standalone-2.47.1.jar导入引用压缩包selenium-dotnet-2.47.0.zip浏览器标签导入问题:C:\Users\Administrat...
阅读全文