Thank you so much, sir, for the amazing session! I've been eagerly awaiting it since Monday. I'm addicted to your sessions and can't wait for the next one. Looking forward to it soon!
00:00 Handling Check Boxes and Different Types of Alerts in Selenium with Java 00:07 Learning to interact with different types of elements, starting with checkboxes 03:09 Handling Check Boxes and Different Types of Alerts in Selenium with Java 08:28 Using class attribute to locate checkboxes with Selenium 11:06 Using XPath to locate and filter elements based on attributes 16:22 Select all checkboxes using enhanced for loop 18:58 Selecting and handling last three checkboxes dynamically 24:06 Handling checkboxes in Selenium with Java 27:06 Selective unselection of checkboxes in Selenium with Java 32:02 Handling Checkboxes and Different Types of Alerts in Selenium with Java 34:27 Handling different types of alerts in Selenium with Java 39:13 Switching to and handling alerts in Selenium with Java 41:30 Storing alert window in a variable 46:28 Handling Different Types of Alerts in Selenium with Java 48:47 Handling different types of alerts in Selenium with Java 54:08 Handling Alerts and Input Boxes 56:36 Handling various types of alerts in Selenium with Java 1:01:51 Using explicit wait in Selenium for handling alerts 1:04:27 Handling of alerts and authenticated popups with Selenium and Java 1:09:43 Handling authentication in Selenium with Java 1:12:05 Handling authentication popups using modified URL with username and password 1:17:05 Running tests with plugins using Chrome options class
I have taken training on selenium with java, but this much depth knowledge I didn't get over there. Still waiting for the coming sessions. How can I say thanks to you.
Sir kindly do a series on serenity framework. There very few videos and they are outdated. Since i am addicted to ur voice, i am not feeling like watching other videos 😅😅
Hlo sir, I am watching your videos daily to learn automation and they are very helpfull But yesterday I stucked into once scenario in which I unable to clicked on recaptcha checkbox Sir could you pls make a short video to automate recaptcha checkbox
Sir I'm just starting to learn to be a QA. Can you please provide step by step roadmap and tell what things shall i learn. I searched a lot but couldn't find a genuine roadmap.
Nice Lecture Sir!! one small doubt sir while handling authenticated popup if we pass username and password directly it will be security issue right as we can see username and password clearly. can we send indirectly using Environment variables? or is there any other way to handle?
Can someone please confirm, can we able to skip Microsoft authenticator in Microsoft application while log in using automation? If yes, Hw is that possible
public class AssignmentWindowhandling { public static void main(String[] args) throws InterruptedException { WebDriver driver = new ChromeDriver(); driver.manage().window().maximize(); driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(10)); driver.get("testautomationpractice.blogspot.com/"); String parentid = driver.getWindowHandle(); driver.findElement(By.cssSelector("#Wikipedia1_wikipedia-search-input")).sendKeys("Bhubaneswar"); driver.findElement(By.xpath("//input[@type='submit']")).click(); List allLinks = driver.findElements(By.xpath("//div[@id='wikipedia-search-result-link']//a")); String path = "(//div[@id='wikipedia-search-result-link']//a)"; for (int i = 1; i
public class AssignmentWindowhandling { public static void main(String[] args) throws InterruptedException { WebDriver driver = new ChromeDriver(); driver.manage().window().maximize(); driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(10)); driver.get("testautomationpractice.blogspot.com/"); String parentid = driver.getWindowHandle(); driver.findElement(By.cssSelector("#Wikipedia1_wikipedia-search-input")).sendKeys("Bhubaneswar"); driver.findElement(By.xpath("//input[@type='submit']")).click(); List allLinks = driver.findElements(By.xpath("//div[@id='wikipedia-search-result-link']//a")); String path = "(//div[@id='wikipedia-search-result-link']//a)"; for (int i = 1; i
Yes devops for testers needed... vote guys
yes
Thank you so much, sir, for the amazing session! I've been eagerly awaiting it since Monday. I'm addicted to your sessions and can't wait for the next one. Looking forward to it soon!
00:00 Handling Check Boxes and Different Types of Alerts in Selenium with Java
00:07 Learning to interact with different types of elements, starting with checkboxes
03:09 Handling Check Boxes and Different Types of Alerts in Selenium with Java
08:28 Using class attribute to locate checkboxes with Selenium
11:06 Using XPath to locate and filter elements based on attributes
16:22 Select all checkboxes using enhanced for loop
18:58 Selecting and handling last three checkboxes dynamically
24:06 Handling checkboxes in Selenium with Java
27:06 Selective unselection of checkboxes in Selenium with Java
32:02 Handling Checkboxes and Different Types of Alerts in Selenium with Java
34:27 Handling different types of alerts in Selenium with Java
39:13 Switching to and handling alerts in Selenium with Java
41:30 Storing alert window in a variable
46:28 Handling Different Types of Alerts in Selenium with Java
48:47 Handling different types of alerts in Selenium with Java
54:08 Handling Alerts and Input Boxes
56:36 Handling various types of alerts in Selenium with Java
1:01:51 Using explicit wait in Selenium for handling alerts
1:04:27 Handling of alerts and authenticated popups with Selenium and Java
1:09:43 Handling authentication in Selenium with Java
1:12:05 Handling authentication popups using modified URL with username and password
1:17:05 Running tests with plugins using Chrome options class
Thank you so much sir for your valuable teaching session.
Welcome
Best tutor and the best explanation
Glad you think so!
I have taken training on selenium with java, but this much depth knowledge I didn't get over there. Still waiting for the coming sessions. How can I say thanks to you.
Thank you sir having a very great session.
Always welcome
Thank You So Much Sir
Sir DevOps is very important, It will be immensely appreciated if you uploaded the new series, X
Thank you so much sir
You're welcome!
Thank you sir for u r valuable teachings .. waiting for next session sir ..
Welcome
Nice session sir, I am waiting for your next series.. please complete sir this selenium session, it's good
Hi Sir, first thank you for tis sessions. I have noticed that
radio button session is missing in the previous video.
Sir kindly do a series on serenity framework. There very few videos and they are outdated. Since i am addicted to ur voice, i am not feeling like watching other videos 😅😅
Hlo sir,
I am watching your videos daily to learn automation and they are very helpfull
But yesterday I stucked into once scenario in which I unable to clicked on recaptcha checkbox
Sir could you pls make a short video to automate recaptcha checkbox
Thank you so much ❤
You're welcome
Thank you sir.
Most welcome
Nice teaching
Thanks
Sir I'm just starting to learn to be a QA. Can you please provide step by step roadmap and tell what things shall i learn. I searched a lot but couldn't find a genuine roadmap.
Nice Lecture Sir!!
one small doubt sir while handling authenticated popup if we pass username and password directly it will be security issue right as we can see username and password clearly.
can we send indirectly using Environment variables? or is there any other way to handle?
Sir , please do some videos on performance testing using load runner & performance center, many are searching for this .
Thankyou for the class sir, is sikuli not supporting selenium 4....
Sir In which class did you teach about Radio buttons please let me know
in alert sendkeys is not working in chrome but working in firefox what will be the issue please reply
Sir not able to perform on list
On using List while selecting all the check boxes, it is throwing error as add cast to list.
How can we handle the authenticated popup in the case when username or password contains @ in it?
Sir pls make a video to click on recaptcha checkbox
I am struggling to automate one of my test case
Hi Sir could you tell how to select the random checkboxes
Hi sir, please let me know how to get text from an automatically closing pop-up window.
Sir totally how many sessions ?
Hello sir, I am facing issue in project level XML isue"Missing artifact Selenium14june:Selenium14june:jar:0.0.1-SNAPSHOT".
Is testing is good for now a days ??
Why selary is less tahn than devloper???
Comment your thoughts
if u are doing mannual testing defenitly u getting less salary another side is developer is more stressed as compare to tester
sir , we are truly waiting for your next session .... when it will going to happen 🥺 with of love💌
Hi can anyone tell me ..
where can i find the solution for previous session assignment
hey arun are you getting those solutions ?? if you have can you share with me please.
@@saurabhkendre7285 it is in udemy course
@@saurabhkendre7285 public class AssignmentWindowhandling {
public static void main(String[] args) throws InterruptedException {
WebDriver driver = new ChromeDriver();
driver.manage().window().maximize();
driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(10));
driver.get("testautomationpractice.blogspot.com/");
String parentid = driver.getWindowHandle();
driver.findElement(By.cssSelector("#Wikipedia1_wikipedia-search-input")).sendKeys("Bhubaneswar");
driver.findElement(By.xpath("//input[@type='submit']")).click();
List allLinks = driver.findElements(By.xpath("//div[@id='wikipedia-search-result-link']//a"));
String path = "(//div[@id='wikipedia-search-result-link']//a)";
for (int i = 1; i
Solution is provided by me check in comment
Can someone please confirm, can we able to skip Microsoft authenticator in Microsoft application while log in using automation? If yes, Hw is that possible
Hello sir. How can i get pdf notes. Plz reply i messaged almost every classes u have done but you are not replying, plz sir
Hello sir... If possible kindly start the devops complete course... atleast you can take lecture alternately.
what happen if you receive browser notification in between test automation execution?
sometime its interrupt the code.
@@soumyamohanty8917whats the solution?
how to handle show notifications and session and cookies button
Hi sir what if alert asking for user name and password and login button
How to join the classes?
anyone knows solution for last session assignment?
no please let me know if you know
How to check particular check boxes.example 2,4,7 checkboxes
you can do with for loop with if condition by mentioning the index of 2,4,7 or you can do individually by using findelements method
find element*
You check the sir’s old video on handling checkbox posted 3 years ago…this condition is covered in that video
sir please provide assignment solution too.
public class AssignmentWindowhandling {
public static void main(String[] args) throws InterruptedException {
WebDriver driver = new ChromeDriver();
driver.manage().window().maximize();
driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(10));
driver.get("testautomationpractice.blogspot.com/");
String parentid = driver.getWindowHandle();
driver.findElement(By.cssSelector("#Wikipedia1_wikipedia-search-input")).sendKeys("Bhubaneswar");
driver.findElement(By.xpath("//input[@type='submit']")).click();
List allLinks = driver.findElements(By.xpath("//div[@id='wikipedia-search-result-link']//a"));
String path = "(//div[@id='wikipedia-search-result-link']//a)";
for (int i = 1; i
how to take all codes
anyone have solution to assignment last video?
public class AssignmentWindowhandling {
public static void main(String[] args) throws InterruptedException {
WebDriver driver = new ChromeDriver();
driver.manage().window().maximize();
driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(10));
driver.get("testautomationpractice.blogspot.com/");
String parentid = driver.getWindowHandle();
driver.findElement(By.cssSelector("#Wikipedia1_wikipedia-search-input")).sendKeys("Bhubaneswar");
driver.findElement(By.xpath("//input[@type='submit']")).click();
List allLinks = driver.findElements(By.xpath("//div[@id='wikipedia-search-result-link']//a"));
String path = "(//div[@id='wikipedia-search-result-link']//a)";
for (int i = 1; i
sir can we get your github id for codes
Thank you so much sir for your valuable teaching session.
Welcome