All Questions
8 questions
4
votes
1
answer
4k
views
Cypress tests fail when running headless but pass when running on Cypress interface
I can run my test script on the Cypress interface with npx cypress open. In this case test runs pass. But when I run the same test script headless, it fails. What can be the cause of this issue?
I run ...
1
vote
1
answer
885
views
I am not able to launch the ms edge in headless mode from js selenium
I am not able to launch the edge in headless mode in js (mocha+ chai) selenium. I am able to launch in non-headless mode and it is working as expected. PFB snippet which I am using to launch in ...
-1
votes
1
answer
3k
views
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 ...
0
votes
0
answers
620
views
Selenium - Disable javascript in headless geckodriver
I'm trying to make headless selenium driver without JS, but I can't figure out what am I doing wrong. When I'm trying to do the same on virtual ubuntu and it's working properly without headless mode. ...
2
votes
0
answers
323
views
C# Selenium Headless Chrome Driver is not executing javascript from the website
I'm trying to scrape javascript generated html objects from a website. I've tried many different libraries and I found out that selenium has everything i need.
I've tried to run the driver without ...
1
vote
2
answers
2k
views
Selenium with headless chrome
I have testing environment which is perfectly working with chrome driver in desktop mode. I am using some javascript injections (everything works) f.e.:
public static void ForceFillInput(this Driver ...
0
votes
0
answers
121
views
Modifying user.js in headless Chrome/Firefox
As far as I can tell, this is not possible in Chrome without the use of extensions so no viable solution. I believe this can be achieved through Firefox user.js. Has anyone found a workaround for ...
0
votes
0
answers
132
views
High-performance JavaScript interpreter for web crawling
I'm looking for a JS engine + DOM implementation.
It will be used to mine information for users on the web at real time. I have tried several solutions (phatomjs, zombiejs, xvfb with selenium, chrome,...