LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

controlling Web browser's buttons

Hi,

 

This might be stupid question, but... Can i control web browser using labview? I know i can use ActiveX to use web browser on the Vi. Can l push browser's buttons (not menu buttons, but for example Google's search button), view page source, fill form fields... and so on. Maybe using some Dll?

 

-Thx-

0 Kudos
Message 1 of 2
(2,219 Views)

Hi Alias A,

as you said, you can use ActiveX. You can also move the mouse over the button and simulate a mouse click. See the WinAPI for it. It should also be possible to send a WIN Message to click that button.

 

Hope it helps.

Mike

0 Kudos
Message 2 of 2
(2,216 Views)