The page I am trying to test sets the value of "global variables". From the Firebug, I can access those as properties of the window object (e.g. window.foo).
From Selenium however, typeof ... |
I wrote test case to click on download button. How to go to download confirmation pop up window and select save or open option, and click ok and come back ... |
when I run my test in selenium, the newly opened firefox window is opened without my installed addons like xpathchecker.
Is it possible to setup selenium so that it will use ... |
Excuse me, may I ask if any one have tried to use selenium rc to do UI test for Inernet Explore 7 under window vista?
I have tried to do that. But ... |
I added this code to my web page:
<input id='argh' type='text' onfocus='this.value=7'>
Unless the browser window is active, the focus event does not seem to fire (using the 'focus' command) from Selenium:
# [info] ...
|
I am using Selenium Remote Control and I hate when it starts running the tests when the actual Firefox window is so small. I want it full screen so ... |
I am new to Selenium and just started to use it. I want to open a new browser session in a different window from my script and do not know how ... |
|
My webpage submits information to a page and the response returns a popup window. Does anyone have an idea about how I can validate the information in the popup window?
Popup window ... |
I am using Selenium to conduct user interface tests with JUnit, in a Maven project. The project is located on a Linux box running IEs4Linux and Wine to allow us to ... |
Is there a way to maximize the browser window using WebDriver (Selenium 2)?
|
I am using browsermob and selenium for creating scripts to run on a site. I am trying to grab all of the elements on the page with a certain name. My ... |
Sorry if this has been asked and answered. I did a search but came up empty.
|
I've been playing with Selenium lately, trying to create tests for an IE only application. Things were progressing (though slowly as without the recorder plugin I had to resort to trial ... |
Is there a way to specify where Selenium RC spawn the browser window? When I run my test script, Selenium RC opens 2 windows in the browser, the Selenium RC window ... |
I'm using C# with Selenium 2.0 / Webdriver and I'm trying to simulate a double click on a table row that opens a new browser window.
I have two problems:
- After locating ...
|
So, using Selenium, I want to test links on a page and see if they open a new window. They are NOT javascript links, just a basic href "target=_blank".
I want ... |
When I run test in Selenium 2, I end with selenium.close(); selenium.stop();. In previous version it closed both the windows with tested application and ... |
Some months ago, I wanted to know how to click on a particular link in a page by its name, no the XPath:
Selenium IDE: Click on a particular item by ... |
I tried resizing the window but unable to re-size the windows explorer through Selenium RC . If i resize the window the objects under the frame should also gets resized . ... |
I have been using Selenium RC 1.0.3 to run some functional tests for my AUT. All these days i have been running the tests on Windows with various browsers and Safari ... |
I am having an issue with finding a popup window in some selenium test code. I am looking at the screen on the test runner and there are two IE ... |
I wanna close the pop up window (known window name), and back to the original window.
What shall I do?
If I can't get a constant of the close button in window. ... |
In my application some of the pages doesn't have titles, just displaying "Mozilla Firefox" and I want to do some operations on that page.
I tried to get the titles using selenium.GetAllWindowTitles(), ... |
I am not able to handle Iframe popups. In my application when i click on some buttons or link then open iframe pop up. activity which i do on that iframe ... |
I'm trying to create some web test with selenium IDE. But I have one problem when I click on a javascript link it opened a new tab. I need perform some ... |
I currently have a test in Selenium IDE that I recorded to click a link that makes a popup. When the test case plays back, it won't detect the window. If ... |
Here is my piece of code it is not working.
|open | http://www.google.com | |
|type | q | selenium ide fourm |
|clickAt | btnG | |
|openWindowAndWait | http://seleniumforum.forumotion.net/ ... |
When I execute multiple test simultaneously, i don't want to keep firefox browser window visible.. i can minimize it using selenium.minimizeWindow() but i don't want to do it.
Is there any way ... |
I'm using Webdriver, Internet Explorer 7 and Windows Vista.
When I click on a link that opens a new window through a JavaScript function using window.open(url), the window opens but instead of ... |
Iam m testing with Selenium-rc 1.0.3 and I am getting a permission denied error message in IE when I run my IDE script from the command line
I am trying to run ... |
I know I'm probably in a small minority, but I have to use my machine at the same time my tests are running. The thing that always gets in my way ... |
When I click on Search button new pop window is opened, in that window I want pick the particular link.
If using below command its hard coded because I want take ... |
I'm new to selenium, i'm trying to do basic programming for login page, when i enter a wrong password i get pop up box saying invalid password or username with ok ... |
Hi all:
I know many questiones have already been raised relating to how to catch pop-up windows using the Selenium.
Actually, I know to the key API slectWindows in handling pop-up windows. But ... |
I need to create a following testcase in selenium and seek help
1.Open a site http://foo.bar in browser
2. log to site
3. select some content and store in ... |
Using Selenium RC (.NET client & server v2.0b3 with Google Chrome) and using selenium v1 instructions (not webdriver), I'm trying to automate the following behavior:
Scenario:
My main window has a list of ... |
I need to open a popup with parameter
here am using,
selenium.click("img_id")
selenium.open("http://www.olio.combankcustomerlist.action?bankId=116&branchId=33&customerId=1&readOnly=false&display=5")
I want to pass these parameters also
When i use this: selenium.click("img_id")
I am getting http://www.olio.combankcustomerlist.action?bankId=116&branchId=null&customerId=null&readOnly=false&display=5"
Branch id will be null,
How can i ... |
I am testing an application to test that must run in Selenium's single window mode. Multi window mode is not an option.
The problem is Selenium's frame takes a big chunk of ... |
While trying to put focus on new page using title. I am receiving below error.
I did not find any id or name in source code.
Error
Exception in thread "main" com.thoughtworks.selenium.SeleniumException: Unable to ... |
Hi can any one please help me with this script please.
I cannot run a test case for pop window with selenium IDE.
here is the following script i am using to run ... |
HI,
I am using Selenium IDE for recording test cases. In a particular test case, I need to work on two windows simultaneously but the selenium IDE does not record when I ... |
This question is about the Java API of Selenium 2 RC2, used with Firefox 4.
Let's say i have a WebDriver instance open and made some interactions in that browser window, like ... |
I click on save button which is on a pop up.
After that pop is closed and main window is refreshed.
But won clicking on save button on pop up through selenium automation ... |
js gets downloaded to browser cache.
js contains functionA that constructs the url and calls the window.Open to open the url.
i call the functionA to open the window.
selenium doesnt detect the ... |
I can open new tabs with openWindow(url,windowID) in Selenium(Java) but I can not switch back to them. I have tried with selectWindow and selectPopup but nothing happened. I have studied that ... |
I'm writing a testscript in selenium 2 that takes a screenshot of a popup. The popup window is a pdf.
After clicking the link, I'm using the code
try {
File scrFile = ...
|
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 ... |
Issue is once the new window is spawn test hangs after the line waitForPageToLoad(3000) and finally times out. Once the test hangs if i manually fire some event in parent window ... |
Selenium, how to open a link in new window?What I want to do is automate what we do manually by "right click->open in new window".I am aware how to switch to ... |
Can i send KeyStroke in Selenium in Java without using a locator?
I want to send KeyStroke to WebBrowser itself, because I don't know element (and its locator), to whom I must ... |
Test Environment - Working on writing tests in Selenium web driver in C#.net. And running them via NUnit.
TheĀ baseĀ url - http://localhost/OnlineTest/login.aspx
Inside of this there is an iframe, inside of ... |
is it possible to close print pop up window using selenium..
Scenario is, on clicking print icon a pop up opens with preview and on top of it MS Windows Print ... |
I want to get focus or select an window which pop-up's on click to the link and the link has following tags in html
<a target="_restaurant_50" href="/impersonate/50">View Dashboard</a>
if i put window name ... |
I am new in selenium and trying to learning. I am creating a script and I got stuck here, I want to store a dynamic value from text message on web ... |
I'm using the WebBackedSeleniumDriver (selenium client 2.4.0). Let's say somewhere on the page being tested there is a call
storedVarsWin = window.open('about:blank', 'storedVarsWin');
From Selenium (using the Java API), how do I ... |
Recording a test with selenium IDE it sees the window name as popUpWindow.
Playback doesn't find the window.
Firebug shows the window.name=""
Chrome shows the window.name="popUpWindow"
Anyone else seen this behavior? Any idea how ... |
I am trying automate Microsoft Dynamics CRM application using Selenium RC, I am unable to handle the modal(child browser) windows. Every time Selenium clicks to open modal window ( selenium.selectWindow("windowName")) I ... |
When using only Selenium server it was possible to run the tests in the single browser window with the setting
-java -jar selenium-server-standalone-2.2.0.jar -singleWindow
When switched to grid 2, -singleWindow parameter is ... |
I need to find the GraphicsDevice (e.g. the physical monitor) where an external process has opened its window. To grab screen shots to catch changes WRT older versions. We're talking ... |
In my selenium script, I click a link (that is inside a frame or something generated so that a search through the source doesn't return it), which sends me to a ... |
I want to know how the selenium selectWindow selects the window is it according to session. i.e. If I have two sessions in parallel and both the sessions are selecting pop-up ... |
I am trying to select a newly-opened window using Selenium, and the select_window() method requires its WindowID.
I have tried using the window's title, as other places have suggested, and turned on ... |
My Selenium Java Webdriver tests are failing when they start if I don't click on the browser page that is being opened...
The following crash is caused from an ElementNotVisibleException, obviously.
This was ... |
I am automating my project using selenium RC-Java-Eclipse, though am new to it.
I have 2 tabs in my application, one to enter details and save it, 2nd will open up a ... |
I am doing web automation through selenium c# scripting. In a page when I click a Browse button a File Upload Window gets opened. The selenium cannot handle the ...
|
I m using selenium webdriver, IE 7, Windows XP. When using web driver to click on a button that opens a new window, intended screen is not opened. New window ... |
I am trying to automate web based application (asp.net) through selenium web driver.
Web application has login page and once I log in, I need to click on a button that ... |