findElements() Command - Selenium WebDriver

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • View Notes here - www.evernote.co...
    In this video, I have practically demonstrated one of the Selenium WebDriver commands i.e. findElements() Command

КОМЕНТАРІ • 8

  • @AktharDreamScape
    @AktharDreamScape Рік тому +1

    exlent explanation sir

    • @QAFox
      @QAFox  Рік тому

      Thanks and welcome

  • @CypressAndJavaScriptTutorials
    @CypressAndJavaScriptTutorials 2 роки тому +1

    Nice explanation bro.

    • @QAFox
      @QAFox  2 роки тому +1

      Thank you :)

  • @rajpoonawala1438
    @rajpoonawala1438 10 місяців тому +1

    Nice Video!

    • @QAFox
      @QAFox  10 місяців тому

      Thank you :)

  • @computeraccessories5872
    @computeraccessories5872 2 роки тому +1

    nice video,if i want to return No.of elements in integer.how to do?

    • @QAFox
      @QAFox  2 роки тому

      findsElements() returns in the form of List in Java.
      Hence we can use size() command of List to get the number of elements returned.