Please suggest me, how to open the SSL urls using selenium-rc?开发者_高级运维You can open them exactly how you open non-SSL URL\'s.
In _Events.groovy, I created a test type as such: //setup selenium test type eventAllTestsStart = { phasesToRun << \"selenium\"
I recently started seeing this error message when trying to run any Cucumber tests. I\'ve done some research and found a few other similar instances of this error, but most of them were browser relate
We have a CI environment with Jenkins running a test suite of Selenium Tests in a Windows (XP and/or Windows 7) VM.If I am not physically logged into the VM running these tests via RDP, all I see are
I have recently run into problems using the .NET version of Selenium Webdriver to run tests against a website running in a test environment where the SSL certificate does not match the hostname it’s
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
I am writing tests for a web App using selenium webDriver and came across a scenario where when I try to close the browser I get a popup saying \"Are you sure? The page is asking y开发者_C百科ou to co
I am using webdriver for test automation on site which code is auto-generated probably in GWT. All id开发者_JS百科\'s are in form like \"x-auto-4009\" which is not to reliable way of getting to eleme
I am using capybara and selenium to run my cucumber test on my local machine. For the pages that involves javascript, Selenium activates firefox and crawls through the pages in firefox to do the tasks
I have a set of 10 JQuery UI sliders that need to be tested in some fashion. Specifically, I need to drag each slider handle and observe the current value of the slider.