Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
purviverma
Posts : 2
Join date : 2009-09-08

Selenium Proxy Problem Empty Selenium Proxy Problem

Tue Sep 08, 2009 8:02 pm
Hi,

I am trying a run a basic test case using selenium RC but no success Selenium Proxy Problem Icon_neutral

It seems that there is a proxy problem bcoz our company has its internal proxy and selenium could not able to bypass that proxy.

The moment it run Google.java using java Google. It opens two mozilla browser. In 1 browser -Selenium Remote Control v1.0 [2677], with core v@VERSION@ [@REVISION] - Mozilla Firefox it search for

chrome://src/content/RemoteRunner.html?sessionId=07089224a43b4a5e8e8ec0cb91a6719f&multiWindow=true&baseUrl=http%3A%2F%2Fwww.google.com%2F&debugMode=false&driverUrl=http://localhost:4444/selenium-server/driver/

Selenium Proxy Problem Moz-screenshot-3Selenium Proxy Problem Moz-screenshot-4ands in other it search for

http://localhost:4444/selenium-server/core/Blank.html?start=true

Please HELP as I am very NEW to selenium and not able to reslove this since long

Please find the server logs inline:

[purvi@localhost selenium-server-1.0]$ java -jar selenium-server.jar -Dhttp.proxyHost=proxy.company.com -Dhttp.proxyPort=8080 -Dhttp.proxyUser=12345 -Dhttp.proxyPassword=xyz@2009 -Dhttp.nonProxyHosts="*.localdomain.com|localhost"
Setting system property http.proxyHost to tcs.proxy.com
Setting system property http.proxyPort to 8080
Setting system property http.proxyUser to 12345
Setting system property http.proxyPassword to xyz@2009
Setting system property http.nonProxyHosts to *.localdomain.com|localhost
18:12:03.997 INFO - Java: Sun Microsystems Inc. 1.6.0_0-b12
18:12:03.998 INFO - OS: Linux 2.6.27.5-117.fc10.i686 i386
18:12:04.005 INFO - v1.0 [2677], with Core v@VERSION@ [@REVISION@]
18:12:04.101 INFO - Version Jetty/5.1.x
18:12:04.102 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver]
18:12:04.103 INFO - Started HttpContext[/selenium-server,/selenium-server]
18:12:04.103 INFO - Started HttpContext[/,/]
18:12:04.115 INFO - Started SocketListener on 0.0.0.0:4444
18:12:04.115 INFO - Started org.mortbay.jetty.Server@ae506e
18:12:14.959 INFO - Checking Resource aliases
18:12:14.964 INFO - Command request: getNewBrowserSession[*chrome, http://www.google.com/, ] on session null
18:12:14.966 INFO - creating new remote session
18:12:15.141 INFO - Allocated session 2b38a8108a4648388dc058273f7bf221 for http://www.google.com/, launching...
18:12:15.198 INFO - Preparing Firefox profile...
18:12:18.425 INFO - Launching Firefox...
18:12:20.886 INFO - Got result: OK,2b38a8108a4648388dc058273f7bf221 on session 2b38a8108a4648388dc058273f7bf221
18:12:20.892 INFO - Command request: open[http://12345:xyz@2009@proxy.company.com:8080/, ] on session 2b38a8108a4648388dc058273f7bf221
18:12:20.892 WARN - you appear to be changing domains from http://www.google.com/ to http://185558:Sep@2009@proxy.tcs.com:8080/
this may lead to a 'Permission denied' from the browser (unless it is running as *iehta or *chrome,
or alternatively the selenium server is running in proxy injection mode)
18:12:26.110 INFO - Got result: OK on session 2b38a8108a4648388dc058273f7bf221
18:12:26.112 INFO - Command request: type[q, selenium] on session 2b38a8108a4648388dc058273f7bf221
18:12:26.128 INFO - Got result: ERROR: Element q not found on session 2b38a8108a4648388dc058273f7bf221
18:12:26.131 INFO - Command request: testComplete[, ] on session 2b38a8108a4648388dc058273f7bf221
18:12:26.131 INFO - Killing Firefox...
18:12:26.176 INFO - Got result: OK on session 2b38a8108a4648388dc058273f7bf221

More logs:

[purvi@localhost Selenium]$ javac com/example/tests/Google.java
[purvi@localhost Selenium]$ java com/example/tests/Google
.E
Time: 11.319
There was 1 error:
1) testNew(com.example.tests.Google)com.thoughtworks.selenium.SeleniumException: ERROR: Element q not found
at com.thoughtworks.selenium.HttpCommandProcessor.throwAssertionFailureExceptionOrError(HttpCommandProcessor.java:97)
at com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:91)
at com.thoughtworks.selenium.DefaultSelenium.type(DefaultSelenium.java:291)
at com.example.tests.Google.testNew(Google.java:16)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at com.thoughtworks.selenium.SeleneseTestCase.runBare(SeleneseTestCase.java:212)
at com.example.tests.Google.main(Google.java:32)

FAILURES!!!
Tests run: 1, Failures: 0, Errors: 1

Google.java

package com.example.tests;

import junit.framework.*;
import com.thoughtworks.selenium.*;
import java.util.regex.Pattern;
//import org.testng.Reporter;

public class Google extends SeleneseTestCase {

public void setUp() throws Exception {
setUp("http://www.google.com/", "*chrome");
}
public void testNew() throws Exception {
selenium.open("http://12345:xyz@2009@proxy.company.com:8080/");
//if(selenium.isElementPresent("q")) {
selenium.type("q", "selenium");
//} else {
// Reporter.log("Element: is not available on page.");
// }
selenium.click("btnG");
selenium.waitForPageToLoad("60000");
selenium.click("link=Selenium web application testing system");
selenium.waitForPageToLoad("60000");
selenium.click("//a[contains(text(),'The Magic of Selenium: How it\n works')]");
selenium.waitForPageToLoad("60000");
assertTrue(selenium.isTextPresent("Selenium IDE"));
}
public static Test suite() {
return new TestSuite(Google.class);
}
public static void main(String args[]) {
junit.textui.TestRunner.run(suite());
}

}
Selenium Proxy Problem Moz-screenshot
Selenium Proxy Problem Moz-screenshot-1Selenium Proxy Problem Moz-screenshot-2
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

Selenium Proxy Problem Empty Re: Selenium Proxy Problem

Wed Sep 09, 2009 11:07 am
hi,

try using the avoid proxy option in selenium server start up.
For more command options, check out this thread:

https://seleniumforum.forumotion.net/archives-f8/selenium-server-command-options-while-starting-server-t89.htm#171


Hope this will help you. Best of luck.

Bye
avatar
purviverma
Posts : 2
Join date : 2009-09-08

Selenium Proxy Problem Empty Re: Selenium Proxy Problem

Wed Sep 09, 2009 12:09 pm
Hi,

I tried that also but output is same. I could not understand what is the problem and what we are missing.

Please HELP
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

Selenium Proxy Problem Empty Re: Selenium Proxy Problem

Wed Sep 09, 2009 1:20 pm
hi,
I think problem with your url what you providing
http://12345:xyz@2009@proxy.company.com:8080/

It is working 0n 8080 port but selenium is working on 4444 port number.
Try to change port number and see what will happen.

bye
avatar
nellorekrishnakumar
Active particpant
Active particpant
Posts : 19
Join date : 2009-08-14
Age : 38
Location : HYDERABAD

Selenium Proxy Problem Empty Re: Selenium Proxy Problem

Fri Sep 11, 2009 11:10 am
Hi purviverma,

If you want to run with out proxy mode try to start selenium server with -avoidProxy


command in interactive mode.

If you are running in proxy mode you "*piiexplore
" or "*pifirefox " for IE and forefox respectively.

Thanks,
Nellore Krishna Kumar
Sponsored content

Selenium Proxy Problem Empty Re: Selenium Proxy Problem

Back to top
Permissions in this forum:
You cannot reply to topics in this forum