06-12-2012 12:56 PM
I would like to access a webpage from LV and input a string into a "search" bar. Once the string has been entered, I am interested in pressing a button on the webpage, which will then show the results of the search. I can take the data results and pull them into LV, but I am not sure how to have LV execute the 'Button Press' on the webpage.
The ideal program would allow the user to enter an array of strings into a control, press a "get data" Button on the FP and have LV go to the site, enter each string sequentially, perform the search, and then collect the data.
Any ideas?
Solved! Go to Solution.
06-12-2012 01:16 PM
This has been asked before. Did you try a search? See for example: http://forums.ni.com/t5/LabVIEW/how-to-properly-click-button-via-ActiveX/m-p/772288/highlight/true#M...
06-13-2012 09:27 AM
turns out i can format the URL generated from a string entry/button press. The link you listed def put me on the right track to then finding a way to extract the HTML code.
Finished my VI last night.
Thanks for the link. I was def not looking up the correct terms.