Selenium Remote Control - Answer to UI level functional test Web automation

learn more… | top users | synonyms

0
votes
0answers
13 views

Selenium: Element not found on session

I am using Selenium RC Java. Req: To click print all links in a page which ends with '?product=' and then click one by one. The links doesn't have IDs. Therefore I am using XPATH. Please check my ...
0
votes
0answers
2 views

waitForCondition for checking if quantity of rows in the table is increased

I need to check if element is present on the page, but I do not know exact html of this element. I want to use waitForCondition method. Element is new record in the table, I do not know exact quantity ...
0
votes
0answers
22 views

using C#, selenium RC and xpath - can I get text of all links on a page

My goal is to get a count of all links on a page and then loop through that count and get the text of all links on any given page. I'm also using C# (in visual studio express). What is/would be the ...
0
votes
0answers
22 views

Invalid length: Content-Length=9358 written=8192 for http://go.aboutone.com/

I have recorded script in Selenium IDE and want to run through Selenium RC. I have a Login which redirects to Dashboard after success. When I run the script through Selenium RC, it passes to Login ...
0
votes
0answers
19 views

Not redirecting to next page

I have recorded the script in selenium ide and it is working fine with it. I have a login form, after successful login it should redirect to dashboard. But when I run through Selenium RC it is not ...
0
votes
0answers
7 views

Selenium RC:Method call for commands

Being at begineers level,for Selenium RC and development...I have the below query Using Junit at my end The below commands as observed check for text assertEquals("An Appeal to passengers", ...
0
votes
1answer
40 views

How to Run the junit+selenium tests in order

Hi I am new to JUnit testing. I run my JUnit program having selenium code it doesn't run from top to down, it runs randomly. However i want to execute the program in order, functions like login, ...
0
votes
1answer
40 views

How to ignore children classes when extracting text from a class using Selenium in Python?

I am trying to extract the text from a class on html page using Selenium in Python. While doing so, my code is also extracting the text from its child class. Below is the code I am using: ...
1
vote
1answer
74 views

Selenium RC: “waiting for window 'null' local frame 'null'”

I am totally at a loss here, trying to run a minimal Selenium RC style test. The issue I'm experiencing has been described by a lot of users on the web but none of the widely varying solutions solved ...
0
votes
0answers
38 views

i can't get elements from page resulted of selenium.click()

i click on link1 in page 1 and it result to open page 2. but when i try to getelement from page 2 , selenium meet the problem or return same element from page 1. who can i get element from page 2? ...
0
votes
0answers
19 views

Selenium htmlsuite report is not created

I stored all my test cases with test suite in the following path in my machine. /home/mrblack/gtest/* I run the following command in my terminal everything is working fine. But, the report file is ...
0
votes
2answers
61 views

How to verify if Tab on Web Page is selected using Selenium RC..?

How to verify if Tab on Web Page is selected using Selenium RC I wanted to one very simple thing. Does anyone know using selenium RC Python Client how I can know if a Tab is selected on web page? By ...
0
votes
0answers
40 views

How to get the background colour of an element in selenium RC..?

I have tried the following both the codes, but did't get the solution selenium.isVisible("xpath=//html/body/header/ul/li[3]/a"); selenium.getAttribute([email protected]); In my ...
-1
votes
0answers
93 views

Unable to open a page in Selenium RC [closed]

I am using Selenium RC (Java bindings) for test some URLs in Virustotal.com and I have a problem: After some URL testing in Virustotal, the program was stopped with this exception: Exception in ...
1
vote
0answers
35 views

How to click upload button in selenium rc using Google chrome

I have written the code for upload image using autoit tool. Its working fine firefox browser. i tried to execute same thing in Google chrome by changing the browser to *googlechorme. But i am unable ...

1 2 3 4 5 81
15 30 50 per page