Jump to content

Can InetRead get data out from Xpath


Recommended Posts

Use a StringRegExp to extract this info from the text :

#include <Array.au3>

Local $dData = InetRead("https://www.google.com/",1)
$sText = BinaryToString($dData)
$aInfo = StringRegExp($sText, '<div id="(.*?)">', 3)
;_ArrayDisplay($aInfo)

MsgBox(0, "", $aInfo[4])

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...