I am trying to click facebook page like button, but i can't make gecko find the id of attribute.
*Geckofx is working properly.
Here is my Form1.Load:
geckoWebBrowser1.Navigate("https://www.facebook.com/AmaciOlmayanGrup/?fref=ts");
And here is documentCompleted Method:
GeckoButtonElement button = new GeckoButtonElement(geckoWebBrowser1.Document.GetHtmlElementById("u_jsonp_7_d").DomObject);
button.Click();
What should i do?