python基于phantomjs实现导入图片
基于的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能够有所帮助。
相关推荐
sunzhihaofuture 2020-06-14
某先生 2020-06-13
hongxiangping 2020-05-07
tiankele0 2020-04-15
songerxing 2020-03-23
wangrui0 2020-02-17
amei0 2020-01-23
Pinkr 2013-05-13
编程我在行 2020-01-18
sunzhihaofuture 2020-01-09
zhaoyingm 2019-12-12
amei0 2019-11-08
爱好HtmlCssJs 2019-11-01
ruler 2015-04-13
ncisoft 2015-06-04
浅陌游离 2016-11-15
凌云客 2019-07-16
lindiwo 2016-10-19