python基於phantomjs實現匯入圖片

來源:互聯網
上載者:User
基於的phantomjs的自動化,會出現

1.flash不支援

2.部分基於view的按鈕點不到,部分按鈕是基於flash的(尤其是在於上傳按鈕)

browser.find_element_by_xpath(".//*[@name='SWFUpload_0']").click()  #點擊上傳按鈕sleep(2)autoit.control_set_text("", "[CLASS:Edit; INSTANCE:1]",tupian )  #上傳圖片連結sleep(0.5)autoit.send("{TAB}{TAB}{ENTER}")  #點擊確定 # 以上為操作有介面的瀏覽器的方法. webdriver  browser.execute_script("document.getElementById(\"input_upload_image1\").type='text';")       #正常flash操作上傳,都會存在一個input框,但正常都會是 hidden,可以通過js將其顯示出來browser.find_element_by_xpath(".//*[@id='input_upload_image1']").send_keys('*********') #上傳連結 browser.find_element_by_xpath(".//*[@id='pub_submit']").click() 

以上就是本文的全部內容了,希望對大家學習使用phantomjs能夠有所協助。

  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.