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!
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 😅😅
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
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 your valuable teaching session.
Welcome
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!
Thank you so much sir
You're welcome!
Thank you sir having a very great session.
Always welcome
Hi Sir, first thank you for tis sessions. I have noticed that
radio button session is missing in the previous video.
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 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
Sir DevOps is very important, It will be immensely appreciated if you uploaded the new series, X
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 😅😅
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
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 , please do some videos on performance testing using load runner & performance center, many are searching for this .
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.
Is testing is good for now a days ??
Why selary is less tahn than devloper???
Comment your thoughts
Thankyou for the class sir, is sikuli not supporting selenium 4....
Sir pls make a video to click on recaptcha checkbox
I am struggling to automate one of my test case
Thank you so much ❤
You're welcome
Hi Sir could you tell how to select the random checkboxes
On using List while selecting all the check boxes, it is throwing error as add cast to list.
sir , we are truly waiting for your next session .... when it will going to happen 🥺 with of love💌
Thank you sir.
Most welcome
Sir In which class did you teach about Radio buttons please let me know
Nice teaching
Thanks
Hi sir, please let me know how to get text from an automatically closing pop-up window.
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?
Hello sir, I am facing issue in project level XML isue"Missing artifact Selenium14june:Selenium14june:jar:0.0.1-SNAPSHOT".
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
Hello sir... If possible kindly start the devops complete course... atleast you can take lecture alternately.
how to handle show notifications and session and cookies button
How to join the classes?
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
Hi sir what if alert asking for user name and password and login button
Sir totally how many sessions ?
what happen if you receive browser notification in between test automation execution?
sometime its interrupt the code.
@@soumyamohanty8917whats the solution?
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
anyone knows solution for last session assignment?
no please let me know if you know
how to take all codes
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
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
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
Thomas Steven Hernandez Patricia Jackson Betty
Thank you so much sir for your valuable teaching session.
Welcome