Closed jefferu closed 4 years ago
Hello,
Absolutely no idea but you can try to:
chrome
for instanceCheers.
2. Change the renderer, using chrome
for instance
how exactly do I accomplish that?
-r chrome
and --renderer-binary /path/to/the/chrome/executable
do i have to change/edit any other parameters as shown above? Is it only the path to the renderer binary and the renderer? Since I read that some of those options are not available for other renderer beside phantomjs
"Is it only the path to the renderer binary and the renderer"
Yes
Choosing a renderer is always an available option. But, some advanced options for processing are not available for each renderer.
Hi currently im using the take_screenshot function from another python script. Using python 3.6 on Ubuntu
options = argparse.Namespace(URL=None, ajax_max_timeouts='1400,1800', cookie=None, crop=None, format='png', header=None, http_password=None, http_username=None, imagemagick_binary=None, input_file=None, label=False, log_level='DEBUG', multiprotocol=False, no_xserver=True, output_directory=path, port=None, proxy=None, proxy_auth=None, proxy_type=None, quality=75, renderer='phantomjs', renderer_binary=None, ssl=False, timeout=30, verbosity=2, window_size='1200,800', workers=4) -> take_screenshot(url_container, options)
the url container just contains a bunch of urls.
The output which gets generated on a specific page which I want to monitor looks like this
but it should look more like this
why does this happen?