Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Difference between @findByMethod and @findelement?

Answer Posted / ram

findElement() :

-Find the first element within the current page using the given "locating mechanism".
-Returns a single WebElement.
-Syntax: WebElement findElement(By by).
–will throw "NoSuchElementException" if no matching element found

findElements() :

-Find all elements within the current page using the given "locating mechanism".
-Returns List of WebElements.
-Syntax: java.util.List<WebElement> findElements(By by)
–will return a empty list if no matching elements found and no exception will be thrown

Is This Answer Correct ?    6 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the different types of drivers available in web drivers.

956


What is the difference between driver.findelement() and driver.findelements() commands?

914


List out the technical challenges with selenium?

1011


Explain how you can handle colors in web driver?

1110


What are the different methods to refresh a web page in webdriver?

942


What are startpoints and breakpoints in selenium?

1041


Do you know what are the main advantages of selenium grid?

987


How to retrieve css properties of an element?

1016


Name the different types of waits in webdriver.

1031


What are the different types of waits available in webdriver?

1008


How do perform drag and drop using webdriver?

1099


What is selenium? What are the different selenium components?

962


What are the advantages and disadvantages of using selenium as testing tool?

1019


What are the different types of frameworks?

988


How to mouse hover on a web element using webdriver?

1018