Tagged Questions
7
votes
8answers
2k views
Selenium is to Web UI testing as ________ is to Windows application UI testing
I'm interested in UI testing a client only Java application. What is the most popular framework for doing so? What is your recommended framework? Also, why doesn't Selenium do this (or does it)? It ...
1
vote
0answers
51 views
Verifying file download with Selenium
I need to use selenium to verify a download. I need to click on the download file link and check that it is downloadable or not. (Means download is starting or not)
I need to create a simple HTML ...
1
vote
2answers
463 views
Selenium Testing
I want to get a bunch of dom-objects with xpath and loop through those to check if they contains a specified text, is this possible in the Selenium IDE or rc?
Perl is my prefered language
XPath would ...
0
votes
1answer
141 views
is it possible to do low-level pixel inspection with selenium?
is it possible to inspect the value of a specific pixel in the browser rendered page with Selenium? can i get a buffer of the rendered page as an image?
Also, is it possible to send mouse-scroll-down ...