Tagged Questions
0
votes
1answer
17 views
How to run Selenium browsers in the background in windows
I'm trying to click on a javascript button in this site(its the search button on the left):
http://www.amadeusepower.com/trek/portals/trek/default.aspx?Culture=en-US
I couldn't find a way to click on ...
0
votes
0answers
181 views
Selenium Element Cannot Be Scrolled Into View: (34). Using NUnit, C#
Getting the error from the title when attempting to click on an <a> tag in a regression test script. I've researched the issue here: Selenium::WebDriver::Error::MoveTargetOutOfBoundsError: ...
0
votes
1answer
97 views
How to select radio button using selenium
I am trying to click this radio button using selenium and python.
<input type="radio" name="tweet_target_1" value="website" class="tweet-website-button radio-selection-validate serialize-me ...
1
vote
1answer
92 views
Selenium IDE: How to detect menu item that has a dynamic ID
I am working with Selenium IDE to perform some test case recording and automation with Firefox. In my current test case, I need to click on a specific menu item. This menu item has its id dynamically ...
0
votes
2answers
97 views
How to get a specific frame in a web page and retrieve its content
I wanted to access the translation results of the following url
...
1
vote
1answer
319 views
Selenium IDE get stuck in popup window javascript
I am brand new to selenium ide using fire fox. I am trying to test a calender which is a popup html and i read a lot of things and mostly said that I need to write "javascrtip select element ..." ...
0
votes
1answer
90 views
Is there any way to use class and title in Selenium IDE
So, I tried using XPath, but that keeps changing, and I tried using CSS, but for some reason, the click doesn't work. What I want to do is click on an element. I have the Class and Title of this ...
1
vote
3answers
306 views
Selenium click doesn't work but mouse does
Can anyone explain why/how in Selenium IDE, for an item I want to click on, the click doesn't work, however using mouseOver, mouseDown, mouseUp and mouseOut on the same Target does work. I have even ...
0
votes
3answers
98 views
Selenium fileupload path format issue
I'M trying to upload a file via Selenium IDE, the path is the following:
driver.FindElement(By.Id("fileupload")).SendKeys("C:\\Users\\myuser\\Documents\\Visual Studio ...
0
votes
0answers
112 views
selenium perl cgi / jquery popup testing
I have a cgi popup window (using jquery) that is used to update several fields on the main webpage. It uses the window.opener to find the parent window.
...
-1
votes
1answer
33 views
How can I get the full execution time of a testcase?
From start to the end of a testcase in Selenium IDE - HTML.
What command/target to do is useful?
Please give an example?
0
votes
3answers
213 views
Selenium: clicking - div within a div
I have this:
<div class="dhx_toolbar_btn def" title="">
<div>Interface</div>
</div>
and was wondering how I would get Selenium to click on it, as I tried this:
...
0
votes
2answers
196 views
Selenium Test Case/Suite
My Selenium Test Case and Test Suite is not working properly, for some reason when I play each test case seperately, it works, however, when I play the whole thing together, it says: 'Element ... not ...
0
votes
2answers
133 views
Recording a search function with Selenium IDE
I want to record and test the search funtion on my website.
When I test it manually and tip something in it works. For example: I want to search the word "title". I start tiping "t", then "i", then ...
0
votes
0answers
51 views
Selenium IDE error navigating webpages
I'm using Selenium IDE and Selblock to automate data entry (and later collection) on a webpage. Specifically, on the webpage http://www.mirbase.org/search.shtml, I'd like to read in an XML file line ...
0
votes
0answers
172 views
Failsafe html reports in Jenkins
I have some integration tests (with Selenium) which are run with failsafe maven plugin. Failsafe generates XML reports files only.
1) I want to generate HTML reports
2) I want to have a link in ...
2
votes
2answers
108 views
Using XPath to select element with highest z-index
In my Selenium application i try to select an element which has the highest z-index. That value is not defined in the element itself, but on an ancestor node (the nesting level is not known). In ...
1
vote
1answer
52 views
How to store the information in a 'NoType' HTML element in Selenium - Python
I'm trying to take some information from an HTML element using Selenium - Python, and I'm unsure on how to save it. I'm kind of new to programming, but literate enough to where I know how to write ...
0
votes
1answer
291 views
Selenium IDE - Javascript Alert, press Enter, which target to use? [duplicate]
I'm trying to create some simple textcases with Selenium IDE which works quite well so far.
There's a problem with recording testcases which include a Javascript alert since Selenium doesn't support ...
0
votes
0answers
61 views
how to get Reporter.log error messages in background-red and font-white
Right now I am using the code like
Reporter.log("NO ELEMENT PRESENT in " + this.getClass() + " on "+ Thread.currentThread().getStackTrace()[2].getLineNumber() +": " + element + "");
I took ...
0
votes
2answers
117 views
Selenium - how to have a script use an ajax control drop-down
I've been using Selenium with the product for a while.
Regular HTML pages, forms and javascript are working well with it.
Our developer just added an AJAX drop-down menu.
I can't 'record' that with ...
0
votes
1answer
156 views
capture tooltip of a button using selenium
Am a Selenium beginner. have no idea as how to capture tooltip from the following html code.
this is the structure of the html:
<a id="aui_3_4_0_1_2236" title="Graceful shut down of the ...
-2
votes
1answer
95 views
Test HTML code using selenium with Java
I am not sure how I can write code in java to test HTML code.
I have to match several strings on HTML page. My HTML page looks like
name: xyzfoo
standard: 5
division: C
But all this is hardcoded ...
2
votes
1answer
134 views
Testing for a string in a particular element node
in PHP Unit (using Selenium Server) i'm trying to check if a particular element node in xpath has a certain string value, for instance
<table>
<thead></thead>
<tbody>
...
0
votes
2answers
371 views
Selenium WebDriver findElements() Fails on Single Quotes
My goal is to parse a block of HTML code like below to obtain the text, comments and replies fields as separate parts of the block:
<div id='fooID' class='foo'>
<p>
This is the top ...
0
votes
1answer
47 views
Can I fill_in a field, if it is wrapped in (display:none)?
Is there a way to fill_in a field that looks like so...
<span id="you_cannot_see_me" style="display: none;">
<input id="hidey" name="hidey" type="text" value=""> ...
0
votes
0answers
185 views
how to select Menu and submenus using selenium in firefox
Below is mentioned HTML source for menu and sub menu,
i want to click on sub menu.
how to do that using selenium Webdriver.
below is HTML information of page.
<div id="topnav" class="row" ...
0
votes
1answer
49 views
How do I click an image without an ID, running a dynamic numeric process?
I need to automate the deleting of a file for clean up purposes
<img src="/images/delete.jpg" class="pointer" alt="delete" title="delete" onclick="DeleteThis('[stable number]', '[dynamic file ...
1
vote
2answers
575 views
Selenium WebDriver and Highchart testing
I know this question has been asked before on S.O. and other websites but I haven't found a definite answer -- most of them say its not easily done but I wanted to make sure that was the final ...
0
votes
2answers
389 views
How to get GWT textbox value from selenium webdriver?
I'm trying to test my GWT application using selenium, the html generated by GWT Textbox is shown as below:
<input type="text" class="gwt-TextBox" >
No value there, but from UI i can see the ...
0
votes
2answers
311 views
Displaying table data from page using find_element_by_xpath (Selenium, Python)
I am trying to figure out how to use the find_element_by_xpath() to find table elements on a page and display or print them.
Here is the snippet of the page info:
<tbody ...
0
votes
1answer
318 views
How to use random input in Selenium IDE using HTML?
I want create a script in selenium IDE using html. I am not able to set the random/auto generated input in any field(Ex: email address, text, numbers, etc.).
Or I want to increment the input value ...
0
votes
4answers
261 views
What are some alternatives to Selenium?
What are some web UI automation frameworks available out there?
I know about this question, but it was asked 3 years ago and things have changed a lot since then. I just wanted to find out if the ...
0
votes
0answers
35 views
Selenium Test Fails when Reverse proxy is between web app and Selenium
Setup: Selenium (2.28.0) is used to test a web app behind a reverse proxy server and app itself is protected by CA Siteminder.
Test fails inconsistently at different locations.
Whenever test fails, ...
0
votes
0answers
126 views
Store dynamic data in selenium
I'm doing a series of tests, and I need to be able to store dynamic data that does not seem to have an assigned variable.
Here is what I need to do:
go to guerillamail.com (or similar short term ...
1
vote
1answer
181 views
How do I send_keys a down arrow in capybara
I have a special listbox that I could automate best by sending a down arrow and pressing enter.
I can press enter like so:
listbox_example = find(input, "listbox-example")
...
0
votes
3answers
62 views
How can I reference the following html elements using java and selenium?
I want to access the following elements with the only indicator of value using java.
All the text values identified with option value, under name="txnSource", are selections that can be made from a ...
0
votes
1answer
112 views
How do I find an element nested in I-frames?
I wish to test the body of an email.
It uses a FCK editor sitting 3 i-frames deep.
<...name="fancybox-frame"...>
<iframe>
<iframe>
<body>H E R E I S ...
0
votes
2answers
194 views
how to get body holding the content of iframe in java
I am working to fetch data which is under iframe tag.I want the data under body tag.But I am not getting proper output.Here is my HTML page looks like as follows:
<iframe id="sharetools-iframe" ...
1
vote
5answers
190 views
Selenium, unable to browse and update files
I am doing an automation using selenium, I need an html code to click on the browse window (marked 1) and select the file (callform.txt) and update to the source filelist path
2
votes
4answers
152 views
Is it good practice to give html elements id attributes that are only to be used for testing purposes?
Suppose I have a form like so:
<form action="/foo" method="POST">
<input type="text" name="username">
<input type="text" name="password">
<input type="submit" ...
0
votes
1answer
115 views
Junit <junitreport> tag generates invalid HTML files for Selenium tests
I am using ANT to generate Selenium HTML reports, and publish them in Jenkins with the Selenium HTML Report plugin. The report plugin gives IO exception due elements not being closed in the HTML ...
0
votes
0answers
65 views
How can I use the contains() function in my xpath correctly?
I have the following xpath:
String button_selection_xpath = "//div[@aria-labelledby='ui-dialog-title-dialog-add']/div[@class='ui-dialog-buttonpane ui-widget-content ...
2
votes
2answers
275 views
Using both text and position within Selenium getattribute()
I'm trying to build up a framework for tests using Selenium for a website that has an ADF generated Tree. The tree ends up with the structure of
<table>
<tr>
<td>
<div>
...
1
vote
1answer
107 views
How can I verify the text in a pop-up window through Selenium 2?
I'm trying to write an automated test that will set the boolean result to 'true' once the pop-up displaying 'The promotion was successfully executed' message is received.
<div ...
1
vote
1answer
118 views
Selenium + Ruby - Selecting Onclick in Outlook
I am trying to select this.
<td colspan=2 align="right" class="txtpad">
<input type="submit" class="btn" value="Sign in" onclick="clkLgn()"
onmouseover="this.className='btnOnMseOvr'" ...
0
votes
1answer
226 views
webdriver hangs on closing iframe popup
I have a page where a popup is created through iFrames.
I use switchTo().frame("LookupWindow") to switch to the popup.
I then successfully enter some text and look up a value
Once the value is ...
1
vote
0answers
276 views
Selenium IDE select window without href or url
I am new in Selenium IDE. I try to select a PDF that opens during the test, but it doesn't work. I'am testing a Webapplication that is written on JSF and so includes some Java-Methodes/Classes.
I want ...
3
votes
2answers
464 views
Assert element color in Selenium IDE
I'm trying to setup a test automation that will assert an element color when clicked. However, I couldn't find the right way to do it. I'm a selenium newbie, I have tried every possible way to do it ...
0
votes
1answer
287 views
How to I click the right day on DatePicker in selenium?
I meet a problem with selenium test like this: I have a page with the date picker to select the date. My test must click on the right day (ex: 14/2/2012). Unfortunately, the date picker is created by ...
