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
@Dipzeus8 ай бұрын
Yes devops for testers needed... vote guys
@surajdubey53916 ай бұрын
yes
@numeshialmapiyasiri8 ай бұрын
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!
@abhishekshahi12096 ай бұрын
Thank you so much sir for your valuable teaching session.
@sdetpavan6 ай бұрын
Welcome
@dharansa33478 ай бұрын
Best tutor and the best explanation
@sdetpavan8 ай бұрын
Glad you think so!
@padmavathiruvva12417 ай бұрын
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.
@30_akshaysalunkedbda904 ай бұрын
Thank you sir having a very great session.
@sdetpavan4 ай бұрын
Always welcome
@neelamjadhav56375 ай бұрын
Thank you sir for u r valuable teachings .. waiting for next session sir ..
@sdetpavan5 ай бұрын
Welcome
@sujatavannam998816 күн бұрын
Thank You So Much Sir
@AmitKumar-yy3lq8 ай бұрын
Nice session sir, I am waiting for your next series.. please complete sir this selenium session, it's good
@ruchakadam9866Ай бұрын
Thank you so much sir
@sdetpavanАй бұрын
You're welcome!
@sindhumuthu10073 ай бұрын
Hi Sir, first thank you for tis sessions. I have noticed that radio button session is missing in the previous video.
@thebeerministry5 ай бұрын
Sir DevOps is very important, It will be immensely appreciated if you uploaded the new series, X
@swarnakrishna64172 ай бұрын
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 😅😅
@TipsToDailyLife8 ай бұрын
Thankyou for the class sir, is sikuli not supporting selenium 4....
@lavanyamallampalli68395 ай бұрын
On using List while selecting all the check boxes, it is throwing error as add cast to list.
@nepalitrends74488 ай бұрын
Thank you so much ❤
@sdetpavan8 ай бұрын
You're welcome
@bharathpandya850516 күн бұрын
in alert sendkeys is not working in chrome but working in firefox what will be the issue please reply
@karthiksundaram5448 ай бұрын
Nice teaching
@sdetpavan8 ай бұрын
Thanks
@poojachaudhary71956 ай бұрын
Hello sir, I am facing issue in project level XML isue"Missing artifact Selenium14june:Selenium14june:jar:0.0.1-SNAPSHOT".
@theghumakkads39306 ай бұрын
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
@knvssandeepbolisetti50085 ай бұрын
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?
@rizvijose850329 күн бұрын
How can we handle the authenticated popup in the case when username or password contains @ in it?
@rameshrongala9228 ай бұрын
Thank you sir.
@sdetpavan8 ай бұрын
Most welcome
@ashababy78205 ай бұрын
Hi sir, please let me know how to get text from an automatically closing pop-up window.
@satishkumarshaiku42445 ай бұрын
Sir In which class did you teach about Radio buttons please let me know
@Gopi-Channel8 ай бұрын
Sir , please do some videos on performance testing using load runner & performance center, many are searching for this .
@PrashantSharma-b4v8 ай бұрын
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.
@padmalathakonduri3 ай бұрын
Hi Sir could you tell how to select the random checkboxes
@ramslingam48816 ай бұрын
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
@theghumakkads39306 ай бұрын
Sir pls make a video to click on recaptcha checkbox I am struggling to automate one of my test case
@LogoDelivers8 ай бұрын
Sir totally how many sessions ?
@Silent-kq2cz8 ай бұрын
Hello sir... If possible kindly start the devops complete course... atleast you can take lecture alternately.
@nepalitrends74488 ай бұрын
Hi sir what if alert asking for user name and password and login button
@arunkumark-r7l6 ай бұрын
Hi can anyone tell me .. where can i find the solution for previous session assignment
@saurabhkendre72856 ай бұрын
hey arun are you getting those solutions ?? if you have can you share with me please.
@arunkumark-r7l5 ай бұрын
@@saurabhkendre7285 it is in udemy course
@soumyamohanty89174 ай бұрын
@@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
@dipeshkhotele390126 күн бұрын
Solution is provided by me check in comment
@raginisharma86325 ай бұрын
what happen if you receive browser notification in between test automation execution?
@soumyamohanty89174 ай бұрын
sometime its interrupt the code.
@dhanashreeize3 ай бұрын
@@soumyamohanty8917whats the solution?
@sunita_baisa8 ай бұрын
How to join the classes?
@Books_summary24hrs5 ай бұрын
Is testing is good for now a days ?? Why selary is less tahn than devloper??? Comment your thoughts
@tanaytripathy8 ай бұрын
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
@surajdubey53916 ай бұрын
how to handle show notifications and session and cookies button
@raghavendran78 ай бұрын
How to check particular check boxes.example 2,4,7 checkboxes
@arunkumark-r7l6 ай бұрын
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
@arunkumark-r7l6 ай бұрын
find element*
@dhanashreeize3 ай бұрын
You check the sir’s old video on handling checkbox posted 3 years ago…this condition is covered in that video
@lakshminarayanakataru77828 ай бұрын
sir , we are truly waiting for your next session .... when it will going to happen 🥺 with of love💌
@vinoddhage62977 ай бұрын
anyone knows solution for last session assignment?
@arunkumark-r7l6 ай бұрын
no please let me know if you know
@vinitmhetre-c3o8 ай бұрын
how to take all codes
@Peakprospr4207 ай бұрын
anyone have solution to assignment last video?
@soumyamohanty89174 ай бұрын
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
@mohdafzal82086 ай бұрын
sir please provide assignment solution too.
@soumyamohanty89174 ай бұрын
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
@vinitmhetre-c3o8 ай бұрын
sir can we get your github id for codes
@Denice-x9l2 ай бұрын
Thomas Steven Hernandez Patricia Jackson Betty
@lavirajput4332 ай бұрын
Thank you so much sir for your valuable teaching session.