PDA

View Full Version : VBA IE Follow Second Link After went to a website or click a Secondary Button



foxflfy17
06-17-2017, 10:06 AM
Hi Everyone!

I'm trying to figure out how to navigate to another page after already navigated to the first page. There are multiple links that come up and want to select the first one.

The link shows:
"<a class="person-result-link elevate-card" style="margin: 0px -15px; display: block;" href="/details/contact_report/zfIneq1ohfOT3-EVtGtdPh7v156lflLzD5A-42yRmvY%3D?address_postal_code=&amp;address_city=&amp;address_address_line_1=&amp;addre ss=575+NOOSENECK+HILL+ROAD+EXETER+RI+02822&amp;address_state=None&amp;type=person_a ddress_query">

This is for whitepages so how to I get it to say:

Go to whitepages.com/ + (href)

or There is a button but I saw on other posts that its not really a button.

If too hard to do the top, how to I get it to say,

Click this button: <button class="btn btn-secondary">PROFILE</button>.

Thanks so much!!!

Bryan

Title: VBA IE Follow Second Link After went to a website or click a Secondary Button