Difference between @findByMethod and @findelement?
Answer Posted / elakkiya
Both methods are used to find the webelements.
findelement:
-------------------
This is one of the abstract method , should be used to find the single web element.
Return type is single web element.
@Findby:
--------------
This is one Annotation in Page factory model and used to locate one or more WebElements using a single criterion.
it has two kind of methods as follows.
• The @FindBys annotation is used in case elements need to match all of the given criteria
• The @FindAll annotation is used in case elements need to match at least one of the given criteria
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How will you find an element using selenium?
List the advantages of webdriver over selenium server?
What is same origin policy and how it can be handled?
What is desired capability? How is it useful in terms of selenium?
Which webdriver implementation claims to be the fastest?
In which format does source view shows your script in selenium ide?
List out different types of locators?
What is selenium 2.0?
What does a concentrator do in the selenium network?
How to clear the text in the text box using selenium webdriver?
How do u get the attribute of the web element?
How you can insert a break point in selenium ide?
How can we get a text of a web element?
How to find whether an element is displayed on the web page?
What evaluation can selenium do?