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 4,342 public repositories matching this topic...

electron
headless-recorder
ric2b
ric2b commented Aug 7, 2020

Trying to record typing into a date field doesn't work for me, it just types on the yyyy section of the date and ends up completely invalid.

What I've had work really well was replacing await page.type(selector, '2020-08-07'); with:

await page.focus(selector);
await page.keyboard.type('20200807');

Would it be within scope of the extension to recognize date inputs

INFO-SPIDER 是一个集众多数据源于一身的爬虫工具箱🧰,旨在安全快捷的帮助用户拿回自己的数据,工具代码开源,流程透明。支持数据源包括GitHub、QQ邮箱、网易邮箱、阿里邮箱、新浪邮箱、Hotmail邮箱、Outlook邮箱、京东、淘宝、支付宝、中国移动、中国联通、中国电信、知乎、哔哩哔哩、网易云音乐、QQ好友、QQ群、生成朋友圈相册、浏览器浏览历史、12306、博客园、CSDN博客、开源中国博客、简书。

  • Updated May 7, 2021
  • Python
ferret
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

Created by Google

Released September 2, 2008

Organization
googlechrome
Website
www.google.com/chrome

Related Topics

browser chrome-extension chromium edge firefox opera safari