Hi,
I know how to use XpathBuilder to create Xpath queries for an Xml document.
I am wondering if there is any application that can allow me to access the controls in an html page.
I am trying to access the controls on the 'Compose email' page of Yahoo email using the getelementbyID method. I am trying to fill out the To, CC, BCC, Subject fields on the page using VBA. It is taking me too long to correctly access those controls.
Thanks,
MG.
I know how to use XpathBuilder to create Xpath queries for an Xml document.
I am wondering if there is any application that can allow me to access the controls in an html page.
I am trying to access the controls on the 'Compose email' page of Yahoo email using the getelementbyID method. I am trying to fill out the To, CC, BCC, Subject fields on the page using VBA. It is taking me too long to correctly access those controls.
Thanks,
MG.
Comment