Part26-Selenium with Java Tutorial | Practical Interview Questions and Answers| Capture Screenshot

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

ความคิดเห็น • 48

  • @yasmeenhasan9925
    @yasmeenhasan9925 2 ปีที่แล้ว +4

    Pavan sir is the best! The way he explains amazing. From Bangladesh

  • @chandurajendra6050
    @chandurajendra6050 8 หลายเดือนก่อน +1

    Superrr. clear..yet very simple explanation sir...thank u

    • @sdetpavan
      @sdetpavan  8 หลายเดือนก่อน

      Welcome

  • @yasmeenhasan9925
    @yasmeenhasan9925 2 ปีที่แล้ว +4

    You are an awesome teacher, very well explained

  • @MyGreatAchievers
    @MyGreatAchievers 2 ปีที่แล้ว +2

    best explanation ever heard, you are the best sir

  • @mohitgupta7145
    @mohitgupta7145 3 ปีที่แล้ว +3

    Thankyou sir for updating on new features of Selenium 4..

  • @abrarnadaf7569
    @abrarnadaf7569 3 ปีที่แล้ว +2

    Daaaam understandable ....great sir ....

  • @basilabasheer2653
    @basilabasheer2653 2 ปีที่แล้ว +1

    Thank you soo much sir.... Classes are really helpful... 😊

    • @sdetpavan
      @sdetpavan  2 ปีที่แล้ว

      Most welcome

  • @sonalkanchan147
    @sonalkanchan147 ปีที่แล้ว +1

    You made it really simple. Thanks a lot
    😃

  • @akashp9318
    @akashp9318 2 ปีที่แล้ว +2

    THANK YOU SO MUSH..! I LOVING IT

    • @sdetpavan
      @sdetpavan  2 ปีที่แล้ว

      most welcome

  • @NagalakshmiNaga-n5o
    @NagalakshmiNaga-n5o ปีที่แล้ว +2

    Thanku sir

  • @numeshialmapiyasiri
    @numeshialmapiyasiri 9 หลายเดือนก่อน +2

    Thank you sir

    • @sdetpavan
      @sdetpavan  9 หลายเดือนก่อน

      Welcome

  • @ashakona439
    @ashakona439 2 ปีที่แล้ว +1

    It has really helped me, thank you for the video

  • @sreehaschinnu1
    @sreehaschinnu1 4 หลายเดือนก่อน

    i have executive the program output open the url but screenshot is pop

  • @srinusrinivas5679
    @srinusrinivas5679 2 ปีที่แล้ว +1

    Thank you sir

  • @sundarselvaraj9683
    @sundarselvaraj9683 2 ปีที่แล้ว +1

    How to get multiple screenshot using webdriver sir

  • @gurramvasu4420
    @gurramvasu4420 2 ปีที่แล้ว

    Hai Pavan,
    how to capture screenshot of pop up window /alert box using selenium Webdriver?if it possible to capture screenshot can you explain?

  • @prakhar16
    @prakhar16 2 ปีที่แล้ว

    What if I want to take screenshot of entire page?
    I have to scroll and call screenshot method again and again or any other method available in selenium?

  • @soniarathi8165
    @soniarathi8165 3 ปีที่แล้ว +1

    Hello, I am getting error on FileUtils not showing suggestions to import. what can be the issue?

    • @aloneff7914
      @aloneff7914 2 ปีที่แล้ว

      same here what to do

    • @jagadesht4551
      @jagadesht4551 ปีที่แล้ว

      Use FileHandler.Copy() method

  • @MidnightMemories17
    @MidnightMemories17 2 ปีที่แล้ว

    Completed

  • @santhoshkirankumar840
    @santhoshkirankumar840 3 ปีที่แล้ว

    Can we get this project any where in github..these are really helpful videos...if not, Could you please upload to your git hub reposiotry

  • @marlynj7930
    @marlynj7930 3 ปีที่แล้ว

    Thank You Sir!

  • @mukheshkumarchokkala6685
    @mukheshkumarchokkala6685 3 ปีที่แล้ว

    Can you please give overview about Tosca testing tool?

  • @rupalidhekane8616
    @rupalidhekane8616 2 ปีที่แล้ว

    Sir which tool used for xpath ?

  • @sateeshchittimodu4953
    @sateeshchittimodu4953 2 ปีที่แล้ว

    tq sooo much sir

  • @Shubham-fk4is
    @Shubham-fk4is 2 ปีที่แล้ว +5

    We can do the same using below,
    File A = ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE);
    Files.copy(A,new File("C:\\Users\\Shubh\\Downloads\\PIC\\amzshot.png"));

  • @brouhaha3546
    @brouhaha3546 2 ปีที่แล้ว

    RemoteWebDriver driver =new ChromeDriver(); why we are not using this sir vs WebDriver driver=new ChromeDriver(); why we are using this sir.

  • @prabhumishra3323
    @prabhumishra3323 3 ปีที่แล้ว +1

    program is running fine but the screenshot is not getting captured. Can you pls help me with that?

    • @muthukumar-rh8jh
      @muthukumar-rh8jh 3 ปีที่แล้ว +2

      Instead of using FIleUtils.copyFile , Put FileHandler.copy it will work .

  • @revatijoshi8866
    @revatijoshi8866 3 ปีที่แล้ว +1

    Every screen shot only replace the first one screen shot .how to have all screen shot in one folder

    • @syamalaalapati6206
      @syamalaalapati6206 2 ปีที่แล้ว

      this is my problem also can you give me answer?

  • @wirthwatching
    @wirthwatching 2 ปีที่แล้ว +1

    This does not teach how to take a screenshot of a full page. In only teaches how to take a screenshot of the current view port. In Firefox, you can take a full-page screenshot by using .getFullPageScreenshotAs