Skip to content
#

Chrome

chrome logo

Chrome is the most popular web browser worldwide as of mid-2017, made by the tech company Google. It's available for most operating systems including Windows, macOS, and Linux and on multiple platforms such as the desktop, phones, and tablets.

Chrome boasts a minimalistic UI and was the first browser to feature "tabs" above the address bar, a convention that was later implemented in other browsers. Other popular features include things such as Incognito mode, tab sandboxing, and a Web Store with extensions and themes.

Although Chrome is not open source, the majority of the source code is available under the Chromium moniker.

Here are 3,821 public repositories matching this topic...

electron
headless-recorder
olejorgenb
olejorgenb commented Oct 16, 2020

The following was generated by headless-recorder

await page.waitForSelector('body > #app > .Connect\(Layout\)-root-1 > .Connect\(Layout\)-content-2 > .Dashboard-container-45')

But since \ already means escape next char in javascript the \ also need escaping:

await page.waitForSelector('body > #app > .Connect\\(Layout\\)-root-1 > .Connect\\(Layout\\)-content-2 > .Dashboard
jgwill
jgwill commented Jun 15, 2020

Describe the bug
When exporting annotation with Flashcard, the JSON line is undefined

    },
    undefined,
    {

To Reproduce
Steps to reproduce the behavior:

  1. Annotate a line of text
  2. Add a Flashcard with data on back and front
  3. Export annotation as JSON
  4. Search "undefined" you should get to that badly exported entry

Expected behavior

Fla

pedrouid
pedrouid commented May 23, 2019

Describe the bug
QR Code Scanner fails to scan input fields on Send Transaction view when scanning QR Code contains an EIP-681 URI

Example URI

ethereum:0x46c69f4424043e720a704330748cf3c593656b9c

To Reproduce
Steps to reproduce the behavior:

  1. Go to Send Transaction view
  2. Click on QR Code scanner
  3. Position QR Code in front of Webcam
  4. QR Code scanner closes

Created by Google

Released September 2, 2008

Organization
googlechrome
Website
www.google.com/chrome

Related Topics

browser chrome-extension chromium edge firefox opera safari
You can’t perform that action at this time.