When running selenium tests through Selenium RC in Firefox 3, the instance of Firefox that launches to run the tests in always displays images even though I've setup Firefox 3 to ... |
I have an app in which the user can change the background image of their profile page. Therefore, I wasnt to assert that, when the user changes the image, the image ... |
I am using selenium for testing my application.
In my application there are 5 buttons, each have a different image associated with it.
I want to click on button which have a specific ... |
I'm executing selenium tests with testng, that are started on a remote system with Selenium RC via hudson (with ssh connection). The remote system is windows xp with MKS Toolkit ... |
With selenium can one run a test which check all images on a current page if they contain ALT attribute and report images not having it ?
|
Is there any way to capture flash images presented in web sites using selenium ide or RC?
|
I am new to Selenium and coding. What I am trying to do is click a dynamic link. Here is the scenario.
I have to find a dynamic link in ... |
|
I have to write a Selenium test and I need to get an element by the src as there is no ID for it.
How do I go about doing something ... |
I have a page that I want to check with selenium that uses a certain background image for one element. I want to ensure that this image still exists on the ... |
I'm creating a suite of Selenium tests for an web album application. I would like to test whether an image is actually displayed (it contains valid image data). Is such thing ... |
|
I'm struggling to write a xpath which will help me finding image for popup.gif above based on known td element name, such as in this case "one" and "two".
|
Below is the code, and the imd id is randomly generated. i want to click on the image to remove a data in the grid. but note, this image is present ... |
I'm working on a project that generates dynamic images (like the content of the actual image changes depending on the parameters sent with the URL). Following in the TDD ways I ... |
With Jcrop one can select parts of an image to crop it later on serverside: http://deepliquid.com/projects/Jcrop/demos.php I want to test this with selenium. Can i somehow tell the browser ... |
My query is that - I have my images on webpage- a logo or say navigation bar i can store as an image. Can i test using selenium presence of these ... |
I have an app very similar to Google/Yahoo map.
I search for a location and it is displayed on map.
When I see html of page, there are many segments and all of ... |
I am using selenium. ( i am using Firefox and IDE). My testcase is to test whether Color of toolbar of my webpage got changed or not?
using the selenium IDE it ... |
Hi im new to Selenium and c# so i've hit a dead end. I need to know how to check weather an images src file exists or not. When ... |
I have a website that contains a "div" element. Inside this "div", an "svg" element exists, which is generated by the JavaScript library "RaphaelJS". Furthermore, I have instructed RaphaelJS to create ... |
How to count images in specific div using testNG + selenium rc of web page.
|
I am trying my hand at selenium framework to automate some functional tests. I have a login page with a submit button coded as below:
<input type="image" id="loginBtn" value="submit" src="<%=client>/images/login.jpeg" />
And I ... |
I was wondering, how can one use selenium/webdriver to download an image for a page. Assuming that the user session is required to download the image hence having pure URL is ... |
I'm using Selenium 2 (in IE only) and I need to capture all page resources (js, css, images files etc.) and their HTTP status.
I tried to use HTTP analyzer for this ... |
I am working on Selenium IDE for writing the test cases for a registration form. The registration form has a CAPTCHA image so I am not able to proceed with the ... |
I'm using Selenium (within PHPUnit) to test my web application. I would like to test whether a certain image which is present on the page really exists. More precisely, whether the ... |
I am trying to capture images of the content area of an web application I am testing.
I need to eliminate the browser menus from my images, so the user can compere ... |
There exist a table with grids and i want to select a grid by a name and remove its icd9 code alone. please note all grids have same icd9 code so ... |
I have a Selenium Java application which loads custom JavaScript with the JavaScript executor. In the same way i am able to load custom CSS to the current page. ... |