topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 11:37 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: How can I extract all the links from all tabs?  (Read 3414 times)

kalos

  • Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 1,823
    • View Profile
    • Donate to Member
How can I extract all the links from all tabs?
« on: December 22, 2020, 06:33 AM »
Hello!

How can I extract all the links from all tabs?

I can use Chrome or Firefox or other browser but I need the solution to be robust and extract all the links accurately from all opened tabs.

Any idea?

Thanks!

publicdomain

  • Honorary Member
  • Joined in 2019
  • **
  • Posts: 736
  • Call me Vic!
    • View Profile
    • Donate to Member
Re: How can I extract all the links from all tabs?
« Reply #1 on: December 31, 2020, 02:10 PM »
Hi! I'm taking this after my N.A.N.Y. 2021 submission :Thmbsup:

I can use Chrome or Firefox or other browser

Are you on Windows? If so, does Edge or IExplore suffice? (Easiest ones to target from C#).

Cheers!
Vic
My name's Victor but do feel free to call me Vic! (now known as "paradisusvic")

❤️ Support on Patreon @ www.patreon.com/paradisusis
New Email/Paypal: paradisusvicgmail.com

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,749
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: How can I extract all the links from all tabs?
« Reply #2 on: January 01, 2021, 11:53 PM »
Are you on Windows? If so, does Edge or IExplore suffice? (Easiest ones to target from C#).

Forgive my ignorance, but now that Edge is Chrome-based, how is it any easier to target than any of the other multitude of Chrome-based browsers?

publicdomain

  • Honorary Member
  • Joined in 2019
  • **
  • Posts: 736
  • Call me Vic!
    • View Profile
    • Donate to Member
Re: How can I extract all the links from all tabs?
« Reply #3 on: January 02, 2021, 06:15 AM »
Forgive my ignorance, but now that Edge is Chrome-based, how is it any easier to target than any of the other multitude of Chrome-based browsers?

Thanks for following your curiosity! The answer is: Legacy support.

A couple decades ago, you simply used SHDocVw to connect to a running instance of Internet Explorer and didn't really mind about the tiny portion of non-IE users (90's dial-up user here).

Now I do cross-platform and care very much about other browsers (currently on Linux myself}.

...Perhaps I should have said: easier to me, as I have oldie code to target IE & extract links :)

BTW I'm loving the challenge(s) and interaction guys, it means a lot to me. I'm truly grateful for this.

Cheers!
 :Thmbsup:
Vic
My name's Victor but do feel free to call me Vic! (now known as "paradisusvic")

❤️ Support on Patreon @ www.patreon.com/paradisusis
New Email/Paypal: paradisusvicgmail.com