Computer Science, asked by manojmessi7537, 11 months ago

What should you use to click in a hidden ie browser? Default click activity click text simulateclick cursor position : center?

Answers

Answered by mindfulmaisel
0

We have to use simulateClick.

Explanation:

  • If simulateClick has been selected, it will simulate the click by using the technology of the target application.  
  • This simulation click has been considered as one of the quickest methods and by default the check box is not selected.  
  • The check boxes are not selected in default in both simulateClick and SendWindowMessages.  
  • This default method is usually performed using hardware driver. If this property is selected, then make sure to check the status of the target UI elements.
Similar questions