Seleniu Tutorial series | Advanced Concepts | PART 12 - Handling IFrames |Tamil

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

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

  • @Tourforu56
    @Tourforu56 5 ปีที่แล้ว +7

    There days teaching these without any ads is not easy you are great sir 😊
    Once get placed I will give you treat thanks for the time you spent its valuable for us😀

    • @LearnAutomationOnline
      @LearnAutomationOnline  5 ปีที่แล้ว +8

      Keeping ads in educational videos is not at all a mistake. 😊. People are tolerating ads for paid TV channels. But when a content creator on TH-cam, puts ad, people are becoming mad. 😂. Nan nallavan than, romba nallavan kedayathu. 😉. Thanks a lot in advance for the treat. 😍

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

    Really very nice sir I can understood easily pls teach all the selenium using method and then I am waiting for next videos ... perfect teaching....

    • @LearnAutomationOnline
      @LearnAutomationOnline  5 ปีที่แล้ว

      So happy to hear this Ananth. 😊. Yes, all the next videos will be on the same pattern only. I hope you will enjoy that as well. If you like the videos, share it with your circle and ask them to subscribe ☺️

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

    Very good teaching skill.. Awesome teaching sir.. Keep posting more videos.

  • @AK-tt7fc
    @AK-tt7fc 2 ปีที่แล้ว

    Very useful . doing grt job. After finishing your Jira tutorials .Now watching Selenium videos. Selenium projects ku new video poduga . Full selenium project eppadi erukum nu .

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

    Really happy anna with neat explanation

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

    Hi sir vera level explanation actully i had big doubt but i again watched the video slowly then i got clarity .After this lockdown we expect more videos from u sir as well as please let us know once your learning automation website is renewed

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

    Anna ethu 0th frame and ethu first frame nu namabalae assume pannika mudiyathula, neenga first katuna example page la google adds kandabadi erunthichu athu maari eruntha ethu first frame ethu second frame nu epudi na kandupidipeenga???

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

    Bro Oru Doubt , tag use pani search pandra apo result 3 nu varuthu but webpage uh inspect panni pakara apo 5 iruku ? but 3 tha varuthu y?

    • @Tom-dj9ly
      @Tom-dj9ly 2 ปีที่แล้ว

      may be athu calculating main 3 frames only, nested frame ha vitruthu

  • @ManojKumar-ke4tp
    @ManojKumar-ke4tp 3 ปีที่แล้ว +5

    Hi bro...As you told, For finding the number of frames present, we considered how many times s tag is used..But here nested frames also used. So the number of frames should be 4 naa?

    • @Tom-dj9ly
      @Tom-dj9ly 2 ปีที่แล้ว

      if u add nested frames ,then total is 5 not 4.

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

    super bro nice video....do more videos bro.................

  • @Tom-dj9ly
    @Tom-dj9ly 2 ปีที่แล้ว +1

    HI Anna
    Enakku nested frame work agala. I used below code . no errors . appaum code no such elements nu varuthu.
    driver.switchTo().defaultContent();

    driver.switchTo().frame(1);
    driver.switchTo().frame("frame2");

    WebElement box2 = driver.findElement(By.id("Click1"));
    box2.click();

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

    Very good teaching ❤️👍

  • @subhashinid4456
    @subhashinid4456 5 ปีที่แล้ว

    Hi Sir....I am watching from the starting of Selenium I can understood easily Actually I don't no manual testing i know only the basics of manual testing. Can you please teach manual testing also.

    • @LearnAutomationOnline
      @LearnAutomationOnline  5 ปีที่แล้ว

      There's nothing to teach or practice anything in manual testing. All you have to understand is the types of testing like regression, smoke, sanity, and so on. This is full of theory. Read guru 99.

    • @subhashinid4456
      @subhashinid4456 5 ปีที่แล้ว

      @@LearnAutomationOnline Okay sir. Thank you

  • @kripajiparameswran6245
    @kripajiparameswran6245 4 ปีที่แล้ว

    Hi Ji, Thanks for the video, If you list we have to use any of the 7 ways which used iterate,but have directly done.

    • @LearnAutomationOnline
      @LearnAutomationOnline  4 ปีที่แล้ว

      Please mention the time frame on where this is occurring on this video. So it will be easier for me to understand what u r asking

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

    Hi Anna,
    I could see many tags inside the main html i.e nested s. As per your explanation it counts only the main 3 s. Suppose if I want to count all then what we need to do.

    • @hashirhasmy1042
      @hashirhasmy1042 6 หลายเดือนก่อน

      @priyadarshinisuriya6460 The reason is we declaring driver variable we can only do actions (finding elements) with main html page. you getting 3 frames because those included in main html page. 4th tag is inside a one of the main . That's why you got output as 3.

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

    Sir....Enaku import list from java util (15.01sec).. Andha option kattavaee illa sir....Error varudhu enna panradhu sir🙁plzzz rply me sir✨

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

    Hi Sir, I have tried the same code which u r using above for frames. But click me button inside the 1st frame is not working. What I have to do?

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

    How to find the frame other than giving as 0 or 1 0r 2, if we don't have id or name?? can we go by xpath?

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

      No we can't. Switch to frame method requires an integer or string value. If it's an integer it will search based on position, if it's a string it will either assume that the given string is Id or name. Even if you give xpath, it can't find.

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

      @@LearnAutomationOnline Even if it so, if the frames are arranged in parallel manner like 4rows with 2 columns full of frames, will it take 2nd row 1st column frame as '2' or '3' ?

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

      In user interface it may appear like, the frames are parallel. But in html code, it won't be parallel. It will be sequential only. It will take that only into consideration not hoe it's appearing in the UI.

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

    Frame aa count panrapa... nested frame um Sethu count aagadha bro...

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

    hi bro ,
    how to open control + click() in selenium

  • @SatishKumar-rt8zc
    @SatishKumar-rt8zc 4 ปีที่แล้ว +1

    Hi bro,
    Thanks for ur videos...am getting error while providing list webelement like"the type list not generic ,it cannot be parameterized with argument...can u please help me..

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

      Check the import statements for list and web element. List should be of java util category and webelemnt should be under selenium category. I think u used some other list. Check them

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

      @@LearnAutomationOnline I also got the same error I deleted the import List and clicked on the error its showed me to add import List I did select util as you mentioned. I hope this helps others too.. I messaged you in FB and insta please see thanks @Learn Automation Online

    • @Tom-dj9ly
      @Tom-dj9ly 2 ปีที่แล้ว

      List
      pls import " java.util.List;"

  • @packiarajthusianthan5369
    @packiarajthusianthan5369 4 ปีที่แล้ว

    Hi bro, defaultcontent() applicable for both frame and window. But after closing current window (switched window), can not use defaultcontent method.

  • @Vijay-el8dr
    @Vijay-el8dr 2 ปีที่แล้ว

    Hi Arul,
    driver.findelements(By.tagName("")); this will not include nested frames? and why?

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

      By default, the outer level html will only be scanned. U have to switch if u want to read from nested html

  • @harishragavan2508
    @harishragavan2508 4 ปีที่แล้ว

    Very nice sir thanks

  • @chidambararaja6125
    @chidambararaja6125 4 ปีที่แล้ว

    Can i pass Iframe xpath(WebElement) in method like driver.switchto.(driver.findelement(By.xpath(".//[@class'button']"));

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

    Rocking bro

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

    Sir pls will teach and show one demo how to do testing web application and how to do start pls give some tricks

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

      Ananth, I'm not sure on what you are asking. What we are doing right now is web application testing only. I presume you are asking something like a project? Am I correct??

    • @sakthii7749
      @sakthii7749 5 ปีที่แล้ว

      @@LearnAutomationOnline yes I too expecting like a project ur teaching are easy to understand

    • @LearnAutomationOnline
      @LearnAutomationOnline  5 ปีที่แล้ว

      There are close to 200 videos in my channel. Please refer to my playlists tab. You can find almost everything related to test automation. Or search in my Channel, live selenium project. Please note this is on my channel search not TH-cam search.

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

    Test leaf site not working sir
    How to practice..give other site sir

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

    hi Sir
    Good Day!!
    one doubt: is there any reason why we are using SET for handling windows and LIST for handling frames. please help me in this doubt.
    thank you in advance Sir.

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

      that's the return type decided by the selenium team. Most probably the reason would be to avoid duplicate window handles.

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

      @@LearnAutomationOnline ohh okay Sir thank you 😀😀 For responding immediately actually this was asked in my interview yesterday

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

      Hope u have cleared it.

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

      @@LearnAutomationOnline yeas Sir actually i am waiting for the next round

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

      Awesome. All the very best

  • @SathiskumarN-x8g
    @SathiskumarN-x8g ปีที่แล้ว

    where is the video for selenium waits?

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

    tq brother

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

    Ethu linus os ku work agatha pls sir solluga

  • @ananths2545
    @ananths2545 5 ปีที่แล้ว

    Sir please take Java basic class

    • @LearnAutomationOnline
      @LearnAutomationOnline  5 ปีที่แล้ว

      Sure Ananth. But I can't do that immediately. Right now, I have to cover the testing related aspects, in that itself, we will get the ideas related to Java. However, I will make complete step by step Java learning tutorials for sure. Stay tuned. Happy learning 😊

  • @sakthii7749
    @sakthii7749 5 ปีที่แล้ว

    Hi Wait concept video available ah

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

      Yes. Please refer to selenium interview questions playlist. Or you can search in my channel. Not TH-cam search. Go to my channel page and on the right corner you can see a search icon. Search using that.

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

      Go to the playlist tab on my channel, you can see selenium interview questions playlist. In that implicit, explicit and fluent wait videos are available.

    • @sakthii7749
      @sakthii7749 5 ปีที่แล้ว

      @@LearnAutomationOnline thanku so much.immediate response always thanks alot

  • @chandhinikrishnakumar1468
    @chandhinikrishnakumar1468 5 ปีที่แล้ว

    Hi,
    Thank you, you re really doing a great job.
    I have doubt here. Though we have name for nested frame, instead of coding driver.switchTo().frame("frame2");, Can I use this code ?
    driver.switchTo().frame(2)
    However, it is throwing error. I would like to understand why this sequential integer arguments not working for thisframe?

    • @LearnAutomationOnline
      @LearnAutomationOnline  5 ปีที่แล้ว

      Because the frames are not at the same level. It's nested as you said. If the frames are at same level, integers will work.

    • @chandhinikrishnakumar1468
      @chandhinikrishnakumar1468 5 ปีที่แล้ว

      @@LearnAutomationOnline Tq. Got it.

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

    Switch to alert edhuku bro

    • @TT-xg7qd
      @TT-xg7qd ปีที่แล้ว

      To handle the alerts , because if we not handle the Alert , we cannot interact other things in your screen , so we use switchTo().alert(); to handle it ..