Austin Kugler
Austin Kugler

Reputation: 33

Google Scripts - Retreive UrlFetchApp.fetch after javascript edited the page

I am trying to fetch a page (rotoql.com) using Google App Script's UrlFetchApp.fetch, but the rotoql.com is different in the 'Inspect Element' of a browser than it is in the 'View Source'. Unfortunately, UrlFetchApp.fetch grabs the 'View Source' version of rotoql.com as opposed to the 'Inspect Element' version.

How would I go about getting the version of a website that JavaScript had already edited (Or the 'Inspect Element' version) instead of the website's source code?

Upvotes: 0

Views: 158

Answers (0)

Related Questions