So I need to press a button in webbrowser control but it gives me a null reference exception
Browser.Document.GetElementById("homebg").InvokeMember("click");
This is the source code in the webbrowser control
And I think I get the error because the content is pushed by javascript
So can anyone help me?