I'm having trouble picking up the data from a table on Bovespa website , because they are within iframe
and I am not able to access it through WebBrowser,
I'm using windowsForm.
I'm having trouble picking up the data from a table on Bovespa website , because they are within iframe
and I am not able to access it through WebBrowser,
I'm using windowsForm.
Look for the URL of the iframe
on the page, and open it with the webbrowser.
In the case of the link you passed, the URL is this:
Or, depending on what you need, you can get the CVM ID that is in the first URL (9512), and mount the second URL.