Changes

Jump to navigation Jump to search
===Web Page Screenshot Tool (IN PROGRESS)===
This tool will take 2 user input: looks into all text files (which are the url internal links of individual company extracted from the above site map generator) from a directory, and the output fileoutputs a full screenshot (.png)'s nameof each url from those text files. It will output a png file that has the full screen shot of a web page (see sample output file example on the right)
[[File:screenshotEx.png|50px|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. (Python file saved inthe following directory) E:\projects\listing page identifier\screen_shot\screen_shot_OLD.py 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 (Python file saved in the following directory)
E:\projects\listing page identifier\screen_shot\screen_shot_tool.py
227

edits

Navigation menu