Skip to main content
0 votes
1 answer
130 views

I am using Selenium4 with Java and Jenkins is running on Linux machine. I have updated my chrome on Linux to 140.0.7339.207 and I am not downloading Chrome Driver explicitly as Selenium4 Driver ...
Harpreet Rikhi's user avatar
0 votes
1 answer
156 views

I'm learning auto tests in python, and in one video a guy using Mozilla for tests and he uses the following code block: import pytest from selenium import webdriver from selenium.webdriver.chrome....
AkaShiro GAMING's user avatar
0 votes
1 answer
76 views

I am using puppeteer to run a bunch of JS to process HTML files in headless chromium. I noticed that when I use the Chromium binary downloaded from https://storage.googleapis.com/chromium-browser-...
vijayvenkatesans's user avatar
2 votes
0 answers
108 views

I'm generating a PDF from a responsive web page (mobile version) using a headless Chrome instance and the Chrome DevTools Protocol (CDP) in Java. The goal is to produce a single-page PDF that reflects ...
Arun Kumar's user avatar
0 votes
3 answers
230 views

I'm facing a problem while running the automation suite using Java + Selenium in headless mode. The scripts are failing because the browser is not maximizing as expected. My current Chrome version is ...
Akshata Kurahatti's user avatar
0 votes
1 answer
88 views

Hello I am using headless chrome for PDF generation for Khmer PDF. However, after installation I make configuration to my PDF, but it keep loading page " Devtools could not start ". I don't ...
Sovan Panhavuth's user avatar
0 votes
1 answer
64 views

We are running PC-Web automation with headless mode, the default resolution ratio is low, and the automation screenshot can not shows all the contents. After I add_argument("window-size=3840x2160&...
Jake Li's user avatar
0 votes
0 answers
92 views

I've upgraded my Angular project, which meant I needed to make a Jenkins agent use Node 18 to work with it. The project builds and tests fine locally without issues. However, once I try running this ...
Lewis Patterson's user avatar
0 votes
0 answers
133 views

Following is my Dockerfile which is in ubi8 FROM registry-access-redhat-com.repo.cci.company.net/ubi8/ubi-minimal RUN rm -f /etc/yum.repos.d/redhat.repo && \ sed -i 's#cdn-ubi.redhat....
Dibyendu Paul's user avatar
1 vote
0 answers
86 views

i am trying to convert html to pdf with chrome headless but i am running into some authentication issue new ProcessBuilder("chmod", "-R", "777", "/usr/share/oscar-...
ayush rai's user avatar
0 votes
1 answer
199 views

So in my project i when i am submitting a form i get the html to a action class and then clean it up as per my requirement and load the view form page in the backend for wkhtmltopdf to be able to ...
ayush rai's user avatar
0 votes
0 answers
46 views

let proxy = format!("http://{}:{}", "host", "port"); let launch_options = LaunchOptions::default_builder() .path(Some(browser::default_executable().unwrap())) ....
Yuki's user avatar
  • 13
2 votes
0 answers
52 views

When I am starting Puppeteer locally, I can load the plugin normally and can detect service_worker when headerless is any value.Here's my code to configure the browser const absoultePath = path.join(...
user28989913's user avatar
0 votes
0 answers
1k views

I've tried everything and done a lot of research to fix this problem, but nothing works. My goal was to convert my HTML file to PDF with Chromium Headless, but I got this error: johndoe@domain:/var/...
Richardson Oge's user avatar
1 vote
0 answers
65 views

I am working on a project that uses screenshot comparison to perform e2e testing. The testing process involves spinning up a browserless/chrome Docker container and then pointing Puppeteer to the ...
bstovall's user avatar
  • 130

15 30 50 per page
1
2 3 4 5
80