Tagged Questions
0
votes
0answers
69 views
Selenium Grid python TypeError: 'module' object is not callable
So i've set up my selenium grid and I have a hub running on the port 4441 with this command:
java -jar selenium-server-standalone-2.33.0.jar -role hub -port 4441
Then I got my node running as well ...
0
votes
0answers
118 views
Click button in Mozilla alert using selenium IDE
I am new to selenium ide. I am facing a problem to handle an alert dialog box in the Mozilla browser using selenium ide.
Scenario: When I click on a link on my web page it navigates the user to a new ...
0
votes
3answers
150 views
I am not able to decide the programming language for selenium webdriver
i am learning selenium concepts.while in the process i am not able to decide to go for which programming language.
1- JAVA or 2- PHP
i have worked on PHP and have gud knowledge about it.so please ...
0
votes
1answer
428 views
How can I run the selenium test case?
I wrote a selenium sample test case in my application. Then I right click the file and select "Test File". It results
Testsuite: com.MyApp.SampleSeleniumTest
Tests run: 1, Failures: 1, Errors: 0, ...
1
vote
1answer
119 views
How do you run a test recorded from Selenium IDE on Selenium Grid2?
All of the examples in the unfortunately-sparse documentation are of tests coded by-hand in Ruby/Java/etc. There's no mention of running tests recorded from the IDE (which are saved into HTML files). ...
1
vote
1answer
2k views
Running Selenium IDE tests via Selenium Grid
I should start off by saying that I am regretfully and painfully a noob. But I'm trying to change that!! I do not know any programming languages, but have managed to "make things happen" by doing ...
1
vote
1answer
3k views
Selenium is not able to launch the IE.
Selenium is not able to launch the IE.
10:56:25,005 INFO [org.openqa.selenium.server.SeleniumDriverResourceHandler] Command request: getNewBrowserSession[*iexploreproxy, ...
1
vote
3answers
1k views
Selenium IDE not capturing the popup/ Alerts
I am using selenium IDE to record the commands. I need to test the red rout for login screen. But Selenium is not recognizing the alert coming from the application. Highlighted in bold alert message ...
0
votes
2answers
1k views
How to record ajax based sites using Selenium
I have a site which has alot of ajax, and requires automation. However, I cant record ajax parts of the site properly. I tried the waitfor keyword and failed. I also went through the following website ...