I\'m using Selenium for c# version 1.0.0.0. I noticed IRenderedWebElement.hover() is deprecated and the deprecated message says to use the \"user interactions API instead\". When I google \"user inte
I\'m on AWS micro instance. There is no GUI. I SSH\'ed into it. pip install selenium sudo apt-get install firefox
HI, I am using Selenium IDE for recording test cases. In a particular test case, I need to work on two windows simultaneously but the s开发者_StackOverflow中文版elenium IDE does not record when I ope
Im trying to automate the creation of a customer on the project im currently workin on, using selenium. (note, so far im only using selenium\'s own ide, not through java or anything else) The problem
I just started learning Selenium, and would like to try a simple example. However, I get the following exceptio开发者_Go百科n when I run the code:
Hi can any one please help me with this script please. I cannot run a test case for pop window with selenium IDE.
I\'m using a book to learn Yii, and it\'s telling me to install selenium server to do functional testing. Where is the best place to install this if I\'m using Mac.
I开发者_如何学运维 am trying to click on a link using webdriver but it throws me a ElementNotVisibleException saying \"Element is not currently visible and so may not be interacted with\"
i have created firefox template and started selenium server from command line giving -firefoxProfileTemplate \"path to the开发者_如何学编程 profile\" but still it asks for proxy?
I\'m looking for something equivalent to JUnit setUp() and tearDown() methods开发者_如何学Python. In other words: I have a test suite; I would like to write a setup test case and a teardown test case.