Hi Naveen, I just attended selenium interview and they asked me to write the code for taking screenshot . Your videos of selenium are superb and easy to understand. Eventhough i am a manual resource and recently i went through your videos and learnt selenium with my own interest and trying to attend interviews where i am gaining my confidence levels to answer. This was the first time i am attending selenium interview ,even though i know basic things i could not remember the code for entire selenium. I am practicing now and referring your videos which gives me boost my confidence. Thank you so much and keep uploading videos on new technologies. I will refer my friends . Hats off to you. No words to say.
Subscribe to my channel for more videos on Selenium-Java, Junit, TestNG, Cucumber, Jenkins, Maven, SOAP UI and many more... th-cam.com/channels/XJKOPxx4O1f63nnfsoiEug.html?view_as=subscriber
Hi Naveen, thank you so much for your hard work and your valuable time .Really appreciate your time and hard work. Your explanation is very simple and easy to understand. Please keep it up good work bro👏
Hi Naveen Sir, You taught some methods like Contains(),Starts-With.,Ends-With..in your dynamic xpath creation video and there is one more video of yours on customized xpath in which you covered iterating tables in which you covered preceding-sibling and following-sibling properties. Do you have anymore videos on tables which covers some more properties and is there any way to get rid of StaleElementException Thanks for all your videos :) Thanks in advance
Hi Naveen, small doubt.. Any how implicitly wait is waiting for 40 seconds if explicit wait(5) suppose element is not found. then implicitly wait can handle this right..? Here can u pls elaborate bit more on diff between implicitly wait and explicit wait.. Thanks in advance.
Hi Naveen, Your videos are very nice. Your way of explanation is straight to the point and neat.Thank you so much for sharing ur knowledge. If we declare implicit wait, it is applicable to all elements in the web page.Then what is the purpose of declaring explicit wait?What is the difference between these 2 waits?Kindly reply.Also please make a video on manual testing FAQ's or manual testing imp topics...JMeter and other imp topics.
Hi Naveen, Thanks for the classes. I have a doubt. on your 'Navigations' code there was "driver.manage().window().maximize();" but while testing your window didn't get maximized, did any one noticed ? please clarify..
Hai Naveen, Your videos are great.. I have a question for this video..I understood how to navigate from one webpage to another by using navigate to but how can we open it in a new tab? ie., opening google is my first function and I wanted to open amazon web page in a new page..How can i perform this operation? Please help me out with this question
Hi Naveen...Thanks for this video. I am facing one problem. When i'm going back to the previous page using driver.navigate().back() then it's going back to the previous page that is working fine. But if the previous page has s then the previous page loads only the part not the whole page after clicking on browser back button. It's throwing org.openqa.selenium.StaleElementReferenceException. Can you please help me how to resolve this issue?
I am not sure but I think if you are following page object model, this pblm will be resolved. I think stale element exception is not thrown when you are using @FindBy to locate your elements (not sure)
Hi Naveen, i had started watching your videos.....Please could you send me the link of your code because i want to increase the font-size and to copy the takescreenshot lines.
One quetion, here in CLickon fucntion, how we are understanding that the timeout provided is seconds only, in function we have not declared anywhere TimeUnit.seconds .Thanks
@5:37 time....When u ran the script and the driver.manager().windows().maximize() line didnt work.....U can still see the window in small size...May i know why that didnt work???
Hi, I am using mac machine. It is giving me error as "Exception in thread "main" java.io.IOException: Destination '/Users/suyog.ratnaparkhi/Downloads/MySelenium/screenshots' directory cannot be created.
Hi Naveen, Me once again , hope you dont mind. "33:10" I am getting the "no such element..invalid xpath..." error instead of "waiting for element to be clickable" error. Please help we know why. Thanks.
you have to mention file name be it .jpg or .png , anything. So, the updated path for file would be ---> C:\\Users\\Owner\\Desktop\\selenium classes\\google.png
Sir, while giving explicit wait command, I am getting an error. new WebDriverWait(driver, timeout).ignoring(StaleElementReferenceException.class) Multiple markers at this line - The constructor WebDriverWait(WebDriver, int) is undefined - Line breakpoint:ExplicitwaitConcept [line: 28] - clickOn(WebDriver, WebElement, int)
I am also getting the same error. It is instructing me to change the declaration int to duration. If I change so it is not accepting the value 20 secs.
FileUtils not working use the below line.. File src = ((TakesScreenshot) driver ).getScreenshotAs(OutputType.FILE); FileHandler.copy(src, new File("C:\\Users\\Gaurav\\Downloads\\hello.png"));
Hi, how we can solve this error?[ Exception in thread "main" org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to be clickable: By.id: email (tried for 30 second(s) with 500 MILLISECONDS interval) ] please reply
Hi Naveen Sir, i tried your code for screenshot but its not working. the error shows and says -the method copyFile(File, File) in the type FileUtils is not applicable for the arguments (File) FileUtils.copyFile(src,new File(C:\Users\km\eclipse-workspace\seleniumcodespractice\src\demosel1\screenshot\google.png); can you tell what i did wrong here? or way to fix it? thank you in advance.
FileUtils.copyFile(src,new File("C:\\Users\\km\\eclipse-workspace\\seleniumcodespractice\\src\\demosel1\\screenshot\\google.png"); try with this command, it should work, why 2 \ is because java understand single \ as ASCII character (like we use it for \t), in order to make java understand that we are providing a valid folder path, we need to mention the path with 2 '\'
In my case, the question about take screenshot is a bit harder! Suppose you go to a page, click on a link and a popup is displayed. You have to take screenshot of only that popup (not the whole page). Anyone knows how to do it? I know that it is possible with Python but I want to do it with Java. Any suggesstion how to do it?
Hi Naveen , The FileUtils statement is no prompting to add IOException ,instead FileUtils cannot be resolved.I have checked and matched my code with your several times but unable to find the solution. Please can you help? Thanks in advance!\ Awesome Vids btw :)
while taking screenshot, I need to use FileUtils.copyFile. and import org.apache.commons.io.FileUtils; but these are not working now, unable execute, Naveen Sir please help
Hi Naveen, I just attended selenium interview and they asked me to write the code for taking screenshot . Your videos of selenium are superb and easy to understand. Eventhough i am a manual resource and recently i went through your videos and learnt selenium with my own interest and trying to attend interviews where i am gaining my confidence levels to answer. This was the first time i am attending selenium interview ,even though i know basic things i could not remember the code for entire selenium. I am practicing now and referring your videos which gives me boost my confidence. Thank you so much and keep uploading videos on new technologies. I will refer my friends . Hats off to you. No words to say.
Hey Archana. How can I get in touch with you? Wanted to ask you about the interviews.
Subscribe to my channel for more videos on Selenium-Java, Junit, TestNG, Cucumber, Jenkins, Maven, SOAP UI and many more...
th-cam.com/channels/XJKOPxx4O1f63nnfsoiEug.html?view_as=subscriber
Hi Naveen, thank you so much for your hard work and your valuable time .Really appreciate your time and hard work. Your explanation is very simple and easy to understand. Please keep it up good work bro👏
Hi Naveen Sir,
You taught some methods like Contains(),Starts-With.,Ends-With..in your dynamic xpath creation video and there is one more video of yours on customized xpath in which you covered iterating tables in which you covered preceding-sibling and following-sibling properties. Do you have anymore videos on tables which covers some more properties and is there any way to get rid of StaleElementException
Thanks for all your videos :)
Thanks in advance
nice explain perfect tutorial for selenium automation
Hi Naveen, small doubt.. Any how implicitly wait is waiting for 40 seconds if explicit wait(5) suppose element is not found. then implicitly wait can handle this right..? Here can u pls elaborate bit more on diff between implicitly wait and explicit wait..
Thanks in advance.
Did you get the answer to your question?
@@abhishekcardigan3770 no
Hi Naveen,
Your videos are very nice. Your way of explanation is straight to the point and neat.Thank you so much for sharing ur knowledge.
If we declare implicit wait, it is applicable to all elements in the web page.Then what is the purpose of declaring explicit wait?What is the difference between these 2 waits?Kindly reply.Also please make a video on manual testing FAQ's or manual testing imp topics...JMeter and other imp topics.
Hi Naveen, Thanks for the classes. I have a doubt. on your 'Navigations' code there was "driver.manage().window().maximize();" but while testing your window didn't get maximized, did any one noticed ? please clarify..
Yes it was not maximized
super catch. true tester
Even i had the same doubt..did Naveen reply to your comment
Hai Naveen, Your videos are great.. I have a question for this video..I understood how to navigate from one webpage to another by using navigate to but how can we open it in a new tab? ie., opening google is my first function and I wanted to open amazon web page in a new page..How can i perform this operation? Please help me out with this question
What is the difference between implicit wait and explicit wait?
Best videos I saw yet
hi naveen..this video is really helpful..now the selenium version has changed right so will be any change in API 's??
Hi Naveen...Thanks for this video. I am facing one problem. When i'm going back to the previous page using driver.navigate().back() then it's going back to the previous page that is working fine. But if the previous page has s then the previous page loads only the part not the whole page after clicking on browser back button. It's throwing org.openqa.selenium.StaleElementReferenceException. Can you please help me how to resolve this issue?
I am not sure but I think if you are following page object model, this pblm will be resolved. I think stale element exception is not thrown when you are using @FindBy to locate your elements (not sure)
vedio is also very good
Thanks for watching
Hi Naveen, i had started watching your videos.....Please could you send me the link of your code because i want to increase the font-size and to copy the takescreenshot lines.
One quetion, here in CLickon fucntion, how we are understanding that the timeout provided is seconds only, in function we have not declared anywhere TimeUnit.seconds .Thanks
Hi Naveen,
The page of cities and state is not displayed.
but all the videos are really helpful
Thanks a lot.
@5:37 time....When u ran the script and the driver.manager().windows().maximize() line didnt work.....U can still see the window in small size...May i know why that didnt work???
Greate video. Thank you so much for providing information.
Hi, I am using mac machine. It is giving me error as "Exception in thread "main" java.io.IOException: Destination '/Users/suyog.ratnaparkhi/Downloads/MySelenium/screenshots' directory cannot be created.
Hi Naveen,
Me once again , hope you dont mind. "33:10" I am getting the "no such element..invalid xpath..." error instead of "waiting for element to be clickable" error. Please help we know why.
Thanks.
tried this but keep getting error not working for me
File src = ((TakesScreenshot) driver).getScreenshotAs(OutputType.FILE);
FileUtils.copyFile(src, new File("C:\Users\Owner\Desktop\selenium classes"));
you have to mention file name be it .jpg or .png , anything. So, the updated path for file would be ---> C:\\Users\\Owner\\Desktop\\selenium classes\\google.png
Is there any online compiler for practice Selenium
i love ur voice
Thanks
Sir, while giving explicit wait command, I am getting an error.
new WebDriverWait(driver, timeout).ignoring(StaleElementReferenceException.class)
Multiple markers at this line
- The constructor WebDriverWait(WebDriver, int) is undefined
- Line breakpoint:ExplicitwaitConcept [line: 28] - clickOn(WebDriver, WebElement, int)
I am also getting the same error. It is instructing me to change the declaration int to duration. If I change so it is not accepting the value 20 secs.
Hello Naveen What could be the reason for not getting Exception after 20 Seconds ?
What do U mean external URL? I mean what is difference between external URL and Normal URL?
excellent videos
FileUtils not working use the below line..
File src = ((TakesScreenshot) driver ).getScreenshotAs(OutputType.FILE);
FileHandler.copy(src, new File("C:\\Users\\Gaurav\\Downloads\\hello.png"));
thanks bro
Thanks a lot @gauravgarg8777 it worked for me too ☺️☺️
Hi Naveen, Thank you so much for the video and one question on this somehow could not able to import FileUtils.copyfile is there any way to fix it ??
you need to download org.apache.commons.io.jar and add in selenium
FileHandler.copy(src, path) will also work
@@gokusaiyan6809 This is working
Hi Naveen, fileutils cannot be resolved while taking a screenshot when google . it says the latest version doesn't support FileUtils..pls help
Files.copy(source file, destination file);
Hi, how we can solve this error?[ Exception in thread "main" org.openqa.selenium.TimeoutException: Expected condition failed: waiting for element to be clickable: By.id: email (tried for 30 second(s) with 500 MILLISECONDS interval) ] please reply
hi Naveen , m not able to take the screenshot with the code which you have given.. Could you please help me in this
try like below:File src=((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE);FileHandler.copy(src, new File("C:\\Users\\google.png"));
Hi Naveen Sir, i tried your code for screenshot but its not working. the error shows and says -the method copyFile(File, File) in the type FileUtils is not applicable for the
arguments (File)
FileUtils.copyFile(src,new File(C:\Users\km\eclipse-workspace\seleniumcodespractice\src\demosel1\screenshot\google.png);
can you tell what i did wrong here? or way to fix it?
thank you in advance.
Instead of FileUtils.copyFile(), use FileHandler.copy(), it will work.
@@soujanyaambati4251 Mine still not working
FileUtils.copyFile(src,new File("C:\\Users\\km\\eclipse-workspace\\seleniumcodespractice\\src\\demosel1\\screenshot\\google.png");
try with this command, it should work, why 2 \ is because java understand single \ as ASCII character (like we use it for
\t), in order to make java understand that we are providing a valid folder path, we need to mention the path with 2 '\'
@@sanchitgandhi7551 thanks its now working fine with one \
Hi how to use setsleep in cucumber frame work
In my case, the question about take screenshot is a bit harder! Suppose you go to a page, click on a link and a popup is displayed. You have to take screenshot of only that popup (not the whole page). Anyone knows how to do it? I know that it is possible with Python but I want to do it with Java. Any suggesstion how to do it?
Hi Naveen ,
The FileUtils statement is no prompting to add IOException ,instead FileUtils cannot be resolved.I have checked and matched my code with your several times but unable to find the solution. Please can you help? Thanks in advance!\
Awesome Vids btw :)
It's FileHandler.copy(File, File) now. It'll work for sure :)
Great, I tried it and its working
thanks for sharing
+Jyoshna Manubolu thanks jyoshna
Just checked now: "Its still waiting" Date:11March 2022
Please update ur date accordingly :)
#Just_for_fun
while taking screenshot, I need to use FileUtils.copyFile. and import org.apache.commons.io.FileUtils; but these are not working now, unable execute, Naveen Sir please help