-
I am using Photoswipe without lightbox module (https://photoswipe.com/data-sources/#without-lightbox-module). The example provided here is based on lightbox
```
const captionPlugin = new PhotoSwi…
-
Speeding up DOM accesses would eliminate bottlenecks for a wide range of applications.
I recently discovered that the spec mandate querySelectorAll() to return elements in the [document order.](https…
-
In the _tooltip.ts_ file, there is a syntax error in the createdInstances() method. The document.querySelectorAll method is missing a closing parenthesis.
**Current Code:**
`document.querySelect…
-
```javascript
document
.querySelectorAll(".octicon-git-pull-request.color-fg-open")[0]
.closest(".notification-list-item-link")
.click();
setTimeout(() => {
document
.querySelecto…
-
I would like to retrieve an element based on a custom expression rather than a css selector.
Something like:
```js
const xLink = await page.$( () => document.querySelectorAll('div').filter( el =>…
-
- Inspect version: 1.0.9
- Electron: 27.1.3
- OS version and architecture: win32 x64 10.0.19044
- Language: undefined
Steps to Reproduce:
1. select a iframe in console page
2. run document.q…
-
On the browser we can do `new DOMParser().parseFromString('').querySelectorAll`, it would be nice to have it too
-
# Description
Given the input
```
Update
login with credentials
do somet…
-
improve the chances of getting the whole text
-
When you have finished retrieving the bluesky account, press f12 and switch to the console tab; copy the following content and execute it to follow all accounts.
const shadowRoot = document.querySe…