用selenium打开网页后,执行Js语句
js = 'checkDn();document.forms[0].submit;'driver.execute(js)
请问checkDn();这个方法是什么意思?
应该是js的自定义函数,你看看你网站是不是已经定义了这个函数