selenium 鏃犲ご妯″紡
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了selenium 鏃犲ご妯″紡相关的知识,希望对你有一定的参考价值。
鏍囩锛?a href='http://www.mamicode.com/so/1/scree' title='scree'>scree
key options _id get screen find bsp adlfrom selenium import webdriver from selenium.webdriver.chrome.options import Options # => 寮曞叆Chrome鐨勯厤缃?/span> import time # 閰嶇疆 ch_options = Options() ch_options.add_argument("--headless") # => 涓篊hrome閰嶇疆鏃犲ご妯″紡 # 鍦ㄥ惎鍔ㄦ祻瑙堝櫒鏃跺姞鍏ラ厤缃?/span> driver = webdriver.Chrome(chrome_options=ch_options) # => 娉ㄦ剰杩欓噷鐨勫弬鏁?/span> driver.get(鈥?/span>http://baidu.com鈥?/span>) driver.find_element_by_id(鈥?/span>kw鈥?/span>).send_keys(鈥?/span>娴嬭瘯鈥?/span>) driver.find_element_by_id(鈥?/span>su鈥?/span>).click() time.sleep(2) # 鍙湁鎴浘鎵嶈兘鐪嬪埌鏁堟灉鍜?/span> driver.save_screenshot(鈥?/span>./ch.png鈥?/span>) driver.quit()
以上是关于selenium 鏃犲ご妯″紡的主要内容,如果未能解决你的问题,请参考以下文章