P15 - How to capture screenshots of a web page using Selenium WebDriver | తెలుగు |

Поділитися
Вставка
  • Опубліковано 29 гру 2024

КОМЕНТАРІ • 120

  • @HYRTutorials
    @HYRTutorials  3 роки тому +3

    📌 Selenium Java in Telugu Playlist link: bit.ly/3tL7Z9S
    ✴ Checkout my other playlists: bit.ly/3gLIAVL
    ☕ Buy me a coffee: bit.ly/33ljBWc

  • @bhuvaneshkondiparthi3539
    @bhuvaneshkondiparthi3539 8 місяців тому +1

    Excellent explanation bro.. 😍🙌🏻 class vintunte automatic ga interest vastundi 😊

  • @renuka-jv9fj
    @renuka-jv9fj 2 роки тому +2

    Tqqq sir telugulo chala Baga explain chesaru excellent keep some more veios on selenium programs

  • @Vamsi1810
    @Vamsi1810 2 роки тому +1

    Good Explanation bro. Really Satisfied with your playlist

  • @winswaroop
    @winswaroop 10 місяців тому

    Sir, you are the best 🙏🙏🙏🙏

  • @vishalpolepally1326
    @vishalpolepally1326 2 роки тому

    Thank you sir for clear explanation and making videos in telugu.

  • @User_7658
    @User_7658 2 роки тому +1

    Detailed explaination. Thank you Bro

  • @hemanthnani1644
    @hemanthnani1644 2 роки тому +1

    Good explanation tqs bro 😍😍

  • @ravindrasalapati4866
    @ravindrasalapati4866 3 роки тому +1

    very very clearly explained sir, Thank you

  • @babysivalakshmi
    @babysivalakshmi 3 роки тому +1

    Thanks for this Video 👍👏👏Well Explained

  • @lokeshyv4848
    @lokeshyv4848 3 роки тому

    thank you, sir, for these Telugu tutorials.

  • @sanjan77
    @sanjan77 Рік тому +1

    excellent teaching:)

  • @harisake6068
    @harisake6068 3 роки тому +1

    Thank you so much for your time

  • @pasuyoutube3004
    @pasuyoutube3004 2 роки тому +1

    Anna extraordinary explanation 👏

  • @neeharikareddytalks6321
    @neeharikareddytalks6321 9 місяців тому

    Explain sooper sir

  • @venkateshbommireddi1958
    @venkateshbommireddi1958 Рік тому

    Good teaching sir

  • @rohitRajana
    @rohitRajana Рік тому +1

    nice explanation

  • @Targetgroups123
    @Targetgroups123 2 роки тому +1

    👍👍👍👍👍👍 thank u

  • @raghavendragowd973
    @raghavendragowd973 2 роки тому +1

    Easy to understand anna

  • @yaswanthtirupathi6551
    @yaswanthtirupathi6551 2 роки тому +1

    Thank you so much bro😊

  • @Curiouskalyan
    @Curiouskalyan Рік тому +1

    Is it possible to get screenshots for each step or action in a single report

  • @harikaprathipati8386
    @harikaprathipati8386 9 місяців тому

    I'm unable to find FileUtils method .....FYI, I'm using web driver instance. Please let me know.

  • @kalyani8524
    @kalyani8524 2 роки тому +1

    Thank you sir

  • @maheshbabuyadavalli7071
    @maheshbabuyadavalli7071 2 роки тому +1

    sir mee videos follow avuthuntanu... topics chala baaga explian chesthuntaru..sir e video lo naaku *FileUtils* dhagara .copyfile() ravadam ledhu ..endhuko chepagalara pls sir

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      Somehow I missed your comment buddy.
      okasari screenshots teesi naku email chei buddy. and alage em em versions use chesthunnv anedi kooda mention chei once

  • @sri9410
    @sri9410 2 місяці тому

    How to save the captured screenshot to a share point folder. Can you plz do a video sir.

  • @grandhiprathyusha5022
    @grandhiprathyusha5022 8 місяців тому

    Sir if get screenshotas method is showing in eclipse then what to do

  • @mahindra2052
    @mahindra2052 2 роки тому +1

    hi bro , BDD cucumber videos chestara , me explanation chala baga vundi

  • @ramad1521
    @ramad1521 2 роки тому +1

    Hi Sir
    i am not geeting getscreenshot()method,
    do inned to update any dependency.
    Thankyou.

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      U r trying to call that method on webdriver instance or chromedriver instance?

    • @ramad1521
      @ramad1521 2 роки тому +1

      Chromedriver instance sir
      WebDriver driver = new ChromeDriver();

    • @HYRTutorials
      @HYRTutorials  2 роки тому +1

      Watch the video completely buddy.
      You will get the answer

  • @dailylifeofmob
    @dailylifeofmob 2 місяці тому

    Thank you

  • @vamsiviswanath-l2x
    @vamsiviswanath-l2x 6 місяців тому

    please make a vedio on save screen shot into word document

  • @chinnabond1
    @chinnabond1 2 роки тому +1

    Hi Sir, i wanted to call this method when any of the xpath or assertion failed in the code...please help me how to do that

  • @saranyajangam3264
    @saranyajangam3264 3 роки тому +2

    Hi HYR Tutorials,
    I am unable to see FileUtils class. Can you please let me know how to deal with this.

    • @HYRTutorials
      @HYRTutorials  3 роки тому

      which version of selenium jar you are using?

    • @saranyajangam3264
      @saranyajangam3264 3 роки тому +1

      @@HYRTutorials selenium-server-standalone-3.141.59.
      when I am trying to write FileUtils.I am not able to find it.

    • @HYRTutorials
      @HYRTutorials  3 роки тому

      @@saranyajangam3264 There are many ways in which you can get this file:
      1. if you use webdrivermanager in your project then it provides you this FileUtils class.
      2. Add commons.io dependency in your pom file.
      3. Instead of using FileUtils class, use FileHandler class provided from the selenium jar

    • @saranyajangam3264
      @saranyajangam3264 3 роки тому +1

      @@HYRTutorials I will try this

  • @smohan647
    @smohan647 2 роки тому +1

    Hi ,brother
    How do you comment multiple lines of code ?
    I have tried using ctrl+shift+/
    But it's commenting using *

  • @sruthivenum2851
    @sruthivenum2851 3 роки тому +1

    Sir I have one error in typing Fileutils.copyfile(source File, destfile);
    E line full error vastundi compilation prb ani pls cheppandi

    • @HYRTutorials
      @HYRTutorials  3 роки тому

      I have replied for the same in gmail

  • @nagasaihemanthjamili8403
    @nagasaihemanthjamili8403 2 роки тому +1

    Thanks for the video sir. Can we take screenshots without actually opening the browser? Is there a way to take screenshot by opening the browser in background? Thanks in advance.

    • @HYRTutorials
      @HYRTutorials  2 роки тому +1

      Try headless mode using chromeoptions

  • @trinadhmanda5593
    @trinadhmanda5593 2 роки тому +1

    sir..i need multiple screen shots then what i do

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      On what condition or on based on what scenario buddy?

  • @kishoreramudri5378
    @kishoreramudri5378 2 роки тому +1

    sir how to take screenshot for every drop down option..i used for loop to iterate thorugh drop down

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      But why do u want to take screenshot for every drop-down option buddy?

  • @sravanthichalla6975
    @sravanthichalla6975 2 роки тому +1

    Super

  • @sivapavankumar.m3719
    @sivapavankumar.m3719 2 роки тому +1

    Im not getting " FileUtil.copy..." by using Ctrl+space what should i do?

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      Which version of selenium you are using buddy

    • @manikanta-zb5hk
      @manikanta-zb5hk Рік тому

      ​@@HYRTutorialssir same problem...
      Using selenium version 4.8.3

  • @priyapattabhiraman1576
    @priyapattabhiraman1576 3 роки тому +1

    In 24th line I am not understanding how ur creating object .are u cretaing it for file .. I think we have to create it for source file.. confusion can u explain it again..?

    • @HYRTutorials
      @HYRTutorials  3 роки тому

      You will get the source file by using getscreenshot method.
      Now we need to move that file into our desired location so that's why we need to create the object for destination file.
      Try watching the video one more time (incase you have missed something), I have covered this point

  • @floraartworks
    @floraartworks 3 роки тому +1

    Sir , if I want to save the webpage as pdf in chrome browser , what will be the code ?

    • @HYRTutorials
      @HYRTutorials  3 роки тому +1

      If you are using selenium 4 then you can use print method.
      Note: it is available on top of chromedriver class

  • @uniqueall7263
    @uniqueall7263 3 роки тому +1

    Hi sir will you conduct online classes

    • @HYRTutorials
      @HYRTutorials  3 роки тому

      Currently i'm not taking any online classes but in near future i will.

    • @uniqueall7263
      @uniqueall7263 3 роки тому +1

      @@HYRTutorials ok sir If you take please let me know

    • @HYRTutorials
      @HYRTutorials  3 роки тому

      Sure

  • @BajiC
    @BajiC 2 роки тому +1

    is it possible to take screenshot of taskbar ?

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      Usually selenium will take the screenshots of app viewport only but if you want to take the screenshots of entire system screen then you must use any external libraries

  • @mamidivasudev5988
    @mamidivasudev5988 2 роки тому +1

    Sir FileUtils use chysinapudu .. aa class import avvadam leydhu sir what is the reason sir

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      Send me the screenshot on hyadagirireddytutorials@gmail.com

  • @SivaSankar-yp6hl
    @SivaSankar-yp6hl 3 роки тому +1

    Sir,getting FileOutputStream cannot be resolved to a type.

  • @sandeepjuturu4172
    @sandeepjuturu4172 2 роки тому

    Bro naku every new window ki screenshot kavali so prethi sari nenu edi rasukolenu kada alantapudu m cheyali !!

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      Apdu manam listeners use cheskochu or simple ga utility methods lopala deeni handle chesthe aa utility method call Ina prathinsaari screenshots vadtai

  • @user-rr2nd4ts3l
    @user-rr2nd4ts3l Рік тому

    Nice

  • @N.raju8247
    @N.raju8247 2 роки тому +1

    Sir fileutile.copy file chupiyatam ledhu na dantlo

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      Could be due to the versions difference only buddy

    • @sivapavankumar.m3719
      @sivapavankumar.m3719 2 роки тому +1

      @@HYRTutorials in that time how can we change the version

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      @@sivapavankumar.m3719 In the latest versions of selenium it is present mostly.

  • @RamakrishnaMarla
    @RamakrishnaMarla Рік тому

    emi scucess anna , ma office lo tamil vallu kuda , ni videos chustha unnaru

  • @tarakaphani5006
    @tarakaphani5006 Рік тому +1

    How to upload a file in selinium

    • @HYRTutorials
      @HYRTutorials  Рік тому

      Okavela upload button anedi type input ithe sendkeys method use cheyyachu buddy

    • @manikanta-zb5hk
      @manikanta-zb5hk Рік тому

      ​@@HYRTutorialsinput type kakunte yenti sir??

  • @pallavolisowjanya4438
    @pallavolisowjanya4438 2 роки тому +1

    👍🏽👍🏽

  • @AshwinRudrabatla
    @AshwinRudrabatla Рік тому

    Hi Sir, where can I find your email id to share my query via email ?

  • @krishnaartz2027
    @krishnaartz2027 2 роки тому +1

    im not getting getScreenshot Method

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      Send me the screenshots on hyadagirireddytutorials@gmail.com

  • @_seediraviteja
    @_seediraviteja Рік тому

    How to capture the screenshot with website url ?

    • @HYRTutorials
      @HYRTutorials  Рік тому

      By default selenium doesnt allow that buddy but you can use some third party applications like ashot

  • @MustafaExplores
    @MustafaExplores 2 роки тому +1

    Hi Bro,
    My software is not showing driver.getScreenshotAs.
    kindly help me to fix

    • @HYRTutorials
      @HYRTutorials  2 роки тому

      Probably your driver instance is of type WebDriver. So try to typecast the driver instance to TakeScreenshot reference buddy.
      Watch the video fully and you will understand that.

  • @prashanthreddymaktha
    @prashanthreddymaktha 3 роки тому +1

    Hi Yadagiri I have one small doubt how to take full screenshot including url. As I can see in your tutorial url is not captured in the screenshot.

    • @HYRTutorials
      @HYRTutorials  3 роки тому

      Using selenium 4, we can take the full screenshots.

  • @dailylifeofmob
    @dailylifeofmob 3 місяці тому

    Thank you bro

  • @RajaniP-y6y
    @RajaniP-y6y 8 місяців тому

    Super

  • @gayathrimallesh4492
    @gayathrimallesh4492 10 місяців тому +1

    Bro Naku file utilies anai kanipiyadam ledu bro

  • @RajaniP-y6y
    @RajaniP-y6y 8 місяців тому

    Super