Learn & Get Udemy Certificate for this course "Selenium Webdriver with Java & TestNG Framework". Check following link: www.udemy.com/course/selenium-webdriver-with-java-testng-testing-framework/?referralCode=2064BA4AD270DCDF48BC Watch more videos on Selenium Automation Testing in following link: ua-cam.com/play/PLhbrpS8rYbc0vBS6Z8SC7OR-zknTBiBHW.html Find more videos on Java programming in following link: ua-cam.com/play/PLhbrpS8rYbc1xwntuh_5PCbeaABBF4HWv.html
Set only used why means set don't allow duplicate windows id where as list allow duplicate windows id which you will get confuse what window u r using in the website
Select dropDown = new Select(driver.findElement(By.xpath())); List e = dropDown.getOptions(); int itemCount = e.size(); for(int l = 0; l < itemCount-25; l++) { System.out.println(e.get(l).getText()); } driver.close(); }
Learn & Get Udemy Certificate for this course "Selenium Webdriver with Java & TestNG Framework". Check following link:
www.udemy.com/course/selenium-webdriver-with-java-testng-testing-framework/?referralCode=2064BA4AD270DCDF48BC
Watch more videos on Selenium Automation Testing in following link:
ua-cam.com/play/PLhbrpS8rYbc0vBS6Z8SC7OR-zknTBiBHW.html
Find more videos on Java programming in following link:
ua-cam.com/play/PLhbrpS8rYbc1xwntuh_5PCbeaABBF4HWv.html
It's really very easy process ..Thanks a lot
Most welcome🙏🙏
Thank you so much sir for made this video.
Most Welcome🙏🙏
Thank you sir,....it is very useful to understand...
Most Welcome🙂🙂
Thanks, this video helped me, greetings from Brazil
Most Welcome🙏🙏
Wonderful teaching thankyou
Most Welcome🙂🙂
Appreciate it Sir! It is very helpful!
Thank you🙏🙏
Thanks a lot Sir, your video helped me😊
Most welcome🙏🙏
After moving back to parent window if we click again new child window birth will take place ryt, then to switch on that sub child window ?
Best sir... solid ❣️
Thank you🙂🙂
Best video thanks a lot sir 😊
Most Welcome🙏🙏
Thank you, very nicely explained .......keep it up
Most Welcome🙂🙂
Can I use list instead of Set ?
Set only used why means set don't allow duplicate windows id where as list allow duplicate windows id which you will get confuse what window u r using in the website
How to click on any element which is present in 3rd window in your example.
Please reply..
Bro I am also having the same doudt, do you know how to do that by now?
do you find how to click on third window
Is this applicable in Headless run?
Sir wo ... Drop-down me se limited value hi print krna hai to kaise kare...
Matlab total values =50 and I want to print till 25
Select dropDown = new Select(driver.findElement(By.xpath()));
List e = dropDown.getOptions();
int itemCount = e.size();
for(int l = 0; l < itemCount-25; l++)
{
System.out.println(e.get(l).getText());
}
driver.close();
}
Plzz make a video on handling date picker using JavaScript Executor
Okay👍👍
You click on popup covid alert, you are not use switch alert(), can you explain this?
While running program, I have not clicked on any alert. In this case, no need to switch to alerts.
But sir how did you hanle pop up. and it's not working as you told in video
How to go to the third tab
Thanks.
Most welcome🙏🙏
Plzz make a video on array. In array how to find duplicate numbers from array. Plzzz❤❤❤❤
Great.
Thank you🙏🙏
thnx :)
Most Welcome🙂🙂
@@Comrevo if we have to lick on 3 window tab then