Skip to content
#

chromium

Here are 558 public repositories matching this topic...

hason
hason commented Jun 6, 2019

I want to use ReLaXed with remote chromium to reduce docker image size. It is posible with browser options --remote-debugging-address and --remote-debugging-port (https://peter.sh/experiments/chromium-command-line-switches/). It would be great add CLI options for puppeteer https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#puppeteerlaunchoptions (especialy for args option).

zigboom
zigboom commented Apr 12, 2020

Describe the bug
Right-click on any web page + "Translate to ____ (English in my setup)" does not work

To Reproduce
Steps to reproduce the behavior:

  1. Open any web page
  2. Right click anywhere on the page, choose "translate to ___ (English appears autmatically in my setup)
  3. See error "This page could not be translated"

Expected behavior
The page should get translated

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
jlvdh
jlvdh commented Nov 27, 2018

What is the current behavior?

Crawling a website that uses # (hashes) for url navigation does not crawl the pages that use #

The urls using # are not followed.

If the current behavior is a bug, please provide the steps to reproduce

Try crawling a website like mykita.com/en/

What is the motivation / use case for changing the behavior?

Though hashes are not ment to chan

Simpey
Simpey commented Nov 18, 2019
var pgsql = require('pdf-bot/src/db/pgsql')

module.exports = {
  api: {
    token: 'api-token'
  },
  db: pgsql({
    database: 'pdfbot',
    username: 'pdfbot',
    password: 'pdfbot',
    port: 5432
  }),
  webhook: {
    secret: '1234',
    url: 'http://localhost:3000/webhooks/pdf'
  }
}

Can you change pls "username" to "user" cause it's the the correct option ther

joelanman
joelanman commented Mar 16, 2018

I'm trying to follow the quick guide, I've done these steps:

  1. serverless create -u https://github.com/adieuadieu/serverless-chrome/tree/master/examples/serverless-framework/aws
  2. export AWS_PROFILE=serverless
  3. npm run deploy

However at point 3, I'm not in the right folder am I?

If I cd aws and the run npm run deploy I get an error:

Serverless Error ---------------
EnderDev
EnderDev commented Aug 22, 2019

Is your feature request related to a problem? Please describe.
I'm running on Linux, and it would be cool if you could have an option in the settings to toggle the default desktop environment title bar, or hide it and use the general controls.

Describe the solution you'd like
^

Describe alternatives you've considered
n/a

Additional context
With title bar from desktop e

asdfasadfasfa
asdfasadfasfa commented Mar 8, 2020

目前我的方法是拼接, 比如 http://www.A.com, 已知了两个路径: /path_a,/path_b
那么命令为: crawlergo -c chrome http://www.A.com/ http://www.A.com/path_a http://www.A.com/path_b

有两个问题:

  1. 如果已知路径比较多, 手工拼接比较麻烦
  2. 这种拼接传参的方法和分开一个个执行得到的结果是一样? 还是说有差别,没有进行验证.

当然后期能有参数支持多路径作为入口最好不过.

Originally posted by @djerrystyle in 0Kee-Team/crawlergo#31 (comment)

Improve this page

Add a description, image, and links to the chromium 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 chromium topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.