0
votes
3answers
31 views

Check if login was sucessful with Selenium

Im just getting to grips with Selenium, and have made a simple login script using the Firefox IDE, what i now want to do is check that the login was succesful, the simplest way i could think of doing ...
0
votes
0answers
26 views

Selenium IDE: How to set window focus?

This should be a no-brainer but I just can't find a solution. Here's my problem: I try to automate Replicon Timesheets with Selenium IDE (under Ubuntu 10.04 as well as under WindowsXP) and my script ...
0
votes
0answers
16 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 ...
2
votes
3answers
4k views

Selenium IDE:Opening in new tab and shift focus to new tab not working

i have stuck in one point in selenium ide the scenario is like this Login----- go to dashboard page--------- mouse over any menu on the top navigational bar---- on mouseover sub menu will appear ...
0
votes
2answers
37 views

Selenium IDE not detecting the id

I am trying to run a test recorded using selenium IDE. The following html is generated by the IDE <tr> <td>clickAndWait</td> <td>css=span.blt-txt</td> ...
0
votes
0answers
118 views

Click button in Mozilla alert using selenium IDE

I am new to selenium ide. I am facing a problem to handle an alert dialog box in the Mozilla browser using selenium ide. Scenario: When I click on a link on my web page it navigates the user to a new ...
0
votes
6answers
3k views

Selenium: Exporting test results

When running test cases in Selenium IDE I see that each step result is logged in the Log tab. Example: # [info] Executing: |store | //html/body/div[3]/table/tbody/tr/td[3]/a/img | | # [info] ...
1
vote
5answers
12k views

how to repeat Selenium test script forever

I need to re-run my Selenium test script for unlimited number of times (infinite loop) - how I do that and what language should I use ? thanks
0
votes
2answers
40 views

Selenium: How to verify a word in a string inside a variable?

I'd like to know how to verify if there's a word inside a string (using variables). For example, I have a variable called options that has a string "test,test2,test3" (without quotes) inside it. I ...
0
votes
1answer
21 views

seleniumIDE - how to store a hyperlinks address and then visit that URL? Was working before

I had this working fine a couple of months ago but now when I run the test it fails and I don't know why or how to fix. Background: I have a screen with several links so that the 'admin' user who is ...
0
votes
1answer
43 views

Verify Text on Selenium IDE

I'd like to verify some text on a webpage but seems that Selenium IDE is not finding it. I want to find the word "AMS" on a page, and I'm using like this: command: verifyTextPresent // target: AMS ...
0
votes
2answers
593 views

Running Selenium tests in Jenkins

I have recorded some simple selenium tests by Selenium IDE. Now I want to run those tests in Jenkins. Which plugin to Jenkins do I need to do that? And how to run the tests step by step? Help is ...
0
votes
1answer
98 views

Using Selenium IDE how can I mouseover elements in bootstrap scripted UIs?

I am trying to use mouseover to hover over an element in a site using Bootstrap (I've tried with buttons, or simply img classes) but no luck. Here's my element that I want to mouseOver on for which ...
1
vote
2answers
666 views

Selenium IDE and what all loops can be used

Can we have for loop in SIDE? if yes can any one please. Thanks, Nit
0
votes
2answers
40 views

What's the best language to write Selenium Tests?

I'm thinking of using Selenium IDE for automate testing of a web app. My question is what is the weight of selecting a programming language for test case writing? I'm not worried about ...

1 2 3 4 5 32
15 30 50 per page