Selenium: Looping concept, how to implement loop in selenium script?

preview_player
Показать описание
In this video we will see how to apply loops in order to maintain the code quality. When same action is expected to perform again and again instead of writing same code multiple times better to use loop.

Details also available in below:

Code:

for(int i=1;i LESS_THAN 6;i++)
{
}
Рекомендации по теме
Комментарии
Автор

Mam you cleared my concept of loop that how's the loop is used in real case example
....Thanks a l;ot

CrazycaFFx