Skip to main content

All Questions

0 votes
1 answer
87 views

fields of login page not updating as filled in

I'm trying to login to a webpage using VBA & IE automation. I'm hitting what I've been able to solve on other websites, but not this one. When I "click" on the login button of the site ...
Jim Carney's user avatar
1 vote
1 answer
90 views

Trying to Populate IE Input Box, Click Submit, then Retrieve a Value from IE

I am trying to automate the retrieval of domain name values from GoDaddy's valuation service located at: https://www.godaddy.com/domain-value-appraisal I have done close to 400 manually but it is ...
ONDEV's user avatar
  • 566
1 vote
1 answer
3k views

How to get correct class element from HTML using VBA

I am trying to extract this website using VBA This is the HTML I want to Target <div class="claim"> <div num="1" id="US-6627754-B2-CLM-00001" class="claim"> to get data for various ...
Rahul's user avatar
  • 11.3k