花費 13 ms
用Eclipse新建一個項目

Eclipse 安裝步驟這里不寫了,以后有機會補充 1.打開Eclipse Eclipse 安裝成功后,點[Eclipse Java Neon.exe],打開效果如圖: 2 ...

Wed May 03 22:44:00 CST 2017 0 6615
Selenium2+Python--頁面加載時間過長&啟動指定FF

* selenium webdriver在get方法會一直等待頁面加載完畢才會執行后面的,可如果加載時間太長會導致后續操作無法進行 * 使用指定的FF來創建driver——FirefoxB ...

Fri Mar 17 19:22:00 CST 2017 0 4448
Selenium2+Python--等待頁面元素加載(wait)

在進行web自動化的時候,受頁面加載速度影響比較大,常常會報element not found的錯誤。selenium1.0 中提供了selenium.isElementPresent(Xpath), ...

Fri Mar 17 19:14:00 CST 2017 0 3675
selenium2+Python--學習進階路線圖

selenium2+python 自動化測試知識儲備:   1. Python: 腳本編程基礎。   2. Selenium2 API:不要用錄制的工具,直接看API文檔。   3 ...

Sun Apr 16 21:02:00 CST 2017 0 2390
Selenium2+Python--python3.6 安裝 xlrd 模塊---Mac

要用Excel將數據和代碼分離,需要import xlrd, 使用前需要先安裝xlrd模塊。 說明:通過在google中搜索“xlrd Mac”,下載xlrd.py模塊(下載地址:http://ma ...

Thu Apr 13 05:45:00 CST 2017 0 1386

 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM