Re: Javascript Webdriver (Chrome)

2015-06-11 Thread Richard Bywater
Cool - good to hear that I could help and that you are (at least partly) up and running. Re the firewall issue, I found this page - http://blogs.technet.com/b/bruce_adamczak/archive/2013/04/02/windows-2012-core-survival-guide-firewalls.aspx - which might give you some clues as to where to look for

Re: Javascript Webdriver (Chrome)

2015-06-11 Thread 'simon drake' via Jenkins Users
Hi mate, So I decided to put your theory to the test :-). I downgraded my firefox (after some investigation Webdriver doesn't seem to work with 38) and I changed my tests to run with Firefox and it worked from the Jenkins GUI (albeit with a test error which I'm trying to figure out now!). Somethin

Re: Javascript Webdriver (Chrome)

2015-06-10 Thread Richard Bywater
That's no good... One other thought off the top of my head is, as I think the chrome driver uses TCPIP to communicate I wonder if the Windows firewall might be blocking things? Unfortunately that's the only other thought I have at the moment! Richard On 12:40AM, Thu, 11/06/2015 'simon drake' via

Re: Javascript Webdriver (Chrome)

2015-06-10 Thread 'simon drake' via Jenkins Users
Hi Richard, I just gave this a go but have noticed that you have to use the 'Local System Account' to enable the ability to 'Allow service to interact with desktop'. I amended it to a admin user anyway, just to give it a try, but it still times out. Any ideas [?]? Si On 10 June 2015 at 11:34, s

Re: Javascript Webdriver (Chrome)

2015-06-10 Thread 'simon drake' via Jenkins Users
Thanks mate :-) I'll give it a go! On 10 June 2015 at 11:23, Richard Bywater wrote: > Jenkins service as it would be that service kicking off the browser > process which then, presumably, would connect to the Tomcat instance via > HTTP(S) > > Richard > > On 10:03PM, Wed, 10/06/2015 'simon drake

Re: Javascript Webdriver (Chrome)

2015-06-10 Thread Richard Bywater
Jenkins service as it would be that service kicking off the browser process which then, presumably, would connect to the Tomcat instance via HTTP(S) Richard On 10:03PM, Wed, 10/06/2015 'simon drake' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Thanks :-) > > I'll give that a go

Re: Javascript Webdriver (Chrome)

2015-06-10 Thread 'simon drake' via Jenkins Users
Thanks :-) I'll give that a go. Do you happen to know whether that should be changed on the Jenkins Service or on the Apache Tomcat programme? I suspect both will do the same! On 10 June 2015 at 10:50, Richard Bywater wrote: > IIRC (and it might not be right as haven't used Windows services for

Re: Javascript Webdriver (Chrome)

2015-06-10 Thread Richard Bywater
IIRC (and it might not be right as haven't used Windows services for a while) but you need to give it a normal user account (whether it's a domain account or just local) to be able to tick the Interact with desktop check box. Hopefully I don't have it completely backwards and the system account is

Re: Javascript Webdriver (Chrome)

2015-06-10 Thread simon drake
Certainly no need for apologies :-) I'm aware that these posts can get chucked down the list quite fast so I thought I'd bump it just in case! I appreciate that you are replying in the first place! It IS running as a local system account; apologies for the stupid question but what should it ru

Re: Javascript Webdriver (Chrome)

2015-06-09 Thread Richard Bywater
Sorry missed your earlier reply. Do you have the service setup to allow interaction with the display? (From memory that means NOT running as local system account) Richard On 12:22AM, Wed, 10/06/2015 simon drake wrote: > Any help would be most appreciated :-) > > -- > You received this message

Re: Javascript Webdriver (Chrome)

2015-06-09 Thread simon drake
Any help would be most appreciated :-) -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on

Re: Javascript Webdriver (Chrome)

2015-06-08 Thread simon drake
Hi Richard, Apologies! We are using Windows (the Jenkins server is Windows Server 2012). -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsu

Re: Javascript Webdriver (Chrome)

2015-06-05 Thread Richard Bywater
You haven't said what OS you are using - without that info it's a little hard to guess as what issue you might be hitting :) Richard On 10:10PM, Fri, 5/06/2015 simon drake wrote: > Hi all, > > I have recently built a 'test pack', which uses Javascript Webdriver and > Chromedriver, which all suc

Javascript Webdriver (Chrome)

2015-06-05 Thread simon drake
Hi all, I have recently built a 'test pack', which uses Javascript Webdriver and Chromedriver, which all successfully runs from my local machine. I have then committed it up to Github and am attempting to use it through Jenkins; here starts the problems! A new 'freestyle project' has been cr