Re: Unable to launch a browser

2018-08-13 Thread Ajith Raman
Hi Suja, Yes, I did try that step as well. Regards, Ajith On Monday, 13 August 2018 16:14:29 UTC+5:30, suja...@gmail.com wrote: > > Have you tried installing ChromeDriver plugin? > > > On Monday, August 6, 2018 at 6:07:26 PM UTC+5:30, Ajith Raman wrote: >> >> Hello All, >> >> >> >> I try to laun

Re: Unable to launch a browser

2018-08-13 Thread sujaypc1
Have you tried installing ChromeDriver plugin? On Monday, August 6, 2018 at 6:07:26 PM UTC+5:30, Ajith Raman wrote: > > Hello All, > > > > I try to launch a browser via Jenkins. Unfortunately, it doesn't works > (But the build succeeds). > > > Please find below the command used: > > Build (Execu

Re: Unable to launch a browser

2018-08-10 Thread Ajith Raman
Hello All, Could someone help me on this? Regards, Ajith On Monday, 6 August 2018 18:07:26 UTC+5:30, Ajith Raman wrote: > > Hello All, > > > > I try to launch a browser via Jenkins. Unfortunately, it doesn't works > (But the build succeeds). > > > Please find below the command used: > > Build (

Re: Unable to launch a browser

2018-08-08 Thread Ajith Raman
Hi Jan, My requirement is something like this: 1. Login to Jenkins. 2. Execute a Jmeter test using the below commands: cd C:\Users\C51539A\Downloads\apache-jmeter-4.0\bin jmeter -Jjmeter.save.saveservice.output_format=csv -n -t Sample_Framework.jmx -l TestResults_%JOB_NAME%-%BUILD_

Re: Unable to launch a browser

2018-08-08 Thread Ajith Raman
Hi Suja, Thanks for the response. I tried your step as well. Browser still doesn't opens. Is any plug-in being missed here? Regards, Ajith On Tuesday, 7 August 2018 10:55:53 UTC+5:30, suja...@gmail.com wrote: > > Try to run Jenkins from the command line and start browser > > cd "C:\Program F

Re: Unable to launch a browser

2018-08-06 Thread sujaypc1
Try to run Jenkins from the command line and start browser cd "C:\Program Files\Jenkins" && java -jar jenkins.war On Tuesday, August 7, 2018 at 10:03:30 AM UTC+5:30, Jan Monterrubio wrote: > > Does the agent have X11 or any sort of graphical input? If not could you > use something like selenium

Re: Unable to launch a browser

2018-08-06 Thread Jan Monterrubio
Does the agent have X11 or any sort of graphical input? If not could you use something like selenium to start the browser in headless mode? On Mon, Aug 6, 2018 at 07:37 Ajith Raman wrote: > Hello All, > > > > I try to launch a browser via Jenkins. Unfortunately, it doesn't works > (But the build

Unable to launch a browser

2018-08-06 Thread Ajith Raman
Hello All, I try to launch a browser via Jenkins. Unfortunately, it doesn't works (But the build succeeds). Please find below the command used: Build (Execute Windows Batch Command): *start chrome "www.google.com"* Could someone help me on this? Regards, Ajith -- You received this mes