上一页 1 ··· 103 104 105 106 107 108 109 110 111 ··· 125 下一页
摘要: 更多关于python selenium的文章,请关注我的专栏:Python Selenium自动化测试详解 总有人看不明白,以防万一,先在开头大写加粗说明一下: frameset不用切,frame需层层切! 很多人在用selenium定位页面元素的时候会遇到定位不到的问题,明明元素就在那儿,用fir 阅读全文
posted @ 2017-12-07 17:00 公众号python学习开发 阅读(272) 评论(0) 推荐(0)
摘要: How do you make Selenium 2.0 wait for the page to load? You can also check pageloaded using following code IWait wait = new OpenQA.Selenium.Support.UI.WebDriverWait(driver, TimeSpan.FromSeconds(30.... 阅读全文
posted @ 2017-12-07 09:42 公众号python学习开发 阅读(2678) 评论(0) 推荐(0)
摘要: //get image width and height var image=driver.FindElement(By.ClassName("it-Header_authorImage")); var width = image.Size.Width; var height... 阅读全文
posted @ 2017-12-06 19:01 公众号python学习开发 阅读(615) 评论(1) 推荐(0)
摘要: Selenium実行中にJavaScriptのコードを実行する JavaScriptで画面の値を取得/設定するコードをメモ。 WebDriverEx.cs // JavaScriptを実行(戻り値なし) public static void ExecuteJavaScript(this IWebDr 阅读全文
posted @ 2017-12-06 18:15 公众号python学习开发 阅读(207) 评论(0) 推荐(0)
摘要: I use Selenium with Phantomjs, and want to get the page content after the page fully loaded. I tried http://docs.seleniumhq.org/docs/04_webdriver_adva 阅读全文
posted @ 2017-12-06 17:57 公众号python学习开发 阅读(304) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-12-06 09:53 公众号python学习开发 阅读(1) 评论(0) 推荐(0)
摘要: 同样的需要第三方的.dll,http://www.o2sol.com/pdfview4net/download.htm 阅读全文
posted @ 2017-12-01 14:49 公众号python学习开发 阅读(3504) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using iTextSharp.text; using iTextSharp.text.pdf; using System.IO; using System.Dia... 阅读全文
posted @ 2017-12-01 13:09 公众号python学习开发 阅读(647) 评论(0) 推荐(0)
摘要: using iTextSharp.text; using iTextSharp.text.pdf; using iTextSharp.text.pdf.parser; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using... 阅读全文
posted @ 2017-12-01 12:00 公众号python学习开发 阅读(1807) 评论(0) 推荐(0)
摘要: 1.我使用的工具是vs2013,引用的第三方程序集itextpdf 具体安装方法,可以通过nuget搜索iTextSharp然后进行安装。 2具体代码如下 创建两个不同pdf文件,每个地方什么意思代码中已经详细加了注释。 阅读全文
posted @ 2017-12-01 09:03 公众号python学习开发 阅读(1187) 评论(0) 推荐(0)
上一页 1 ··· 103 104 105 106 107 108 109 110 111 ··· 125 下一页