You have exceptional teaching skills and a wealth of knowledge. You’re truly a gem! Thank you for the amazing sessions!
@RamAshishSingh-m1z6 ай бұрын
Great session! Your patience and repetition of key concepts really solidified my understanding without writing coding [definitely i will write] . You're an excellent teacher, I was never bored for a second.👏👏👏
@sdetpavan6 ай бұрын
Glad it was helpful!
@OverdoseGaming-18m7 ай бұрын
00:04 JavaScript executor and take screenshot interfaces implementation by remote web driver 02:34 Capturing screenshots in Selenium 08:35 Capturing and saving screenshots using Selenium with Java 11:09 Capturing and storing files in a project folder dynamically. 16:32 Learn how to capture and view screenshots in Selenium with Java. 18:45 Dynamic Path Generation for File Storage 23:07 Capturing and using Xpath to identify specific sections on a webpage. 25:39 Finding and capturing a single web element using XPath 30:38 Capturing specific sections using Selenium with Java 33:05 Capturing Screenshot of Specific Web Element 37:59 Capturing screenshots on test case failures 40:05 Capture screenshots based on test failures 44:34 Headless testing enables executing test cases in the background without displaying UI actions. 47:25 Running test in headless mode using Chrome options class 52:02 Headless testing allows executing tests without UI interaction. 54:13 Headless testing allows multitasking during test execution 58:14 Prefer Headed mode for beginners 1:00:11 Headless mode of testing is preferred for backend execution 1:04:36 Handling SSL certificates for secure website access. 1:06:49 Handling SSL to access actual web pages 1:11:51 Handling SSL and hiding Chrome automation message 1:14:01 How to remove default automated message on screen in Selenium 1:18:57 Executing tests in incognito mode 1:21:20 Setting up incognito mode and extensions in Selenium 1:26:46 Using ad blocker extension to block ads on web pages 1:29:03 Block ads on web page through automation with extension 1:33:21 CRX extractor plugin for Chrome browser 1:35:43 Capturing CRX file for Selenium extensions 1:40:22 Enable Selector Hub in Chrome using CRX file 1:42:49 Enabling extensions in Chrome for Selenium automation 1:47:36 Using ad blocker extension to block ads 1:49:52 Enabling browser extensions using Chrome options 1:54:56 Special Selenium options for occasional use
@abhishekshahi12096 ай бұрын
Thank you so much sir, perfectly explained each and every concept. Thank you so so so much for your sessions.
@sdetpavan5 ай бұрын
Welcome
@akanshasinghal91507 ай бұрын
Thanks much sir for making excellent video..topics are explained very well..
@sdetpavan7 ай бұрын
Most welcome
@dpm87995 ай бұрын
@@sdetpavan please give notes download link
@ParasJoshiPj13 күн бұрын
Thank you Very much pavan sir..
@viswanath2446 ай бұрын
Excellent sessions..super👌👌
@sdetpavan6 ай бұрын
Thanks
@numeshialmapiyasiri7 ай бұрын
Thank you so much sir. Waiting for next video. Sir I would like to learn CI/CD. Please can you do sessions please
@babanlal63152 ай бұрын
Thank you sir....
@sdetpavan2 ай бұрын
Welcome!
@Life_Observers7 ай бұрын
Thanku so much. i am very greatful.....
@sdetpavan6 ай бұрын
Welcome
@pratibhasharma69407 ай бұрын
Thank you sir for your amazing teaching. Can you please let me know how many more videos are going to be there in this course.
@swarnakrishna64172 ай бұрын
Sir I think u missed one more usecase. We can disable notifications using add arguments method. options.addArguments("--disable notifications");
@maanavjaati93057 ай бұрын
R u covering bdd cucumber as well???
@muttu97747 ай бұрын
sir where we get your all assignments questions with answers? plz tell us
@shubhamlavekar68865 ай бұрын
@sdetpavan Sir please reply
@rameshrongala9227 ай бұрын
Thank you so much sir.🙂
@sdetpavan7 ай бұрын
Most welcome
@wondersmind34547 ай бұрын
I have a question. Let's say a user is dynamically passing commands to the API, and you've hosted your project on a server. Now, if the user sends commands to the API from their client-side (their system), they won't be able to witness the execution of those commands in the Chrome driver. This is because we've configured the Chrome driver path on the server side. What steps can we take to allow the user to also observe the execution of commands on their own system?
@malikbilalawan894 ай бұрын
i am getting connection reset warning in headless testing is it normal to go with warning ?
@varunkumarthoutam31267 ай бұрын
Should i use this method sir, its working and easy to remember File F1 = driver.getScreenshotAs(OutputType.FILE); Files.copy(F1,new File(" ");
@ayajshiekh32057 ай бұрын
Sir, pls repaeat typecasting done above
@nandhareddy64947 ай бұрын
Pls give material for automation too
@bikashsenapati88737 ай бұрын
Sir, how to get screen shot of the entire page ?
@gayatriseelam49137 ай бұрын
Hi sir how can we get pdf and how we are attending your live classes can you please respond sir
@kishorjogannavar12827 ай бұрын
Where we can get all the notes?
@suriyapraba-vw2cn7 ай бұрын
Thanks sir
@sdetpavan7 ай бұрын
Welcome
@chennubhuvanaprabha13537 ай бұрын
sir can we take multiple screen shot shot for the same page using loop