JohnWIlling Posted December 6, 2019 Share Posted December 6, 2019 Over the years I developed a routine to dump every page element for IE. I've attached the file that contains this routine (PageInfo). This way, given a page, I could identify all of the object as AutoIt sees it. Now I'm like to have something similar for WD using the FindElement. Any suggestion on how best to accomplish this? Test_IE.au3 argumentum 1 Link to comment Share on other sites More sharing options...
Danp2 Posted December 6, 2019 Share Posted December 6, 2019 Interesting idea, but I have to wonder if it's worth the effort when we already have the browser's Developer Tools and addons such as ChroPath. Latest Webdriver UDF Release Webdriver Wiki FAQs Link to comment Share on other sites More sharing options...
JohnWIlling Posted December 9, 2019 Author Share Posted December 9, 2019 I have encountered a few apps that have an embedded IE browser where F12 is not available and no "inspect object" on the right-click. That is why I had to develop the "PageInfo" routine. Plus, it also gives a good example of how to reference the objects on the page. John W. Link to comment Share on other sites More sharing options...
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