BrianTheLibrarian Posted July 14, 2017 Posted July 14, 2017 Hello I am trying to read a local html file and I get a "Requested action has failed" with the last line of this code: #include <IE.au3> $oIE = _IECreate ("E:\Website\local_site\index.html" ) $tags = $oIE.document.GetElementsByTagName("div")
Danp2 Posted July 15, 2017 Posted July 15, 2017 What about if you use _IETagNameGetCollection instead? Latest Webdriver UDF Release Webdriver Wiki FAQs
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