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

What are some advantages of selenium grid?

939


How could ajax controls be handled in webdriver?

896


what is the difference between driver.get() and driver.navigate.to(“url”)?

939


What happens if I run this command. Driver.get(“www.softwaretestingmaterial.com”) ;

1769


Explain how you can capture server side log selenium server?

869


What is assertion in selenium?

911


What is the difference between find element and find elements?

868


What are the types of webdriver apis available in selenium?

1513


Can we use selenium grid for performance testing?

805


How to insert a start point in selenium ide?

879


What must one set within side in order to run a test from the beginning to a certain point within the test?

831


What’s the difference between borland silk evaluation and selenium?

886


What are selenium tests normally named (as displayed at the top of each test when viewed from within a browser)?

837


When should one use selenium grid?

869


Which are the commands used for capturing the bitmaps?

957