selenium-rc
Error locating the element in selenium2
I am using selenium2.0with testNG. While on using XPATH or CSS for element to locate its shows error “unable to locate the element” .[详细]
2023-04-04 05:53 分类:问答Cannot see Selenium logs
I am not abl开发者_如何学编程e see Selenium LOGs files by clicking the Show log button present in the Selenium rc window after each time my scripts run. Are any settings needed to show the log?The log[详细]
2023-04-03 14:13 分类:问答How do I get the value of a non-form div element
I have a webpage with footer as follows :- <div id=\"footer\" class=\"container_24 clearfix\" align=\"center\">[详细]
2023-04-03 03:49 分类:问答How to measure the position of an element in web page using selenium RC?
I have tried 开发者_StackOverflow社区a lot in finding out how measure the coordinate of an element in a web page in different browser.But I could not find any solution.[详细]
2023-04-02 16:58 分类:问答Store absolute URL for selenium test using javascript
I have a html file which stores which suppose to store the absoluteUrl whose content is this : <html>[详细]
2023-04-02 11:00 分类:问答Is there a way to cover all permutations of parameters in a test
I am writing a Selenium test to validate an input form on my web page. 开发者_如何学JAVAI would like to cover all combinations of input data, but I would not like to write a separate test for each. Ri[详细]
2023-04-01 01:02 分类:问答Selenium: How do I assert that a certain element is present in a certain cell of a certain table?
I have a table on my page which is supposed to contain a certain element. I can identify the table by its name (it has a unique name), and I can also identify the element easily. I would like to asser[详细]
2023-03-31 12:15 分类:问答How to get the HTML tag of some text on a page using selenium
<div class开发者_StackOverflow=\"searchSummary floatL\"> <span>18</span> results for \"gloves\"[详细]
2023-03-30 21:56 分类:问答how to get attribute value using selenium and css
I have the following HTML code: <a href=\"/search/?p=2&q=move&mt=1\"> 2 </a> I would like to get what is contained in 开发者_高级运维href, ie, I was looking for a command whi[详细]
2023-03-30 18:12 分类:问答How to use addCustomRequestHeader method in selenium?
I was trying to use addCustomRequestHeader method to set a custom header for selenium requests. Given below is the source code[详细]
2023-03-30 16:01 分类:问答