IHTMLElement click
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have an SDI app, with view based on CHtmlView. And I am trying to do a click on a submit button, inside this site: FlashScore: Rezultate live Cupa Mondială 2018 fotbal, scoruri live, fotbal livescore[^] on button login (right side, above). And I have found this element with my program, (verified with debugger), and I call pElem->click(); where pElem is IHTMLElement*. However, the next login popup doesn't show up, barely if I do myself click with my mouse ... not programmatically as I want ... Why this html input element doesn't run my "click" command ?