All Questions
3 questions
1
vote
2
answers
364
views
Is there a way to capture an image via Selenium when running the test on a Jenkins server?
I've automated a web app that opens up the camera and takes a photo. On my local machine the Selenium script executes and captures the photo (running in headless mode). However, when I run the script ...
0
votes
0
answers
781
views
Issue while opening headless chrome in remote jenkins server using selenium java
I am having trouble in using headless chrome on jenkins remote server. the test is failed at the time of url invoking or takes to much of a time like 5+mins and test failed as it wont have waiting ...
1
vote
0
answers
102
views
Why my chrome browser automatically gets resized in the mid of execution of my automation script?
I have a selenium automation script for my project that runs daily on a Windows server machine on chrome browser (in full screen mode) and it gets triggered via Jenkins job. Now, on that machine, ...