I am trying to web scrape Shopify Blog, to send text from python script which will upload to the blog. I have successfully log into the desired page of the Shopify Blog but when I tried to access the text field (using class, xpath) Python script didn't show at all. But this will exist in the actual HTML page as shown below. Actual page
I am getting the content of half of the page (shown in green Box of Figure 2). While the content of red box is absent from the extracted python selenium driver Object/variable. Figure 2 Blog post
Looking forward to your help.
I tried Selenium Python Library to extract the page contents.
source https://stackoverflow.com/questions/74828933/web-scraping-shopify-blog-post-not-getting-the-html-content-using-python-selen
Comments
Post a Comment