phantomjs submit click

phantomjs

一般提交时都会用submit,前提条件就是网页中有form表单;

在网页中无form表单的情况下,用submit()会报错:selenium.common.exceptions.NoSuchElementException: Message: {"errorMessage":"Element was not in a form, so could not submit.",

此时就需要用click()

 

参考:python+selenium+phantomjs 

posted on 2017-05-16 11:47  一叶舟鸣  阅读(265)  评论(0编辑  收藏  举报

导航