The documentation states:
pip install webscreenshot and then directly use webscreenshot
How does one directly use webscreenshot?
My python script contains:
Now, how do I call webscreenshot directly from the script? The documentation doesn't provide any examples. It does for calling the script from the commandline and passing arguments, but I want to call it directly from inside my python script.
webscreenshot.take_screenshot(list_of_urls) doesn't seem to work.