I'm currently trying to set up cruisecontrol to run my selenium test suite. Everything works fine until I run the build, I got the following message:
calling target(s) [execute-test] in build file ... |
this is the error i'm getting when i tried to run my selenium script through a build.xml on a network server
@BeforeTest Setup
java.lang.RuntimeException: Could not start Selenium session: Internal Server Error ...
|
I would like an automated web tests suite based on Selenium RC to take screenshots of pages when some errors are encountered. The test suite is a part of the continuous ... |
When selenium tries to open popup window I'm getting JS error permission denied in file
file:///C:/DOCUME~1//LOCALS~1/Temp/customProfileDir8708f7f69e14482ba857f4b2e74775c1/core/RemoteRunner.hta
So this break script execution, could you assist? I saw a related topics at msdn and ... |
I'm raising a Selnium-server (the jar), and getting this exception without trying to talk to the server. What can be the cause? The errors keep coming in once every 2 seconds. ... |
Please search the forum at http://clearspace.openqa.org for error details from the log window. The error message is: Permission denied
I am getting error when i am trying to execute ... |
I am using selenium RC with Junit framework and Eclipse. In whole test script, I am just opening one form and update some values in grid table. Some ending lines of ... |
|
I've followed a lot of the guides and forum posts online but haven't had any luck getting this to work inside TestNG. It's a selenium grid based test, programmed in ... |
I have a problem: when I try to run a JUnit TestCase through Eclipse, in debug mode (using Debug as JUnit Test), it runs perfectly well (I step over each statement), ... |
SeleniumException: ERROR: Command execution failure. Please search the forum at http://clearspace.openqa.org for error details from the log window. The error message is: Permission denied.
Although my test runs perfectly ... |
I am using selenium rc and I would like to know if there are any javascript errors occured in the page. Is there any Selenium API to check if there are ... |
I tried to run webrat tests in selenium mode, but I got the following error:
dyld: Library not loaded: /usr/lib/libsqlite3.dylib
Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security
Reason: Incompatible library version: Security requires version ... |
We are running some tests using selenium. We have dedicated Windows XP VM's for that, with one selenium RC server on each VM, and no other process running on that VM. ... |
I am trying to delete a user from a table. At first I was getting a timeout error but used the BeatnicClick() as described here:
http://stackoverflow.com/questions/1391718/selenium-ide-click-timeout
That solved the timeout error but ... |
after running the command java -jar selenium-server.jar -htmlSuite "iexplore" "http://www.google.com/" "C:\Selenium\suite.html" "C:\Selenium\results.html" browser opens and shows page cannot be displayed on the test suite column.Help me out in this?
|
I am using Selenium to do some web testing. My code looks like this:
selenium = new DefaultSelenium("localhost", 80, "*firefox", "http://www.google.co.uk/firefox?client=firefox-a&rls=org.mozilla:en-GB:official"); ;
...
|
I'm writing some automated tests in C# and a JavaScript error is thrown when I try to click on a button that will submit changes made to a web form. ... |
I get this error when running a number of tests in seleniums Bromine, The selenium RC version 1.0.2 outputs this:
WARN - GET /selenium-server/driver/?cmd=testComplete&1=&2=&sessionId=1274d41621c64fc08c1e7ea0a58f260b HTTP/1.0 java.lang.IllegalStateException: unexpected command json={command:"open",target:"/Library/Security/Login.aspx?ReturnUrl=%2fIndex.aspx",value:""} in place before ... |
i am getting this error, when executing the test case in selenium ide
|
I am getting following error while opening browser with selenium RC using JUnit. Plz help.
com.thoughtworks.selenium.SeleniumException: XHR ERROR: URL = http://www.google.com/ Response_Code = 403 Error_Message = Forbidden
at com.thoughtworks.selenium.HttpCommandProcessor.throwAssertionFailureExceptionOrError(HttpCommandProcessor.java:97)
at com.thoughtworks.selenium.HttpCommandProcessor.doCommand
|
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)
Timestamp: Wed, 28 Apr 2010 02:07:17 ...
|
In one of my Selenium test cases, I try to ensure that certain pages can't be accessed. Instead, HTTP return code 403 should be given.
However, here Selenium terminates test execution with ... |
I am getting a Unexpected error in some of the Selenium RC code. Some time it works fine but sometimes it gives the Unexpected error and the scripts stop at that ... |
We are having a problem with our selenium tests which run in IE on a virtual machine. Whenever there is a javascript error, a popup shows up and puts our system ... |
I am trying to use Selenium RC but i keep getting this error whenever i start the server.
The command i use is
java -jar selenium-server.jar -multiwindow -htmlsuite *iexplore http://localhost/app testsuite.html ... |
My Google-fu is weak and so I turn to the hive mind...
I have a Selenium script I originally developed in the IDE, which I am now trying to adapt to run ... |
I am using the newest version of Selenium RC and firefox 3.5 When I run my test from eclipse I get this error XHR ERROR: Response_Code = -1 Error_Message = ... |
I have Selenium tests in PHP under PHPUnit run via CruiseControl. Is it somehow possible to check if there was a JavaScript error on the page?
|
We often use test suites to ensure we start from a known, working situation.
In this case, we want the whole test suite to run to test all the pages. If some ... |
Hi have problem i create test when i run it from selenium IDE everything is ok, test be passed. When i run my test by selenium testRunner the page was opened ... |
Please see the below example. Whenever I use the i counter in the row then I see the below error message:
ERROR: Command execution failure. Please search the forum at ... |
I'm using setExtensionJs with an user-extensions.js file that defines a doFoo prototype.
This throws an exception everytime Selenium starts:
CHECKPOINT-FAIL com.thoughtworks.selenium.SeleniumException: ERROR: Unknown command "doFoo"
The setExtensionJs call is of course before of the ... |
I was getting the below error when running scripts
Problem while capturing system stateundefined local variable or method `selenium_driver' for Spec::Example::ExampleGroup::Subclass_1:0x7f8ad0819298>
here is my settings :
def sel_setup
... |
Hi
Is there a way to capture errors occurring in the dom in Selenium and probably flag the same as an error in the page.
To give a brief example say ... |
Downloaded CubicTest and created a project. I get a null pointer exceptions . Any idea what the reason is ?
|
I am runing selenium-RC in solaris to launching web automation testing. In fact, I have used selenium in windows with no problems. And it works.
But now, I want to make automation ... |
I've looked at all the examples and I am still have a problem using waitForCondition. Here is my code.
WebDriverBackedSelenium seleniumWD = new WebDriverBackedSelenium(driver, "http://www.x.com");
seleniumWD.waitForCondition("seleniumWD.isElementPresent(\"fullname\");", "5000");
I get the error: seleniumWD is not ... |
I'm starting Selenium server with the following on a command line:
java -jar selenium-server.jar
Here is the code:
import com.thoughtworks.selenium.*;
import java.util.regex.Pattern;
import org.openqa.selenium.server.SeleniumServer;
import junit.framework.*;
public class orkut extends SeleneseTestCase { ...
|
I'm working with Selenium right now, and I'd like to know if it's possible to make Selenium find out if there were script errors.
I'm conscious that acting upon script errors would ... |
I have Sellenium IDE. I can able to record the test case. But running the sam it is showing element not found error.
i.e. For example. I went to google and searched ... |
Has anyone seen this error in CentOS, when running Selenium Grid:
SEVERE: Could not find any remote control providing the '*chrome' environment. Please make sure you started some remote controls which registered ... |
I have come across assertArrayEquals which compares two arrays of type Object.
for eg my array assertion lokos like this
assertArrayEquals( actualVal.get(i) ,expectedVal.get(i));
It throws error "The method assertArrayEquals(Object[], Object[]) in the type Assert ... |
I run a script on selenium IDE than i got a error that is ---[error] There was an unexpected Alert! [More ...
|
I got error
Selenium::CommandError: XHR ERROR: URL = http://localhost:3000/tester/home Respo
nse_Code = 500 Error_Message = Internal Server Error
when i want to run script by "ruby utest.rb" command
i m using selenium ... |
I am testing a web site which uses both http and https protocols depending on its configuration file.
I am writing my test cases in java.
My test cases are working fine for ... |
I have a simple Selenium test within VS2010 test project as follows.
[TestMethod]
public void MyTestInIE8()
{
IWebDriver driver = new InternetExplorerDriver();
...
|
I ran a script using selenium RC 1.0.3 in firefox and the the test runner screen reports the time outs as failures why?
* info(1302097309872): Executing: |waitForTextPresent | Remote | |
* ...
|
I've just downloaded FitNesse WebTest and ran into this issue after starting FitNesse and SeleniumRC.
start browser
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> ...
|
Possible Duplicate:
capturing javascript error in selenium
can we capture/automate the js errors thrown in browser while clicking the page .Is it possible to capture with ... |
I am trying to get the Selenium server up and running. However, when I type:
java -jar selenium-server-standalone-2.0b3.jar
I get an Exception:
"Selenium is already running on port 4444. Or some other ... |
This is my first post as I am a newbie to Selenium. Currently I am going through book called Selenium tool : beginners guide. In the book it tells how to ... |
using System;
using System.Text;
using System.Collections.Generic;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Text.RegularExpressions;
using ... |
The error i got is : java.lang.RuntimeException: Could not start Selenium session: Failed to start new browser session: Error while launching browser
The code i used is:
package Gmail;
import com.thoughtworks.selenium.*;
import junit.framework.TestCase;
public class Login ...
|
I have the following Xpath expression:
//*[not(input)][ends-with(@*, 'Copyright')]
I expect it to give me all elements - except input - with any attribute value which ends with "Copyright".
I execute it in the Selenium ... |
How can I make it press the shortcut keys Ctrl+Shift+J in Selenium to open the Firefox error console? Or is there some other method to open the Firefox error console from ... |
I have a WebDriver test using the FirefoxDriver that I am attempting to run as a Jenkins job.
It works fine in Windows, it also works from the command line in Linux, ... |
Im using selenium to navigate to a form, and fill in the needed fields, then click the ok button. On playback the script says it runs fine (ie all lines ... |
Is there an easy way to tell Selenium IDE that any action that results in a http 500 response means the test failed?
I have tests that are 75 page ... |
How can you determine 500 internal server error using selenium RC?
I have tried to use selenium.isTextPresent(); method but it does not show or detect the occurring at all.
|
I am writing my test cases in C#. When I am trying to run them, FF generates an untrusted connection error. I tried to add new profile, to add in about:config ... |
i m getting error for my following for loop in junit3
for(int i=9;i<=58;i++)
{
x = selenium.getTable("//table[4].".i.".6");
if(x == ...
|
I've got the following line in a my extension-loader.xul following the Selenium example at: http://adam.goucher.ca/?p=1348
ide_api = new API(); ...
|
Hi I'm testing an application using the Selenium::Webdriver API.
I have an issue that only appears to be effection IE 7/8 which run
fine on Chrome and Firefox.
When I try to ... |
Am trying to run a selenium suite using this code which runs perfectly on my local machine but giving an error when deployed on the server saying cannot find the specified ... |
I'm new to Selenium and I have tried to setup my first Selenium test using IntelliJ and Selenium 2. I have followed the tutorials on the official Selenium site but I ... |
I am using selenium Grid
I used selenium attribute trustallSSLCertificates to handle SSL certificate error
It works perfectly in Firefox
but in IE it displays certificate not found
please help
|
I am using C# and selenium. Everything was working okay, no problems.
Today when debugging my program in Visual Studio I get an error at this line:
this.WebDriver = new FirefoxDriver(bin, profile);
The error ... |
I am new to jUnit and Selenium. Currently, we are doing a POC in our project for evaluating the tools' suitability.
One of the key requirements for us would be use friendly ... |
I am running selenium grid using testNG suite. When i run RC in localhost and other systems works well. But when i run in Microsoft Virtual PC 2007, system displays a ... |
I've been recording/writing Selenium html scripts using the SelBlocks extension. Now we're going to use Selenium server to run the tests in different browsers.
I tried getting the javascript from the ... |
I'm trying to instantiate an InternetExplorerDriver in C#, and every time I do I get the following error message:
System.InvalidOperationException : Unexpected error launching Internet Explorer. Protected Mode must be set to ...
|
Im trying to open the popup window using selenium it works sometimes im getting the javascript error that is Permission denied in this selenium-browserbot.js file.
THis is my code im using to ... |
I´ve searched for this and haven´t found an answer, but anyway if it is already answered somewhere, copy the link for me please.
My problem is that i´m using the extension selblocks ... |
When iam using getxpathcount function,I am getting "The method getXpathCount(String) is undefined for the type Selenium" error
And this function name is not displaying in function name list
What is the reason for ... |
In order to deal with some browser peculiarities, I find myself needing to send javascript commands during tests.
Sometimes I get an error back from Selenium saying there was a javascript error ... |
I'm sorry if this question is vague, but I have a set of Selenium WebDriver tests, and they are currently not working in Chrome or IE. For whatever reason Firefox works ... |
I'm using Selenium WebDriver (v2.5.0). I get this error when I use a "selenium.click(...)" command ...
Element is not currently visible and so may not be interacted with Build info: version: ...
|
We have a headless selenium running as part of a maven build script using chromedriver as a RemoteWebDriver and running using xvfb. Our tests on the environment and querying the underlying ... |
I am using selenium2.0 with testNG. While on using XPATH or CSS for element to locate its shows error “unable to locate the element” .
I have programmed in Java ... |
I am running my tests against FF 6.0 on virtual Windows XP machine. The winner-line
java -jar selenium-server-standalone-2.5.0.jar -role webdriver -hub http://192.168.1.149:4444/grid/register -port 5558 -host 10.0.2.15 -browser "browserName=firefox, version=6, platform=WINDOWS"
Gives ... |
I have a cluster of VM's (all Windows 7) that I am trying to use to run some continuous integration from Jenkins. The tests are written in Java and from my ... |
I am converting my coding to Junit4(webdriver) . When I run my code in Eclipse I get an error in the below code,
for (int second = 0;; second++) {
if ...
|
I'm getting this error:
tests.IntegrationTests.Selenium.RegisterAndLogin (TestFixtureSetUp):
SetUp : OpenQA.Selenium.WebDriverException : Failed to start up socket within 45000
when I carry out the following in my code:
using System;
using System.Text;
using NUnit.Framework;
using OpenQA.Selenium.Firefox;
using OpenQA.Selenium;
namespace ekmProspector.tests.IntegrationTests.Selenium
{
...
|
I run a large number of tests during off work times using Selenium RC and TestNG. I also take screenshots for every test and store it using
selenium.captureEntirePageScreenshot(path, filename);
A ... |
we are facing problem on running scripts on FF, there is a popup arises for very short time span showing Error : load-xml something like that.Due to this our scripts getting ... |
When i ran the page in both firefox and ie . If a page has javascript error . It gives some alert or error message. How to identify that jserror using ... |
[error] Element //div[@id='divProjects']/table/tbody/tr/td[6]/i not found
i tried to use xpather,firebug inorder to find the id's and values of the object.But,it is not working for me.
please help me to solve my issue.
|
i use robotant + robotframework-2.6.3.jar + selenium-server.jar(V2.3.0) to automation web test.
in a simple html(frameset with two frames, in the top frame html file, the link is generated ... |
I'm using YUITest and Selenium Server to test some javascript code, and here is the problem:
I'm using the latest 2.11.0 version. When I tried to get firefox to work:
java -jar selenium-server-standalone.jar
and:
java ...
|
with this simple configuration:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="https://localhost:8080/" />
<title>basic</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<tr>
<td>open</td>
...
|
When a space is present as an option in the drop-down, getSelectOptions fails. See the code below.
assertEquals(" ,Half,3 Quarter,Full,1.5", join(selenium.getSelectOptions(
"//*[@id='xtolform_w[PRI][XTOL_BATH].fdeList[0].id']"), ','));
There is another part in our app ... |
So, I am trying to get my applet to run, however it keeps erroring out and saying that the selenium.jar file cannot be loaded. I have the correct path specified, so ... |
I always get this error whenever I try to playback a testcase in Selenium
[error] Permission denied for <http://www.facebook.com> to get property Location.href
|
I'm testing with Selenium webdriver using C#.
How can I log all JavaScript errors that could happen through my tests?
|