Skip to content
#

chrome-headless

Here are 184 public repositories matching this topic...

ArchiveBox
pirate
pirate commented Apr 22, 2019

Page Requirements

  • ability to add a single page to the archive (like echo <url> | archivebox add)
  • ability to import a list of pages / feed of URLs into the archive (like archivebox add <url>)
  • link to the homepage of the index /
  • link to the django admin list of URLs for editing the archive /admin/
  • link to the archivebox github repo & documentati
truls1502
truls1502 commented Mar 17, 2020

Please forgive me if there is an issue already or document anywhere, but I have tried to google, but no luck at the moment.

I would like to know what is the change between Backstop js 3 and Backstop js 4? Is there something deprecated or no longer used in v4 based from v3?

AlexanderTserkovniy
AlexanderTserkovniy commented Nov 12, 2019

Steps to repro:

Run the command from documentation
docker run --net=host -v ./CONFIG_FILE.yaml:/etc/rendora/config.yaml rendora/rendora

What I have tried:

  1. git clone repo && cd to config_examples && run with docker run --net=host -v ./CONFIG_FILE.yaml:/etc/rendora/config.yaml rendora/rendora
    Return value is
    docker: Error response from daemon: create ./CONFIG_FILE.yaml: "./CONFIG_
uuksu
uuksu commented Oct 11, 2017

setCookie documentation in README.md says:

Parameters

  • name string The name of the cookie.
  • value string The value of the cookie.
  • options (optional, default {})
  • url string The request-URI to associate with the setting of the cookie.

So this should work:
await mainTab.setCookie("cookie", "1", {}, "http://example.com")

It does not. Right syntax seems to be:
`await mainTab.setC

crrri

Improve this page

Add a description, image, and links to the chrome-headless topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chrome-headless topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.