Jury Posted July 1, 2023 Posted July 1, 2023 I've been trying to find the WD equivalent to _IEGetObjById my old code used this: $oDiv = _IEGetObjById($oIE, "results-list") _IEAction($oDiv, "focus") $sHTML = $oDiv.outerHTML I'm trying to download the html of individual cases found here: http://hudoc.echr.coe.int/# please give me a hint. Joe
Solution Danp2 Posted July 1, 2023 Solution Posted July 1, 2023 Did you review this? Latest Webdriver UDF Release Webdriver Wiki FAQs
Jury Posted July 1, 2023 Author Posted July 1, 2023 Thanks of all the various links I missed this very helpful page. Joe
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