0

I use Geckofx and I Want to know, How can I obtain the url from a hyperlink in geckowebbrowser.

Thank You

1 Answers1

0

Take the link like below

GeckoLinkElement link = new GeckoLinkElement(_myBrowser.Document.getElementById('your_link_id').DomObject);

link.click();

You need GeckoFX 21 and xulrunner 21 too

A. Zalonis
  • 1,599
  • 6
  • 26
  • 41