I a开发者_C百科m trying to use selenium.getEval() to get all of the elements with a certain name. How do I do it?It doesn\'t work like that.getEval() returns a string representation of whatever JavaSc
i have to use code this.setUp(\"http://www.remax.com/\", \"*firefox\"); selenium.open(\"/404/index.aspx?aspxerrorpath=/public/pages/searchresults.aspx\");
I\'m new to selenium. I want to ask about if there\'s a easy way to open a search result page of some urls, not j开发者_如何学Cust the homepages.
I use seleniumRC to open a url, then how to save this web page? How to realize it like urllib.urlretrieve do it? But urllib can开发者_运维问答\'t operate javascript in the page. One more question: Wil
I\'ve been running my selenium tests using selenium rc for about 6 months and suddenly the firefox windows selenium opens do not close when the test is finished. 开发者_JAVA技巧
I am trying to do something conceptually simple... We have multiple portlets loading on a Dashboard. I need to measure the load time that each takes. I have implemented a simple StopWatch class, and n
Firefox runs, but when the tests finish executing Firefox stays up. This is on Debian Linux 开发者_StackOverflowwith Firefox 3.6.The solution to this was to point Selenium at the firefox-bin file ins
I\'m doing a test suite in python based on the code provided by selenium and i get strange assertion errors when checking for the actual page like this:
Just using selenium to fill out some forms for me. I need it to generate a unique value for my username field. How can I do that?
I\'m new to all of this but I\'ve learned a few things about python not long time ago, could you help me specify the correct the XPath for selenium to click?