janganan Posted January 16, 2013 Posted January 16, 2013 This problem is found when i tried to automate submit URL to google webmaster.. _https://www.google.com/webmasters/tools/googlebot-fetch?hl=en&siteUrl=http://domain.com/ There is text with link "Submit to Index" from firebug : <div class="goog-inline-block" id="popup-button1358318379427000"><div tabindex="0" class="goog-inline-block jfk-button jfk-button-standard" role="button" style="-moz-user-select: none;">Submit to index</div></div> <script type="text/javascript"> (function() { var submitDialog = wmt.common.jfk.createDialog( document.getElementById( 'verified-add-url-popup' + 1358318379427000), document.getElementById( 'save-input-button' + 1358318379427000)); wmt.common.display.buttons.createButton( "Submit to index", document.getElementById("popup-button1358318379427000"), function() { wmt.common.display.dialog.showDialog(submitDialog); }); wmt.crawlfetch.setupTextToggle(1358318379427000); }()); </script> _FFClick not report any error but not work, no popup. Thank Autoit Newbie
janganan Posted January 16, 2013 Author Posted January 16, 2013 imacro can do with this URL GOTO=javascript:document.getElementById('crawlUrlForm').submit(); how to convert to autoit (FF.au3) ??
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now