Home > Back-end >  Is still the problem of automatically click on the button
Is still the problem of automatically click on the button

Time:10-18

If an input value value and class only, do not judge the input position, how to realize automatic click this button?
Post for the first time, also give points,,, please be sure to comment,,,, thank you

CodePudding user response:

http://www.delphitop.com/html/jiqiao/445.html

CodePudding user response:

Didn't quite understand you write, but click on the button automatically, first of all have a triggering event, such as click for automatically click button2, so in the click event for the writing, should be like this,

CodePudding user response:

reference 1st floor sololie response:
http://www.delphitop.com/html/jiqiao/445.html
will not know id also don't know the name and then don't want to judge it in which one, can you find it through the value or class directly?

CodePudding user response:

Can, can according to the value or class to filter out,
Obtained through QueryInterface IHTMLInputElement IHTMLElement interface, and then you can judge whether the Value you want or calss,
  • Related