Selenium is an open source framework for testing web applications.
1
vote
2answers
165 views
Selenium Selenium.Core v1.1.4322 - XPath not working
I've got the following XPath expression's working in firebug, that returns the correct element(s):
$x("(//input[@class='intervalInput timeInput'])")
returns two elements.
...
0
votes
3answers
1k views
absolute Xpath is not working for Gmail login page
I have tested the Gmail login page and was trying to verify the Sign in label in the Gmail login page above the user name field. I am using FirePath to generate the Xpath. When I inspect the element ...
1
vote
2answers
256 views
Not able to identify tab in Selenium
Below is code for tab - account.This is third tab. I have to go on tab but I am not able to identify
<td class="buttons" nowrap="nowrap" title="Shows data of bank account"
...
0
votes
2answers
277 views
How to Automate Expand tree in Testlink since “XPath” is changing dynamically depending on the testcase
I'm trying to expand a tree of nodes with folder structure using XPath locators
selenium.click("//*[@id='ext-gen15']/li/div/img[1]");
but as the folder structure is not fixed and changes, so XPath ...
0
votes
1answer
50 views
How to make Selenium IDE prefer name attribute over id attribute while recording?
How to make Selenium IDE prefer name attribute over id attribute while recording?
This feature is needed when ids are auto generated by web framework.
-7
votes
1answer
47 views
Pre-requisites & Procedure to install selenium tool on Windows 7 Operating system?
I would like to Install Selenium open source tool in my pc ( windows 7 OS)
hence would like to know the procedure as well as pre-requisities .
Thank you
regards
venkat
0
votes
1answer
388 views
How do I get Selenium Server to launch Chrome on 64bit Windows under Jenkins with Selenium Grid?
I am migrating a Selenium server environment from Windows 2008 server 32bit to Windows 2008 server 64bit. Whenever I try to run a job with Google Chrome, I get the following error message:
Error ...
4
votes
2answers
367 views
Selenium Server and Windows Server compatibility
I want to run Selenium Server on a recent version of Windows Server so as to be able to test IE browsers as well as Firefox, Chrome, etc.
My choices for Windows Server are 2008 R2, 2008, or 2003. ...
3
votes
5answers
2k views
Handling browser level authentication using Selenium
I am automating an application which contains browser level authentication.
When I open the application, the browser performs basic authentication, i.e. it prompts for a username and password. How ...
0
votes
3answers
407 views
How to automate the action on a canvas object, when the canvas element has no name or ID in Selenium?
I want to automate the testing for a digital signature, which is a canvas element...Can anyone provide me with sample code, which could be used...I have tried, selenium.clickAt(), ...
0
votes
0answers
399 views
Why can't my Selenium Grid VM node get parameters from/register to the hub?
I'm trying to set up a Selenium Grid node on a virtual machine. I am using VirtualBox for the VM and Jenkins (with VirtualBox plugin) to set up the grid. When I try to register the node, I get the ...
3
votes
2answers
1k views
How do I resolve a “Lock file still present” error?
I've got a Perl-based Selenium instance running on my Win7 workstation. When I fire up a test script, I get an error "Lock file still present!"
Caused by ...
4
votes
3answers
1k views
Creating test cases for site registration using Selenium IDE
I'd like to know how you can automate the registration process for a site that requires a unique email address or username each time, using Selenium IDE. My only thought would be to insert an ...
0
votes
2answers
1k views
How to open multiple browsers using webdriver?
I want to perform multiple browser testing:
While working on a project i needed to open multiple browsers simultaneously using Webdriver script.
Does anyone have experience in implementing this ?
-3
votes
1answer
61 views
Considering automation parameters, which is better: relative Xpath or absolute xpath? [closed]
I want to perform automation (selenium) using Xpath. Which one gives better results?
1
vote
3answers
443 views
Unable to get focus back to child window
I have scenario where clicking on some link in parent window opens a new window, after performing the actions on the child window, iam unable get back focus on the parent window, I have used the ...
0
votes
2answers
862 views
Does selenium work with video?
I have some videos and i want to test their with automation Can you tell How does selenium work with video? How does he recognize it. I need to test if are videos on the page.
Thanks!
2
votes
1answer
93 views
How do I test that external CSS does not contain an absolute URL via unit test?
I have been given the task of validating that we do not have any http:// URLs in our CSS or HTML documents. I've created a selenium IDE test that looks at src & href attributes as well as script ...
3
votes
1answer
1k views
Need to assertValue of text input field based on data coming from a table td inner HTML (using storeText to store variable) in Selenium IDE script
In Selenium IDE, I need to call the command assertValue of an input field on data coming from a table <td> (which only allows storeText, not storeValue) from a different page.
Right now the ...
3
votes
2answers
2k views
Selenium IDE clickAndWait command not working for unique LinkButton control
How can I automate clicking this anchor tag with Selenium IDE (in Mozilla Firefox of course)?
I tried two different approaches, and neither one worked. Would it matter that this is in a popup window? ...
1
vote
1answer
309 views
How can I automate in Selenium IDE for email activation link?
In the send invitation process, the user will get a link in his/her inbox. When the user will click on the link, it will ask for a password and confirm the password.
How can I automate it with ...
16
votes
3answers
520 views
Are Selenium functional tests reliable enough to be worthwhile?
I'm finding that regardless of how solid my tests scripts are, I still have tests that fail (falsely), even though they worked just fine before. I'm not talking about if markup changes (although that ...
0
votes
2answers
640 views
FlexWebDriver does not work with YouTube under FireFox?
I want to make a script that plays all videos of YouTube channel and perform player settings and return status.
Execution of the following command does not create any error on java stacktrace but, ...
1
vote
3answers
1k views
How to select or check multiple checkboxes in Selenium?
I've got this HTML code
<input type="checkbox" value="abc" name="arr[]><br>
<input type="checkbox" value="abc1" name="arr[]><br>
<input type="checkbox" value="abc2" ...
3
votes
2answers
3k views
Solving “SeleneseTestCase is deprecated” issue
I'm working through the "Selenium Simplified" book just to really gain a solid understanding of Selenium and Java. I know the basics of Java, but this one is frustrating me. I must be missing some ...
3
votes
1answer
111 views
How to share my test scripts with other stakeholders?
I have written Java automation scripts using Selenium WebDriver in Eclipse.
I uploaded everything to GitHub.
Here my questions are:
How can my manager/colleague execute these scripts in his or her ...
3
votes
2answers
965 views
Firefox browser launches blank when the tests via Selenium
I have created a simple test that launches browser and calls a URL. This works fine in IE but when I select Firefox (FF) browser it opens blank. See the code snippet below.
The issue is similar to ...
2
votes
2answers
175 views
How to know the count of lables or fields in a particular screen using Selenium IDE
Is there any way to find the count of fields or lables in a particular screen using selenium IDE?
3
votes
4answers
2k views
Downloading a file in Internet Explorer through Selenium
I have to automate a case in which I have to download an Excel file using Selenium IDE.I have done this in Firefox by using custom profile feature which automatically downloads file and saves it into ...
0
votes
1answer
2k views
Using Selenium scripts with JMeter for load testing
I'm facing an untraceable problem in creating a 50 users load test on a JSF web application.
The approach that I'm following is this:
Writing a test script in Eclipse using Selenium RC API.
...
5
votes
3answers
2k views
Is Selenium the right tool for browser compatibility testing?
I have been seeing a lot of customers pushing for browser compatibility testing using Selenium. Was wondering whether this is really necessary. The push is mostly due to Selenium grid supporting multi ...
1
vote
1answer
1k views
Click event in Selenium webdriver is not working [closed]
I tried everything: click, send, etc.
Below is my code:
WebElement element = ((WrapsDriver) selenium)
.getWrappedDriver().findElement(By.xpath(LOGOUT_XPATH));
element.sendKeys(Keys.ENTER);
try {
...
0
votes
1answer
496 views
How to access sitemap tree child node navigation link using selenium webdriver [closed]
The website I am trying to automate can be navigated by using sitemap tree.Now in order to access the child nodes from selenium I wrote the following code:
IWebElement menu = ...
0
votes
1answer
128 views
Selenium RC is out dated or still in the market after selenium 2.5 release?
I am writing a training course for Selenium automation testing. I am a bit confused comparing Selenium RC to Selenium2/Webdriver, since the latest release of Selenium2/Webdriver has all of the ...
2
votes
1answer
850 views
How to instantiate a .NET FirefoxDriver when FF is installed in non-default location?
My Firefox 5 is installed not at the default location. So, I tried with the following to create a FirefoxDriver:
private IWebDriver driver;
[SetUp]
public void SetupTest()
{
var ffBinary = new ...
1
vote
5answers
1k views
Cannot locate button with changing ID in Selenium
I am working on a project where I have to locate a button. I have used XPath for that, but the button's id changes on every refresh, so I am facing a problem with that. Below is a HTML excerpt. Let me ...
0
votes
1answer
164 views
How to assert values on a page opened by a link on another page?
A link on page 1 opens a new page "receipt page". It contains only text values. I need to assert or verify values on the receipt page to ensure that this is the correct receipt.
After executing the ...
1
vote
1answer
152 views
How to create shortcut to run Selenium script?
Is it possible to have some kind of shortcut (probably bookmarklet) to run specific Selenium script?
While developing webapp I'd like to have a possibility to quickly run specific Selenium script to ...
-3
votes
2answers
325 views
Outlook Mail testing
I want to know how to use outlook to test mails (the mail has a link that needs to be clicked to approve or deny the request). How do I write this in Selenium Webdriver in c#. I am quite new to ...
4
votes
4answers
2k views
Selenium.click not working on some anchor elements
The application that am working on was recently revamped and as part of that a new JQuery calendar was introduced. I need to click on a link in the calendar to select the time and date. However, ...
14
votes
11answers
7k views
Under what circumstances is Sikuli better for test automation than Selenium or Watir?
The Sikuli website says:
Sikuli is a visual technology to automate and test graphical user
interfaces (GUI) using images (screenshots).
Under what circumstances is Sikuli a better technology ...
0
votes
1answer
281 views
Can Siebel be automated using Selenium? [duplicate]
Possible Duplicate:
does selenium support testing siebel application?
I am accessing Siebel using IE browser. Will I be able to automate my functionality in Siebel using Selenium? If yes, ...
3
votes
4answers
1k views
Running Selenium tests as a scheduled task
I'm trying to run a Selenium WebDriver script written in Python on a Windows 7 64-bit box as a scheduled task.
The test works pretty well when run as a batch file from the command prompt, but when ...
6
votes
4answers
11k views
What is the correct way to select an <option> using Selenium's Python WebDriver
I would like to select an <option> child of a <select> using the Python WebDriver.
I have a reference to the option WebElement I wish to select and have tried select() and click() methods ...
1
vote
1answer
188 views
Selenium not recognizing actions on JavaScript-generated page
O hai SQA, first post here.
I just started using Selenium a few days ago. However, I'm a little stumped getting it to work with one of my projects.
I have an HTML file containing a collection of ...
0
votes
0answers
40 views
Selenium RC Type command not working on IE10 [duplicate]
Possible Duplicate:
Does Selenium RC support IE 10 and windows 8 yet?
I am trying to run my script with "type" command against IE10 but it returns "element not found"
I have tried the ...
-3
votes
1answer
342 views
What are the advantages of web driver over selenium RC?
Please provide answers in detail, So that we could clarify that which one is to choose, Web driver or Selenium RC.
3
votes
1answer
172 views
Selenium testing using checksums of html
I am new at selenium testing and am writing a bunch of tests for a webpage that relies heavily on javascript user interaction.
At first I wrote a lot of assertions of the style
If I press button ...
3
votes
3answers
2k views
Drag and drop using Selenium IDE
How do I drag and drop an object from one grid to another in the same page using Selenium IDE. This is a web page, and it is designed in ExtJS. Please help me out doing this using the IDE.
0
votes
2answers
2k views
Running WebDriver tests in parallel using testng.xml
I'm trying to run WebDriver tests in parallel using testng.xml. I'm able to run testng tests in parallel by using parameter parallel="tests" but running with following paramters, "methods", "classes" ...
