selenium-python-aws-lambda
selenium-python-aws-lambda copied to clipboard
Returning Empty HTML
Hello,
I am able to return the html for the webpage that I am trying to scrape. However, the div that contains all of the information that is shown on the webpage is empty. When I run the code on my local machine with a different chromedriver, it returns all of the information from the page. Would you happen to know what the issue might be?
Thanks