-
```
@media print {
.seite-text {
display: none;
string-set: seitentext content(text);
}
.site-info::after {
content: 'Seite ' counter(page) ' / ' counter(pages);
}
}
```
**…
-
- **I'm submitting a ...**
[x ] bug report
[ ] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project
- **Summary**
I have…
-
### Minimal, reproducible example
```TypeScript
const puppeteer = require("puppeteer");
const http = require("http");
let server = http.createServer((req, res) => res.end());
server.listen(80…
-
Im Trying for the first time the [puppeteer-proxy](https://github.com/gajus/puppeteer-proxy) lib,and Im getting this error.
I don know is an error of [puppeteer-proxy](https://github.com/gajus/puppet…
-
### CI Test Type
Acceptance
### Stacktrace
```shell
Failures:
1. Exploration Creator should create an exploration and modify it via the Settings tab
Message:
Error: Element button.e2e-test-publi…
-
### Description
I am running a web app that launches the puppeteer-real-browser instance on demand, i.e. when an API endpoint is hit. The puppeteer should then sign in to a web app that uses CAPTCHAs…
-
### Step To Reproduce / Observed behavior
Using puppeteer in a Rails 7.2.1 application with external browserless Chrome container connection with `Puppeteer.connect(..) do |browser| .. end`. Memory…
-
Following the readme in /packages/with-solid-puppeteer,
I got "Waiting for selector `.complete` failed: Waiting failed:" error.
Any clue?
-
#### What are you trying to achieve?
After update codeceptjs from version 3.6.0 to 3.6.4 and puppeteer from 20.2.0 to 22.14.0 I got error in my tests
#### What do you get instead?
```
Pro…
-
### Minimal, reproducible example
```TypeScript
not matter
```
### Background
Hi, how I can obtain permisons dialog like this ?
![image](https://github.com/user-attachments/assets/c05c8b8e-77…