Questions tagged [headless]

Headless systems are those which do not support standard user interface devices, such as monitors, keyboards and mice.

Headless systems are those which do not support standard user interface devices, such as monitors, keyboards and mice.

1191 questions
-1
votes
0 answers

ERROR: Insufficient RAM free for launching emulator. While Trying to run headless android emulator on aws Ec2

I have this t.2 Micro AWS Ec2 instance that I have sshed into via terminus in Linux Ubuntu shell and I need to run a headless android emulator on it so I have installed all the necessary configuration files and have modified the Ec2 storage space to…
-1
votes
1 answer

Run strapi headless CMS on raspberry pi 4

Simple quesion, it is posible run strapi headless CMS on raspberry pi 4? I have search on google but I dont find direct answer.
-1
votes
1 answer

Javascript fails to execute in headless Firefox

I've setup a Ubuntu Server install with Firefox 3.6.22 and installed a headless test environment using the headless and watir-webdriver Ruby gems. When testing in desktop browser all seems to work but in the headless Firefox version the javascript…
David Burrows
  • 5,217
  • 3
  • 30
  • 34
-1
votes
1 answer

Xubuntu video rendering very slow when no display connected

I use ffmpeg on an Intel Nuc with Xubuntu 22.04 (XFCE4, lightdm), with x11grab for screen capturing the desktop, and sending output to a multicast UDP stream (which is shown on different IPTV sets in the network). The system uses autologin, and…
fre_der
  • 83
  • 10
-1
votes
1 answer

Is it possible, to create a wrapper around an existing program with GUI?(Windows)

At my company we have a really old program, maybe written in Delphi or something. We don't have the source code. The program works well, but we want to: Hide some features from the user. Prevent some actions, if the user doesn't have the right…
-1
votes
1 answer

Headless CMS with possibility of multi tenant architecture

My team is searching for headless CMS with the possibility of supporting multi tenant architecture. CMS should be free and shouldn't be based cloud or something like that. Also CMS should work with keycloak.
-1
votes
2 answers

how to upload file in headless mode without button tag

Is there any way to upload a file using rebot framework without tag and with the headless mode activated. I tried to use AutoIt and sikuliLibrary but they are not working . best Regards
nou
  • 33
  • 3
-1
votes
1 answer

How to run my automation test on Jenkins without using the Headless when my pc is shut down with scheduler

If I configure Selenium without headless in a Jenkins slave, will it run at a particular time (EXP: 2:00 AM IST)? Will it work if my laptop is shut down or VM is logged off? Also is there any other way of doing it?
-1
votes
1 answer

how to automate saving web pages as PDF or HTML files using python

I have about 300 web URLS. I'll save them either as PDF or as HTML pages. In order to have access to these web pages I must be logged in. I've tried chrome --headless but it saves a blank page! chrome --headless --print-to-pdf="C:\\1.pdf"…
-1
votes
1 answer

driver.get() stopped working in Headless -mode (Chrome)

recently a scraper I made stopped working in headless mode. I've tried with both firefox and Chrome. Notable things are that I am using seleniumwire to access API requests, and that I am using ChromeDriverManager to get the driver. Current version…
qoob
  • 137
  • 9
-1
votes
1 answer

Convert Gatsby Website to WebFlow of WordPress?

The marketing manager of esper.io (built in gatsby) said that it's hard for them to do updates on the site (they need to contact the developer every time) so they're thinking about rebuilding the whole site in WebFlow or WordPress. The blog on site…
-1
votes
1 answer

Search strings on google through Java and submit

I'm trying to make a program that submits a search query to Google and then opens the browser with the results. I have managed to connect to Google but I'm stuck because I don't know how to insert the search query into the URL and submit it. I have…
LAC
  • 47
  • 5
-1
votes
1 answer

Sync database between multiple users

I am looking for a solution to sync DB between multiple developers (us at the office..). We use Wordpress and MAMP (for now, MAMP/Headless WP and NPM/React in the future) and we want to use Appveyor (or similar) to deploy at dev-server and…
Haffy
  • 25
  • 6
-1
votes
1 answer

Render javascript website code with selenium headless chrome

How can i read and store the javascript rendered HTML of a website using selenium in headless mode? I wrote this code, but the div tag i am interested in to store is not rendered, while if i run the same script in non headless mode i am able to get…
-1
votes
1 answer

Trying to perform selenium testing using chrome driver but facing issue with below error while executing in cli as headless browser

tests are performed in ubuntu machine (cli) <<< FAILURE! org.openqa.selenium.WebDriverException: unknown error: Chrome failed to start: exited abnormally (unknown error: DevToolsActivePort file doesn't exist) (The process started from…
Wasim
  • 11
  • 2