How to find multiple elements | Protractor Tutorial | LetCode

preview_player
Показать описание
Hello guys, In this video, we'll learn how to find multiple elements using Protractor.
Chapters:
00:00 How to find multiple elements?
3:00 What is the use of active element?
4:00 Or based XPath?

Source code

Behind the screen,

Join our Facebook group,

Protractor from scratch with JavaScript & TypeScript

JavaScript tutorial from basic to advance level for test automation

TypeScriptJava tutorial from basic to advance level for test automation

Chrome extension development tutorial - XPath Tool

Selenium - Java, not the basic stuff (weird)

Fun time videos, enjoy coding :)

Thanks for watching :)
Intro & Outro
music credit
song: To my soul

Protractor Tutorial - Javascript
Рекомендации по теме
Комментарии
Автор

How can we print multiple elements in protractor????

komalnutan
Автор

great vid! do you have any tutorial to access a sub or sub of sub element from one of the multiple element? thx!

rfbu
Автор

Hi kaushik, i use async and await in my test suit and class files, but when i try to get any text from web it returns promise only not the exact text .
let validateCenterName = async (centerName) => {
let fetchedCenter= await
console.log(fetchedCenter)
}

Also i tried with then method


return center
})


CenterName => element which has attribute title = Delhi

ThePunitichauhan
Автор

Hi koushik, well explained currently am working js using protractor having few doubts on handling multiple check at once, need ur help how I comect with u

manasatweets
Автор

Hi Bro, ,
You mentioned that we should not use var, const, let inside class but now allowing 'let' keyword inside static method, How dude.. Pls give ur comments..Thanks

p.sureshsaravanan