Jump to content

Recommended Posts

Posted

Here is the website that I am trying to interact with, with AutoIT :

http://soapee.com/recipes/1

So the issue is if I open the website with Autoit, I get the same as when I right click and view source in Firefox or Chrome, which essentially says that my browser needs to be upgraded to view the website. But if I open the website in like Firefox or Chrome, the page loads fine. I can see the correct HTML if i inspect anything on the page but again if I just view page source it shows me something totally different. Any idea what is going on here?

 

Posted

Hi @BrianTheLibrarian.

The pages uses a JavaScript framework (ReactJS according to their GitHub page) to make it a "Single Page App".

You say you are opening it with "AutoIt", i assume you mean IE, automated by AutoIt?

If so, the message you are seeing are for browsers with a older version than IE8, and it is shown, because the JavaScript framework most likely relies on some JavaScript functionality not available in those old browser versions. That and i imagine a lot of the styles the site uses would not be supported, natively by pure CSS either.

Now you could familiarize yourself with their calls to their backend via the REST calls, and process the information in pure AutoIt?

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
×
×
  • Create New...