Esempio n. 1
0
 public void GoToUrl(string url)
 {
     webBrowser.Get(url);
 }
Esempio n. 2
0
 private void HandleClickOnAnchorElement()
 {
     webBrowser.Get(GetAttribute("href"));
 }