Kaspar Posted May 6, 2014 Posted May 6, 2014 (edited) So I'm trying to paste data into https://www.majesticseo.com/reports/bulk-backlink-checker with AutoIt but I can't seem to get the area where you paste the URLs so I can send what's currently on the clipboard. Anyone got some advice/helpful code for this? EDIT: I'm trying to do this with the IE.au3 include commands. Edited May 6, 2014 by Kaspar
Danp2 Posted May 6, 2014 Posted May 6, 2014 Post your code or at least a working sample so that we can see the issue. Latest Webdriver UDF Release Webdriver Wiki FAQs
Solution jguinch Posted May 6, 2014 Solution Posted May 6, 2014 There are two textareas in the page. Maybe you are trying to set the value to the bad one ? $oIE = _IECreate("http://www.majesticseo.com/reports/bulk-backlink-checker") $oTextarea = _IEGetObjByName($oIE, "q") $oTextarea.value = "myLink" Kaspar 1 Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF
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