chrome開啟瀏覽器的python指令碼
前提是將chromedriver拷貝到/usr/local/bin下了
class TestBaiDu(unittest.TestCase):
URL = Config().get('URL')
locator_kw = (By.ID, 'kw')
locator_su = (By.ID, 'su')
locator_result = (By.XPATH, '//div[contains(@class, "result")]/h3/a')
def setUp(self):
# self.driver = webdriver.Chrome(executable_path=DRIVER_PATH + '/chromedriver.exe')
self.driver = webdriver.Chrome()
self.driver.get(self.URL)
def tearDown(self):
self.driver.quit()
def test_search_0(self):
self.driver.find_element(*self.locator_kw).send_keys('selenium')
self.driver.find_element(*self.locator_su).click()
time.sleep(2)
links =self.driver.find_elements(*self.locator_result)
for linkin links:
logger.info(link.text)
def test_search_1(self):
self.driver.find_element(*self.locator_kw).send_keys('Pythonselenium')
self.driver.find_element(*self.locator_su).click()
time.sleep(2)
links =self.driver.find_elements(*self.locator_result)
for linkin links:
logger.info(link.text)
if __name__ =='__main__':
unittest.main()
相關文章
- 使用chrome瀏覽器驅動自動開啟瀏覽器Chrome瀏覽器
- Chrome瀏覽器必須開啟的五個設定Chrome瀏覽器
- selenium 啟動 chrome 瀏覽器非常慢。Chrome瀏覽器
- Chrome 瀏覽器中,使用 Shift + Esc 開啟工作管理員 / 瀏覽器程式管理 結束程式Chrome瀏覽器
- 替代Edge瀏覽器?微軟開發新的瀏覽器:採用Chrome核心瀏覽器微軟Chrome
- Win10系統如何開啟Chrome瀏覽器黑暗模式Win10Chrome瀏覽器模式
- python用selenium開啟瀏覽器後瀏覽器關閉---解決辦法Python瀏覽器
- 瀏覽器掃碼開啟Android/iOS App瀏覽器AndroidiOSAPP
- Chrome 瀏覽器修改 UA 模擬其它瀏覽器,包括移動瀏覽器Chrome瀏覽器
- puppeteer chrome/chrome canary 登入瀏覽器Chrome瀏覽器
- chrome瀏覽器win10無法啟動怎麼辦_chrome瀏覽器win10無法啟動如何解決Chrome瀏覽器Win10
- 從零實現的瀏覽器Web指令碼瀏覽器Web指令碼
- 解決Chrome瀏覽器百度網頁開啟很慢的問題Chrome瀏覽器網頁
- ie瀏覽器開啟變成別的瀏覽器怎麼辦 開啟ie瀏覽器變成360怎麼改瀏覽器
- chrome 谷歌瀏覽器,F12 開發者工具開啟太慢問題Chrome谷歌瀏覽器
- ubuntu chrome瀏覽器安裝UbuntuChrome瀏覽器
- Google Chrome for Mac(谷歌瀏覽器)GoChromeMac谷歌瀏覽器
- python selenium爬蟲 不開啟網頁 不開啟瀏覽器Python爬蟲網頁瀏覽器
- 瀏覽器開啟md文件瀏覽器
- 解決Chrome瀏覽器啟動速度慢的問題Chrome瀏覽器
- Win10系統如何強制開啟Chrome瀏覽器黑暗模式Win10Chrome瀏覽器模式
- 【瀏覽器開啟匯出的excel】瀏覽器Excel
- 利用 Powershell 編寫簡單的瀏覽器指令碼瀏覽器指令碼
- 如何使用Tampermonkey開發並使用一個瀏覽器指令碼瀏覽器指令碼
- selenium3 webdriver啟動火狐、chrome、edge、Safari瀏覽器的方法WebChrome瀏覽器
- Mac下chrome瀏覽器跨域MacChrome瀏覽器跨域
- 工具篇---Chrome瀏覽器快捷鍵Chrome瀏覽器
- Chrome瀏覽器手動新增CookieChrome瀏覽器Cookie
- 谷歌(chrome)瀏覽器快捷鍵大全谷歌Chrome瀏覽器
- Chrome 瀏覽器 131 版本新特性Chrome瀏覽器
- Elementary OS安裝Chrome瀏覽器Chrome瀏覽器
- Chrome谷歌瀏覽器如何開啟不安全頁面的禁止許可權?Chrome谷歌瀏覽器
- python爬蟲十三:selenium模擬瀏覽器+chrome+windowsPython爬蟲瀏覽器ChromeWindows
- 從 Chrome 看瀏覽器的渲染機制Chrome瀏覽器
- 如何正確解除安裝Chrome瀏覽器及其元件Keystone?有哪些瀏覽器可以替代Chrome?Chrome瀏覽器元件
- 為什麼谷歌瀏覽器開啟是2345瀏覽器 谷歌瀏覽器一開啟是2345介面怎麼辦谷歌瀏覽器
- Chrome 瀏覽器擴充套件 - Dark Web - Dark Theme for ChromeChrome瀏覽器套件Web
- 谷歌瀏覽器無法訪問此網站怎麼解決 chrome瀏覽器無法開啟網頁怎麼辦谷歌瀏覽器網站Chrome網頁