Click this button,
Is a web page has a button, & lt; The button name="login" id="login" type="button" & gt; Login & lt;/button>
How can I open this page, click this button to automatically.
CodePudding user response:
Don't cross domain can use theDocument. The getElementById (" id ") at the iframe. ContentWindow. Document. The getElementById (" login "). Click ();
Cross-domain couldn't