我正试图通过验证码来获取表格&它之前有效吗?现在他们已经改变了一些图像旁路ID。
形成如下所示的验证码元素。 form elements
我写的脚本如下
code+='ONDOWNLOAD FOLDER={{!FOLDER_DATASOURCE}} FILE=image.jpg WAIT=YES'+newline;
code+='TAG POS=1 TYPE=IMG ATTR=SRC:*data:image* CONTENT=EVENT:SAVEPICTUREAS'+newline;
code+='TAB OPEN'+newline;
code+='TAB T=2'+newline;
code+='URL GOTO=http://api.dbcapi.me/decaptcher?function=picture2&print_format=html'+newline;
code+='TAG POS=1 TYPE=INPUT ATTR=NAME:username CONTENT=nadunpeushan2'+newline;
code+='TAG POS=1 TYPE=INPUT ATTR=NAME:password CONTENT=nadun123'+newline;
code+='TAG POS=1 TYPE=INPUT ATTR=NAME:pict CONTENT={{!FOLDER_DATASOURCE}}\\image.jpg'+newline;
code+='TAG POS=1 TYPE=INPUT ATTR=TYPE:submit'+newline;
code+='TAG POS=6 TYPE=TD ATTR=* EXTRACT=TXT'+newline;
code+='SET !VAR1 {{!EXTRACT}}'+newline;
code+='TAB CLOSE'+newline;
问题出在本节
code+='TAG POS=1 TYPE=IMG ATTR=SRC:*data:image*
需要什么样的TYPE& ATTR
非常感谢
答案 0 :(得分:0)
尝试这样的事情:
code+='TAG POS=1 TYPE=IMG ATTR=CLASS:photo&&SRC:blob* CONTENT=EVENT:SAVEPICTUREAS'+newline;