Thank you for sharing your knowledge. I am very grateful for watching your videos. I have a question: How do I set the screen size of browsers in Jenkins? While executing on my local Windows, all my test cases passed, but on Jenkins, they failed because the screen size did not change. In my Java Selenium code, I have set the dimensions as follows: Dimension newSize = new Dimension(1936, 1048); Can you put a separate video?
Thsnk yu Sir.
Very precise, point and detailed video.
HI! Thank you for the tutorial. It helped me resolve the issue i was facing.
Thank you Sir ! This was very helpful !
Glad it was helpful! 🙂
Thank you for sharing your knowledge. I am very grateful for watching your videos. I have a question: How do I set the screen size of browsers in Jenkins? While executing on my local Windows, all my test cases passed, but on Jenkins, they failed because the screen size did not change. In my Java Selenium code, I have set the dimensions as follows:
Dimension newSize = new Dimension(1936, 1048);
Can you put a separate video?
very nicely explained thanks
Thanks and welcome
Can't we not make Jenkins run the selenium test and performing tests in chrome browser in background?
Yes, you can run your script in headless or non interactive mode.
Should not it trigger browser. ? Or its running on headless mode?
It was running on non-interactive mode. You can configure your build to run it on interactive mode.
Automatoon not happened? It should open browser right
Yes, if you are not running in headless or non-interactive mode.
@@maximumautomation the browser is never open in jenkins but in selenium it does do you have any idea why ? of course its not in headless mode
Is your Jenkins server and execution server the same machine or different?