You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The problem here is that, python requests would scrape the initial html file from the ACS website, however, ACS introduces Javascript in their html, which makes the source code of the one we scrape from the website looks different the one we see in the Chrome or other web browser. A possible solution for this is to use different scraping function that allows us to construct a simulator (i.e. function as a web browser) and simulate the process of executing the embedding Javascript.
To Reproduce
Expected behavior
Outputs
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
The problem here is that, python requests would scrape the initial html file from the ACS website, however, ACS introduces Javascript in their html, which makes the source code of the one we scrape from the website looks different the one we see in the Chrome or other web browser. A possible solution for this is to use different scraping function that allows us to construct a simulator (i.e. function as a web browser) and simulate the process of executing the embedding Javascript.
To Reproduce
Expected behavior
Outputs
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: