Hi sir! Always fantabulous! You've proved that teaching is also a skill. Everybody can't have the skill to teach even they did masters in selenium r who have the capacity to write 1000 lines of testscripts.... simply awesome man! Epitome of trainer. u r beyond my exclamatory marks.
Hi Arul, Thank you so much. You played a vital role to teaching this automation for easy understandable method. I have seen your videos. Your Live Example is fantabulous. Whenever we perform that method or try to put coding means that examples comes in mind for easy way of execution. Thanks a lot!!!
Wowwww... detailed explanation Bro♥️ I have Learnt everything from the learn automation online Channel only bro...The way you brings up and conclude the concept is awesome..♥️ impressed and Knowledged ✨
Ji romba thanks ji... Your explanations are absolutely clear... I learnt automation only through your videos... And with your interview videos I cleared the interview... A great hatsoff to your videos and to you too☺☺☺😊
That's awesome Yamuna, if you don't mind, can u pls share the list of questions that you got, to my email arulprasath36@gmail.com . It will.be useful for other viewers.
Arul you lectures are too good and wish they were in english since i can understand only a little bit tamil. I had gone through lot of blogs, channels, udemy courses but i find your lectures are more detail.
thanks a lot Tanya and sorry you couldn't make the most out of my videos due to language constraint. I believe, only the examples which am sharing will be difficult, but the coding part, even if there is no audio, you can grab I guess.
Hi bro... Oru company ku job ku apply panni irundhan bro... Avanga assessment ah avangaloda website test panni upload panna sonnanga... Task is taking screenshot in different resolutions... Desktop and mobile resolution. Total ah 6 different resolutions la screenshot edukkanum... How to take screenshot in different resolutions bro... Guide me with this bro
Using dataprovider i am running 5 test cases at the end. I want to tak screenshots. But final screenshot only saving in location previous screenshots overridden....please help me bro
Hi Bro. I have one ques. I want to run multiple test case n I want to take screenshot too. So each cases I have to mention the name like D://sample.png
When do you want to take a screenshot, when the test case fails? Watch extent report video in my channel. Search for extent report in my channel search button. Not the RUclips search. To run multiple test cases, you have to know TestNG. If you're not familiar with it, watch the TestNG playlist.
Extend report is only one video. If multiple videos only, I'm making it as playlist. Please search extend report, in my channel search. Not the RUclips search on top. This way you can find videos. Let me know if you don't find it. Wil share the link.
@@LearnAutomationOnline bro some Projects require you to capture screenshots of even successful verification or validation. While failure screenshots are mandatory, but few scenarios require screenshots to prove application worked as expected. So if multiple screenshots are needed, then how would you store them in sequence?
Hi sir, Today i tried another method to take screenshot but i don't know is this best practice or not guide me if i am wrong. Robot robot = new Robot(); robot.keyPress(KeyEvent.VK_WINDOWS); robot.keyPress(KeyEvent.VK_PRINTSCREEN); robot.keyRelease(KeyEvent.VK_WINDOWS); robot.keyRelease(KeyEvent.VK_PRINTSCREEN);
@@LearnAutomationOnline Sir after adding import statement am getting this message "Access restriction: The method 'ImageIO.write(RenderedImage, String, File)' is not API (restriction on required library 'C:\Program Files\Oracle\OpenJDK 10.0.1\lib\jrt-fs.jar')"
Go to buildpath - configure buildpath, Remove the jre system library and add it again. After that restart the Eclipse. It will work. Of not please let me know.
@@rosyantony9099 In your Eclipse, go to Windows -> Preferences -> Java -> Compiler -> Errors/Warnings -> Deprecated and restricted API -> Forbidden reference (access rules): -> change to warning. If this is also, not working we have to select alternate JDK. try this once and let me know
I have made a video on taking screenshot with robot class. This may help you. But if you are asking whether if we can take screenshots via pressing print screen button, it's complex. Robot class has a dedicated way to take screenshots. ruclips.net/video/uySgVuVlPkk/видео.html
Hi sir!
Always fantabulous! You've proved that teaching is also a skill. Everybody can't have the skill to teach even they did masters in selenium r who have the capacity to write 1000 lines of testscripts.... simply awesome man! Epitome of trainer. u r beyond my exclamatory marks.
🙂🙏
Hi Arul,
Thank you so much. You played a vital role to teaching this automation for easy understandable method. I have seen your videos. Your Live Example is fantabulous. Whenever we perform that method or try to put coding means that examples comes in mind for easy way of execution. Thanks a lot!!!
I have learned another way to screen shot by using Robot class.. Thanks for the Info
Wowwww... detailed explanation Bro♥️ I have Learnt everything from the learn automation online Channel only bro...The way you brings up and conclude the concept is awesome..♥️ impressed and Knowledged ✨
Thank You so much Brother for fantastic lecture in Tamil. PROUD OF YOU ANNA.
Hi bro ,idha Mari easy ya irukum nu ninaikave illa .....thanks
Ji romba thanks ji... Your explanations are absolutely clear... I learnt automation only through your videos... And with your interview videos I cleared the interview... A great hatsoff to your videos and to you too☺☺☺😊
That's awesome Yamuna, if you don't mind, can u pls share the list of questions that you got, to my email arulprasath36@gmail.com . It will.be useful for other viewers.
I have sent the mail arul😀
Yep, just received. Thanks a lot Yamuna, for consolidating the questions.
@@yamunapalani6568 in which company you are working?
Ur way of teaching is really good bro
Thanks sasi reka
Love this tutorial Sir, Thanks a lot.
Arul you lectures are too good and wish they were in english since i can understand only a little bit tamil. I had gone through lot of blogs, channels, udemy courses but i find your lectures are more detail.
thanks a lot Tanya and sorry you couldn't make the most out of my videos due to language constraint. I believe, only the examples which am sharing will be difficult, but the coding part, even if there is no audio, you can grab I guess.
@@LearnAutomationOnline Yes i could grasp the coding part and appreciate for the small details you are explaining in interview point of view.
Thank you Brother. Really great lecture.
Thank you very much bro......! your video is amazing
Bro, your content is really super.. Here i have one doubt.. we can press PrintScreen button for full screen shot.. we really needed this?
one doubt about robot screenshots -webpage visible iruntha thaana robot screenshots work aagum .otherwise it is not working correcta sir.
Hi bro... Oru company ku job ku apply panni irundhan bro... Avanga assessment ah avangaloda website test panni upload panna sonnanga... Task is taking screenshot in different resolutions... Desktop and mobile resolution. Total ah 6 different resolutions la screenshot edukkanum... How to take screenshot in different resolutions bro... Guide me with this bro
great explanation bro tqu....!!!
Can you please make session for selenium using Python...
Using dataprovider i am running 5 test cases at the end. I want to tak screenshots. But final screenshot only saving in location previous screenshots overridden....please help me bro
Hi na, robot class eclipse la entha suggestion num varala na..Error adikuthu
Super
Thanks
Sir.. your videos are too good! easy to understand... in case of doubts, to clarify how to contact you?
Pls check if your question has already been answered on the comments asked before. If not post your doubt on the comment
@@LearnAutomationOnline ok ji
Thanks bro
bro how can we override the screenshot using diff way
How to download common -io , file utils
Hi sir, plz make a videos to automate otp .......
OTP is not a suitable candidate for automation. While in testing stage, you will disable the otp and test it.
@@LearnAutomationOnline tq sir....en frd Ku oru interview la intha question ketanga..tq for ur quick reply
Is it possible to scroll down and take screen shot of pages?
f
Hi Bro. I have one ques. I want to run multiple test case n I want to take screenshot too. So each cases I have to mention the name like D://sample.png
When do you want to take a screenshot, when the test case fails? Watch extent report video in my channel. Search for extent report in my channel search button. Not the RUclips search. To run multiple test cases, you have to know TestNG. If you're not familiar with it, watch the TestNG playlist.
@@LearnAutomationOnline extend report is not displayed anywhere. Yep I tried all the videos TestNg.Nw I m familiar in TestNg🙏🙏
Extend report is only one video. If multiple videos only, I'm making it as playlist. Please search extend report, in my channel search. Not the RUclips search on top. This way you can find videos. Let me know if you don't find it. Wil share the link.
@@LearnAutomationOnline Ya Got it bro.U mentioned as Creating beautiful report using extent report. Thank u so much.🙏
@@LearnAutomationOnline bro some Projects require you to capture screenshots of even successful verification or validation. While failure screenshots are mandatory, but few scenarios require screenshots to prove application worked as expected.
So if multiple screenshots are needed, then how would you store them in sequence?
Hi sir, Today i tried another method to take screenshot but i don't know is this best practice or not guide me if i am wrong.
Robot robot = new Robot();
robot.keyPress(KeyEvent.VK_WINDOWS);
robot.keyPress(KeyEvent.VK_PRINTSCREEN);
robot.keyRelease(KeyEvent.VK_WINDOWS);
robot.keyRelease(KeyEvent.VK_PRINTSCREEN);
bro if the interviewer asks can we get the full page screenshot by maximizing the window by using TakesScreenshot what to answer bro kindly reply
Even if you maximize, there’s no surety that it’s going to be full page screenshot. In the screenshot video I have explained one more way
@@LearnAutomationOnline ok bro thanks for your reply I got clear clarity
Hi na, i cannot see ImageIO class in my eclipse, is it related to java version!?
Which version of java are you using? It should be available in 8
@@LearnAutomationOnline yes na , i got it, i imported imageio import statement as you mentioned in another comment
Hi sir, I am not getting 'ImageIO' class, which jar file should I download for it...Please help me on it
Try to add this import statement. import javax.imageio.ImageIO; and let me know if this works
@@LearnAutomationOnline Sir after adding import statement am getting this message
"Access restriction: The method 'ImageIO.write(RenderedImage, String, File)' is not API (restriction on required library 'C:\Program Files\Oracle\OpenJDK 10.0.1\lib\jrt-fs.jar')"
Go to buildpath - configure buildpath, Remove the jre system library and add it again. After that restart the Eclipse. It will work. Of not please let me know.
@@LearnAutomationOnline As you mentioned I followed all,but still getting same error
@@rosyantony9099 In your Eclipse, go to Windows -> Preferences -> Java -> Compiler -> Errors/Warnings -> Deprecated and restricted API -> Forbidden reference (access rules): -> change to warning. If this is also, not working we have to select alternate JDK. try this once and let me know
Can we use robot.keypress to get screen shot?
I have made a video on taking screenshot with robot class. This may help you. But if you are asking whether if we can take screenshots via pressing print screen button, it's complex. Robot class has a dedicated way to take screenshots. ruclips.net/video/uySgVuVlPkk/видео.html
Thanks for clarifying me..
how to do this with python?
Python has built in methods to take screenshot. We don't have to use selenium. Python itself is having options. Screenshot I think the method name.
E̊t̊h̊ů k̊o̊n̊j̊åm̊ k̊ås̊t̊åm̊åå e̊r̊ůk̊ů b̊r̊o̊😂
Ůs̊i̊n̊g̊ r̊o̊b̊e̊r̊t̊ c̊l̊ås̊s̊ i̊s̊ d̊i̊f̊f̊i̊c̊ůl̊t̊
Yeah. But therinji vachikonga pothum