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
1 answer

how to use capybara and selenium in normal class

Our application after a certain transaction need to login to a third party system and enter some data. Made a system test with Capybara and selenium and that works great, however that's when running it at a test. I'd like to create a class/service…
Peter Van de Put
  • 878
  • 10
  • 26
-1
votes
1 answer

Unable to reach elements console with PhantomJS and Selenium

I have the next code, this code works with chrome driver but with phantom js 1.4.4 library and 2.1.1 driver is not working im not able to locate the elements This issue doesnot appear with chrome driver. Code trials: public void test1() { …
-1
votes
2 answers

Do headless web browser need selenium WebDriver?

I am trying to use headless web browser(such as headless chrome) for our selenium tests.Should I have to use selenium WebDriver(for python or c# bindings)?
mahdokht
  • 113
  • 4
-1
votes
1 answer

Chromedriver Centos 7 Headless

I have a problem to run codeception on centos7 server in headless mode with chromedriver.On mac evrything is fine. I log in via ssh, run chromedriver --verbose --url-base=/wd/hub, then I run php bin/codecept run acceptance -vvv. But then I'm getting…
-1
votes
1 answer

Connect remotely to Dropbox service from a server

I wonder how to authenticate a remote linux server with dropbox daemon installed without X server.
utopman
  • 581
  • 4
  • 13
-1
votes
1 answer

Mask headless chrome driver as a headed one?

I’m able to load a webpage using a headed chrome driver but when trying to load the same page with headless chrome driver, the driver becomes stuck loading. I’ve set the header agent to be the same on both, but it’s still not able to connect to the…
Brandon
  • 50
  • 7
-1
votes
1 answer

In jenkins getting this error org.openqa.selenium.WebDriverException: unknown error: unable to discover open pages

I m trying to run the selenium scripts in jenkins(@localhost) using pom.xml but facing issues w.r.t chrome driver. Chrome Version 52.0 Selenium-server 2.53.0 Below is the complete…
-1
votes
1 answer

Java - headless mode - Raspberry Pi

I have a Java Application that runs on a Windows OS, desktop machine with a nice graphical user interface. I updated, modified etc. to get it running on a Raspberry Pi 2B. It just runs about fine. However you would notice that the GUI interface is a…
RG01
  • 121
  • 1
  • 1
  • 9
-1
votes
1 answer

NON UI Headless browser for .net

I'm developing a web crawler in .Net C# that works like this. Step1 Visits main page of the site (let's call this page Main.aspx) Step2 Use httpwebrequest to get the form page (Let's call this page Form.aspx) Step3 Post the form to another page and…
-1
votes
1 answer

OpenOffice Headless

Around a year ago I installed OpenOffice on Ubuntu Server and didn't have any problems. I believe it was: sudo apt-get install openoffice.org-headless openoffice.org-writer Now it just tells me that it is unable to locate the package. I've tried…
edward
  • 99
  • 6
-1
votes
3 answers

virtualbox with webinterface (headless ubuntu server)

i have extensively tested "virtualbox" on my Windows computer. I was convinced! Now I want to deploy a Linux computer systems use different windows. I imagine a headless machine. Are there experiences in this regard? my "spare" computer: AMD…
Danilo
  • 47
  • 6
-2
votes
1 answer

Headless: Ubuntu / Chrome / Selenium?

I am trying to run a simple python Code on Ubuntu VDS from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.chrome.service import Service from webdriver_manager.chrome import…
-2
votes
1 answer

react native background fetch for delivery app

I am making delivery boy app in react native expo so I need help that when new order placed (i have an api which returns true or false ) when true app should vibrate and play sound or notification in the background or when app is closed so how to…
-2
votes
2 answers

Should you use a backend with a headless CMS?

Im building a website in school and we need to use a headless CMS to manage the website when it's finished. Im using react on the front end. My question is can i use a backend server like node js with a headless CMS or would that be unnecessary /…
-2
votes
2 answers

Cannot read property 'api' of undefined - what does that mean?

I just tried install Directus locally. I created account and when I want to sign in I see error "Cannot read property 'api' of undefined". When I was installing Directus there werent any errors. Whats problem and how to fix it?
1 2 3
79
80