Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
thirdparty proxy
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
webtester  
View profile  
 More options Apr 16 2012, 5:56 pm
From: webtester <rdekleijnaspi...@gmail.com>
Date: Mon, 16 Apr 2012 14:56:35 -0700 (PDT)
Local: Mon, Apr 16 2012 5:56 pm
Subject: thirdparty proxy
Hi,

I'm using a thirdparty proxy which is secured by an username and
password.

FirefoxProfile profile = new ProfilesIni().getProfile("proxy");
profile.setPreference("network.proxy.http", "de.p.proxy.com");
profile.setPreference("network.proxy.http_port", "443");

driver = new FirefoxDriver(profile);

An "authentication required" dialog will appear and the username and
password are completed from the firefox profile.
All fine.... but,

How can I accept the "authentication required" dialog ?

Thanks,
R


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
webtester  
View profile  
 More options Apr 17 2012, 1:05 am
From: webtester <rdekleijnaspi...@gmail.com>
Date: Mon, 16 Apr 2012 22:05:47 -0700 (PDT)
Local: Tues, Apr 17 2012 1:05 am
Subject: Re: thirdparty proxy
Now I use this one:

                org.openqa.selenium.Proxy proxy = new org.openqa.selenium.Proxy();
                proxy.setHttpProxy(PROXY)
                     .setFtpProxy(PROXY)
                     .setSslProxy(PROXY);
                DesiredCapabilities cap = new DesiredCapabilities();
                cap.setCapability(CapabilityType.PROXY, proxy);
                WebDriver driver = new FirefoxDriver(cap);

Is there a way to use a authenticated proxy ?

On Apr 16, 11:56 pm, webtester <rdekleijnaspi...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Krishnan Mahadevan  
View profile  
 More options Apr 18 2012, 12:54 am
From: Krishnan Mahadevan <krishnan.mahadevan1...@gmail.com>
Date: Wed, 18 Apr 2012 10:24:05 +0530
Local: Wed, Apr 18 2012 12:54 am
Subject: Re: [webdriver] Re: thirdparty proxy

I dont know if you can get to work with Proxies that require authentication
prior to allowing requests to go through.

Thanks & Regards
Krishnan Mahadevan

"All the desirable things in life are either illegal, expensive, fattening
or in love with someone else!"

On Tue, Apr 17, 2012 at 10:35 AM, webtester <rdekleijnaspi...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sheetal singh  
View profile  
 More options Nov 19 2012, 12:57 am
From: sheetal singh <sheetal0...@gmail.com>
Date: Sun, 18 Nov 2012 21:57:06 -0800 (PST)
Local: Mon, Nov 19 2012 12:57 am
Subject: Re: [webdriver] Re: thirdparty proxy

Did anyone know how to give username/pwd for a third party proxy....


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »