Skip to main content
1 vote
1 answer
66 views

I’m working on a Python project using Selenium and pytest. All tests pass locally in normal (non-headless) mode, but when I run them in GitHub Actions or even locally in headless mode, many of them ...
Dmytro Podoprygora's user avatar
2 votes
0 answers
160 views

I am always getting a 401 response after login to django-allauth on session (and other endpoints). See example code: def login(email, password): response = requests.post( f'{baseurl}/api/...
Loic Quertenmont's user avatar
0 votes
1 answer
72 views

I'm trying to export from HTML to PDF/UA using libreoffice command line tools with this command: soffice --headless --convert-to 'pdf:writer_pdf_Export: {"SelectPdfVersion":{"type":...
kuru's user avatar
  • 107
1 vote
0 answers
82 views

A Server script is written in C# and looks like this: public class Server : MonoBehaviour { void Start() { //start methods } void Update() { //update methods } public void MyFunction() { //some ...
Timo's user avatar
  • 11
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
1 vote
1 answer
157 views

i try to run the below code in headless-mode. In non headless-mode everything works fine. from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver....
Rapid1898's user avatar
  • 1,587
0 votes
0 answers
14 views

I'm developing a React Native app that uses react-native-webview to display web content. My requirement is: Load a WebView and inject JavaScript to interact with the page (e.g., click a button). ...
Atiqur Rahman's user avatar
0 votes
0 answers
36 views

Hi I am working on serenity and tried the headless run, but when I use the headless I am receiving error No element found and upon checking it turns out that it won't open the URL, but when I removed ...
CJ0001's user avatar
  • 1
2 votes
1 answer
58 views

I would like to know how can I customize the RTE serialization while the requested page gets resolved ? I have RTE type as one of my data source and wanted to inject some custom logic when this gets ...
Deb's user avatar
  • 413
0 votes
0 answers
45 views

I'm running aitviewer on a remote linux server with no GUI, in headless mode and in the documentation it's recommended to use export DISPLAY=:0.0 Xvfb :0 -screen 0 640x480x24 & but I cannot ...
Tanshiv2's user avatar
0 votes
0 answers
33 views

I'm using pagedjs to render my invoice sample (using table, tr, td, th, etc...) I use chromedriver v 135.0.7049.84 to open a headless browser and having export pdf from my html using polyfill pagedjs ...
Parham Rahimpour's user avatar
0 votes
0 answers
96 views

I need some help because I'm trying to run selenium in headless mode on my proxmox server but it's not working. Here are the specifics: i set up a proxmox container with ubuntu-24.10-standard_24.10-...
Nicolò Franceschetti's user avatar
0 votes
0 answers
80 views

I'm running a Go application using urfave/cli, where start is a subcommand. I'm using Delve (dlv) in headless mode to enable remote debugging from IDE like VS Code or IntelliJ IDEA. Here's the command ...
Le-BlitzZz's user avatar
0 votes
1 answer
219 views

After update Strapi 4 to Strapi 5 And try to command npm run develop showing this following errors: ⠧ Loading Strapi(node:97298) Warning: [deprecated] In future versions, Strapi will stop reading ...
Md. Abu Sayed's user avatar
0 votes
1 answer
71 views

Nextjs Frontend, WooCommerce headless backend. Trying to have a persistent cart with a signed in user, and just having a lot of difficulty in that. I've tried to create a custom plugin that adds a ...
EvanPrograms's user avatar

15 30 50 per page
1
2 3 4 5
82