Jump to content

Getting html-code of websites via Firefox instead of WindowsIE


Trix
 Share

Recommended Posts

Hello,

I wanted to find a solution to a certain problem using AutoIt and got the code and everything already, there's just one final problem I can't solve so far. I need to extract and search through the sourcecode of a website as it is shown in firefox. With WindowsIE I would do it like this:

#include <String.au3>

$source = BinaryToString(InetRead('http://www.google.com/', 1))

$FirstChunks = _StringBetween($source, 'string1', 'string2')

Is there anything comparable for Firefox? I'd be happy if you would answer me back

Regards, Trix

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...