8 Matching Annotations
- Jul 2024
-
-
Barcode Writer in Pure JavaScript
-
- Dec 2022
-
github.com github.com
-
datatracker.ietf.org datatracker.ietf.org
- Nov 2022
-
learn.microsoft.com learn.microsoft.com
-
The Console now supports redeclaration of const variables across separate REPL scripts (such as when you run a statement in the Console), in addition to the existing let and class redeclarations. This support allows you to experiment with different declarations for const variables without refreshing the page. Previously, DevTools threw a syntax error if you redeclared a const binding.
Edge version of this matching release note from the matching Chrome feature:
https://hyp.is/d9XEKGfOEe2a27vFWUjjSA/developer.chrome.com/blog/new-in-devtools-92/
Interesting, they're copying some content, but not all of it verbatim.
-
- Jun 2021
-
evilmartians.com evilmartians.com
-
In practice, we usually also need another tool to provide an API to control the browser (e.g., ChromeDriver).
-
“System tests” is a common naming for automated end-to-end tests in the Rails world. Before Rails adopted this name, we used such variations as feature tests, browser tests
-
-
hacks.mozilla.org hacks.mozilla.org
-
This poses a few problems for automation. In some environments, there may be no graphical display available, or it may be desirable to not have the browser appear at all when being controlled.
-
-
browsersync.io browsersync.io