Interact with Silverlight

2

Good to all, I'm developing a VBA system that looks for documents (.pdf) on a particular site. But I came across a problem I had never seen, the site opens an IE tab with a Microsoft Silverlight viewer, so I have my problem, I can not interact with the Silverlight controls to be able to download the file. Below the page code seen by the IE Elements inspector:

<object width="756" height"768" id="Silverlight" data="data:application/x-silverlight-2," type="application/x-silverlight-2">
  <param name="source" value="/ClientBin/VisualizadorTif.xap"></param>
  <param name="onError" value="onSilverlightError"></param>
  <param name="background" value="white"></param>
  <param name="minRuntimeVersion" value="3.0.40624.0"></param>
  <param name="autoUpgrade" value="true"></param>
  <param name="windowless" value="true"></param>
  <param name="initParams" value="TipoImagem=,IdContrato=41f37130-588b-4907-adb4-2578b0391f35,NumeroPagina=0"></param>
  <a style="text-decoration: none;" href="http://go.microsoft.com/fwlink/?LinkID=149156&v=3.0.40624.0">
    <img style="" alt="Get Microsoft Silverlight" src="http://go.microsoft.com/fwlink/?LinkId=108181"></img>
  </a>
</object>

Can I get some APIs or something like this to find the fields?

    
asked by anonymous 03.11.2017 / 17:43

0 answers