Changes

Jump to navigation Jump to search
===Web Page Screenshot Tool (IN PROGRESS)===
This tool looks into reads all text files (which are the contain internal links of individual company companies extracted from the above site map generator) from a directory, and outputs a full screenshot (.png) of each url from those text files. (see sample output on the right)
[[File:screenshotEx.png|200x400px|thumb|right|Sample Output]]
====Browser Automation Tool====
The initial idea was to use the [https://www.seleniumhq.org/ selenium] package to set up a browser window that fits the web page size, then capture the whole window to get a full screenshot of the page. After several test runs on different websites, this method worked great for most web pages but with some exceptions. Therefore, the [https://splinter.readthedocs.io/en/latest/why.html splinter] package is chosen as the final browser automation tool to assist our screenshot tool
Therefore, the [https://splinter====Used Browser====The picked browser for taking screenshot is Chrome.readthedocs.io/en/latest/why.html splinter] package is chosen as A chromedriver was downloaded for setting up the final browser during browser automation tool to assist our screenshot tool (.  Python file saved in the following directory)
E:\projects\listing page identifier\screen_shot\screen_shot_tool.py
227

edits

Navigation menu