花費 26 ms
Python3安裝pywin32模塊

假如你安裝的是Python3.6, 那么可以直接用PyCharm或者pip安裝pywin32模塊: 但是, 由於我安裝的是Python3.7, 所以PyCharm或者pip都無 ...

Sun Feb 25 23:05:00 CST 2018 0 27137
Selenium(Python)生成Html測試報告

由於Python3已經不支持HTMLTestRunner了, 無論是PyCharm還是pip都無法安裝成功, 所以只能去 http://tungwaiyip.info/software/HTML ...

Sun Feb 25 07:53:00 CST 2018 0 3913
Selenium(Python)驅動Firefox瀏覽器

我的版本是Firefox Setup 52.7.0.exe+geckodriver-v0.15.0-win64.zip, 把驅動geckodriver.exe放到Python安裝目錄下, 也可以指 ...

Sat Feb 24 17:46:00 CST 2018 0 2615
Selenium(Python)PageObject頁面對象

使用PageObject頁面對象的好處是, 當頁面元素的位置發生改變時, 只需要去修改Xpath或者ID, 而不用去修改測試用例本身; 本次的思路是: 1、常用方法類 2、頁面對象類 3 ...

Sun Mar 04 06:36:00 CST 2018 1 1928
Selenium(Python)等待元素出現

1、顯式等待 from selenium import webdriverfrom selenium.webdriver.common.by import Byfrom selenium.webdr ...

Thu Mar 15 06:07:00 CST 2018 0 1542

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