Forum

How would you count the number of elements on a page in selenium testing?

This thread contains 1 reply, has 2 voices, and was last updated by Urvish 5 years, 7 months ago.

  • Author Replies
    • #53299

      How would you count the number of elements on a page in selenium testing?


    • #53300

      We first need to get the node element where the items are listed. For example, in the HTML code below:

      <ul  id=”Example”>
      <li >Example title 1
      <li >Example title 2
      .
      .
      <li >Example title 10
      </ ul>

      The root element can be located using

      List<WebElement> movies = driver.findElements(By.cssSelector(ul#Example li));

      int numberOfExample = Example.size(); //we can use the .size() to get the number of <li > elements


Viewing 1 reply thread

You must be to reply to this thread.Please or . Registration is 100% free.

GET FREE CONSULTATION

Call Us Now For Free Consultation97370 05566

Our experts listen to you patiently and suggest you the right course after conducting a personality profile test. Register your interest below to schedule personality profile test for you.

SUBSCRIBE TO OUR NEWSLETTER

Subscribe to get latest updates regarding courses, IT industry and career prospects.

Copyright 2016-2024 Smart Mentors. All Rights Reserved.

Login

FORGOT PASSWORD

Sign up now to Become An Instructor

    Register your Interest

      cf7captchaRegenerate Captcha