Selenium is a portable software testing framework for web applications. It provides a record/playback tool for authoring tests without learning a test scripting language and a test domain specific language (DSL), to write tests in a number of popular programming languages.
0
votes
0answers
6 views
Selenium to click on an app name in a filter tool
I have another requirement like this in my c# selenium application. Since there are so many content in my webpage table, it will be quite nice to sort it based on the app name. I have content like ...
1
vote
2answers
15 views
What is the Page object pattern in webdriver?
What is page object pattern in selenium webdriver?
What is the use of it and how we can use this in web driver?
Example will be appreciated
0
votes
0answers
4 views
RobotFramework Selenium2Library: InternetExplorerDriver : NoSuchWindowException
I am using Robot Framework on Python with the Selenium2Library.
I have trouble using IE9 on Windows7, it works fine on firefox.
I get warning message "Keyword 'Capture Page Screenshot' could not be ...
0
votes
2answers
22 views
Why can't I interact with elements within the iframe?
I'm trying to parse and manipulate some data via Selenium and Java (using Firefox as a browser and Ubuntu as an OS).
I want to type to <textarea> within an <iframe>:
Main Form:
...
...
0
votes
0answers
15 views
Error: “command line driver for internet explorer has stopped working ” when trying to destroy the driver in selenium
When running automation tests with selenium, I have been getting this error routinely, but not always, after a test passes. After a pass, it tries to destroy the driver but stalls, and this is not ...
0
votes
0answers
19 views
web site regression testing software used across multiple site
I'm an intern at a company, We are beginning to start thinking about how to automate our product. We use a moodle based site, we have around 20 sites. We would like to find a regression testing ...
0
votes
1answer
28 views
Cannot fill in test data into a form with rspec, capybara and selenium
I'm testing my Ruby on Rails 3.2 App with RSpec, Capybara and Selenium (Used driver: webkit and poltergeist).
I will try testing the following code:
scenario 'ask a question', js: true do
visit ...
0
votes
1answer
17 views
Selenium IDE - selecting an button outside the frame
I am relatively new to Selenium. We are using the Selenium IDE to do some regression testing. I have a menu bar that has different buttons on it that will drop down a menu when you hover over any of ...
1
vote
0answers
23 views
Selenium-WebDriver with PHP returns {“ELEMENT”:“0”} on all element findings
I have an Ubuntu server running on a VPS with LXDE and Firefox been installed. Also I've started Selenium server using this command:
java -jar selenium-server-standalone-2.33.0.jar
it is now ...
0
votes
0answers
12 views
Selenese assertConfirmations not working
I am experiencing some weird intermittent issues with the selenese command 'assertConfirmation\verifyConfirmation'. 'All of a sudden' expected confirmations are not being generated, so both ...
0
votes
3answers
29 views
Can I send email and add an attachment using Java in Selenium Webdriver?
While running a test case, I have a try/catch mechanism and an onevent listener that produces a screenshot if an error/failure occurs.
Can I also compose and email and attach that screenshot there and ...
1
vote
1answer
21 views
TFSBuild, execute Selenium UI Tests on being built code before deploy
I've a set of Selenium tests using the C# WebDriver and MSTest (Visual Studio Test).
Hopefully, I could integrate these tests successfully and they're working as expected.
Sadly, I found a big ...
1
vote
1answer
30 views
How to find parent elements by python webdriver?
Is there any methods for python+selenium to find parent elements, brother elements, or child elements just like
driver.find_element_parent? or
driver.find_element_next? or
...
0
votes
1answer
15 views
Liferay Selenium submit button not working but test runs successfully
I have jsf portlet in liferay I have written a selenium test the test is getting passed but the submit button is not working below code:
Selenium code
this.driver.get(this.baseUrl);
...
-1
votes
1answer
32 views
c# updating my xml sheet automatically after connecting with a webpage
This question is related to XML file. I have some content as shown below in a webpage:
Description App Name Information
Some Desc1 App1 Some Info
Some Desc2 App2 Some ...