Different Locators in WebDriver (ID,Xpath,CSSSelector etc) - Selenium WebDriver Session 3

Поделиться
HTML-код
  • Опубликовано: 29 ноя 2024

Комментарии • 176

  • @gayatritankar7856
    @gayatritankar7856 Год назад +1

    I am working as a Manual Tester, and now I am learning Selenium to upgrade myself. Your videos are so helpful to learn easily, thanks a lot.

  • @jaijagadeesha9357
    @jaijagadeesha9357 4 года назад +9

    Thanks naveen for woderful effort. I reffered your's recordings. Now i got placed in good MNC in last week as senior Test Engineer.
    Jai Jagadeesha

  • @naveenautomationlabs
    @naveenautomationlabs  7 лет назад

    Subscribe to my channel for more videos on Selenium-Java, Junit, TestNG, Cucumber, Jenkins, Maven, SOAP UI and many more...
    ruclips.net/channel/UCXJKOPxx4O1f63nnfsoiEug?view_as=subscriber

  • @taherafirdose7027
    @taherafirdose7027 4 года назад +4

    Thank you Naveen for helping me to learn automation.. I have seen couple of youtube videos on automation, your way of teaching is far the best...

  • @Kamal-vd1zg
    @Kamal-vd1zg 5 лет назад +9

    You explain everything very clear
    But one problem font size please increase it.

  • @nidhi198325
    @nidhi198325 3 года назад +4

    Your training has really helped me immensely. Thank you so much sir!

  • @ShubhVin3106
    @ShubhVin3106 3 года назад +1

    You are GOAT in AUTOMATION 🙌😎

  • @saisanketh6146
    @saisanketh6146 4 года назад +2

    explained very well about xpath and links thank you so much

  • @sAlam-ek8uw
    @sAlam-ek8uw 5 лет назад +4

    very useful, hats off to u Naveen!!!!!Great job indeed

  • @nidhim4017
    @nidhim4017 6 лет назад +1

    Firebug is disabled in latest firefox above v57(or so).
    Solution- inspector is now in-built in Firefox. Just go to Settings in Firefox - >Webdeveloper->Inspector (OR) Ctrl+Shift+C . This will enable the inspector and you can find your id,class etc. However customizing xpath is going to be tricky.

  • @vinoddhale2428
    @vinoddhale2428 2 года назад +1

    Really great explain sir, thanks for sharing your knowledge 🙏🙏🙏❤️❤️

  • @RahulJha-bu7cv
    @RahulJha-bu7cv 5 лет назад +1

    Hi Naveen, its great learning from your videos. Thanks a lot.
    Also want to add one more example having issue with hierarchy based xpath based on my understanding of course your teaching only :), is lets say you have same address with same apartment/house number with one entrance door but now we added one more entrance.. So in this case your door may change from door 1 to door 2 like div[1] to div[2].. so in this case xpath is no longer valid. Hence even though you are present at that address or same way web element are there on the page but address/xpath is not correct.

  • @MyWalia
    @MyWalia 6 лет назад +3

    Hi Naveen, could you please also make a video on how to add firebug in latest version of firefox...it seems really hard to find that

  • @imperfectKarryLive
    @imperfectKarryLive 6 лет назад +5

    Great Work Sir!! Really Appreciated

  • @meghakalal2918
    @meghakalal2918 5 лет назад +2

    Hi Naveen your videos are very helpful but please increase a font size whenever you are making videos.

  • @chetandhok724
    @chetandhok724 5 лет назад +4

    Sir Please Can You Arrange all this selenium video's as sequentially. it will help us .

    • @TheYummyKitchen_YT
      @TheYummyKitchen_YT 4 года назад

      Guys i am creating videos on automation and solving lots of issues we found during coding , help me by subscribing and learning #Appomation

  • @ketakichalse6459
    @ketakichalse6459 4 года назад +1

    hello naveen, you told to add firebug and firepath for firefox. But in case of Google chrome which add ons we have to add?

  • @NOIWrushi
    @NOIWrushi 2 года назад

    Perfectly explained! 🙂😀

  • @revaluation24
    @revaluation24 6 лет назад +2

    Thanks Naveen for your great videos. The latest version of FireFox does not support Firebug and FirePath. Can you make a video on that, please? Thanks again.

  • @tanvishetty8048
    @tanvishetty8048 5 лет назад +1

    Hi Naveen,
    First of all thanks a lot for these videos.They are really helpful.
    I am new to automation. have a doubt regarding a issue I came across while automating my client's website.
    I had inspected an element in the page where I created a dynamic xpath .Through that xpath i was able to search it in the inspect page of the browser.However when I gave that xpath to my code it was unable to search it.I got error as couldnt find the element.I got stuck at that point. Then i realized through my automation team mate that we need to use java script executor for that.
    How can we know when to use java script in selenium ?

  • @amitbhardwaj7824
    @amitbhardwaj7824 4 года назад

    nice explain we u r starting ur next batch for selenium plz let me know

  • @Dandamudiswathi3392
    @Dandamudiswathi3392 6 лет назад

    For firebug& firepath plugins for older versions of Firefox eg: 45,46,47, while installing older version of Firefox for plugins purpose, we need to select "Custom" option & we need to give our personal folder location.to install plugins in our pc.

    • @shilpachugh2344
      @shilpachugh2344 5 лет назад

      Hi Swati,
      i downloaded older version of firefox but still firebug and firepath addons are not availabe on addons.mozilla.org.
      Could you please suggest?

  • @merlinelizabethmathew982
    @merlinelizabethmathew982 4 года назад +2

    Could you please explain different methods to write css selectors(eg:child, descendent)..

  • @peacefull656
    @peacefull656 3 года назад

    hi naveen if you are recording new classes please font size increase very help full

  • @supriyakodole497
    @supriyakodole497 3 года назад

    Hi Naveen,
    I am following Your videos. Your teaching is the best. I am just requesting that will you please tell me that
    how to click on the reCAPTCHA using Selenium and Java. I tried many steps but no luck.

  • @manishakatare9943
    @manishakatare9943 4 года назад

    Hi this is very nice video but my question is
    if i am entering some words in dropdown box so how this will be work

  • @garimasrivastava7901
    @garimasrivastava7901 6 лет назад +1

    Hi Naveen
    Could you please explain how to proceed further if firebug and firepath and disabled for my version of firefox(V59) ?

  • @Sudheerkreddy
    @Sudheerkreddy 5 лет назад

    I see in one of your viedo that we no more using the Firebug and fire-path so is it mandatory to use now?.. now i am planning to cover your selenium webdriver viedos...please confirm..!

  • @davidvilla5154
    @davidvilla5154 7 лет назад +1

    Thanks naveen for the video. Just want to know , why we need the title? thanks!

    • @naveenautomationlabs
      @naveenautomationlabs  7 лет назад +3

      Hi David, here title refers to page title. In case of www.google.com, title will be "Google". Sometimes we need to test the title to make sure it's coming properly or not. You can get the page title by using driver.getTitle() method.

    • @davidvilla5154
      @davidvilla5154 7 лет назад +2

      thank you Naveen!

  • @yahiasayeed1
    @yahiasayeed1 4 года назад

    Naveen,im having same problem the one u had with firefox...but my problem is in google chrome ....what can u suggest to solve this problem ??

  • @jyothijetti206
    @jyothijetti206 6 лет назад

    Hi naveen
    i want to know abot data-driven in selenium.i.e.,
    1) how to extract data from xml file etc.
    2)how to uplod file by browsing
    eg:how to automate uploading photos and resume(or some file/document) in corresponding website.
    can please make a vedio about this?

  • @akshayb3488
    @akshayb3488 2 года назад

    Amazing sir.. Thank you!!

  • @keshavkumar-yb2ku
    @keshavkumar-yb2ku 6 лет назад

    really very great explanation sir......sir i have one dout..if we go on any particular web page ,and we inspect all text fields,all link and all things ,and we coopy all html code,after then we use that code on any tool which support html,can we make replica sir?

  • @uthpaladissanayake7311
    @uthpaladissanayake7311 6 лет назад

    Hi maven thanks for the training.. just want to know the current FF version 60 is not supporting firebug and forepath.. how do we inspect elements using new ff. Could you please explain?also could you please make a video about it?

  • @sirishabhonsley8749
    @sirishabhonsley8749 6 лет назад

    Hi naveen to handle multiple drop boxes in same page do we need to create object of select class for each and every drop box?????

  • @sridevireddy1371
    @sridevireddy1371 7 лет назад +1

    tq Naveen...very clear.

  • @LightAtEndOfTheTunnel
    @LightAtEndOfTheTunnel 4 года назад

    it may seems silly question but i am not able to find right place to download firebug and firepath extension today. i tried on google to search and also searched on firefox under add on section but i wasn't successed, it is recently removed from everywhere or something ?

  • @prabhudevan9034
    @prabhudevan9034 5 лет назад +1

    Hi Naveen,
    For radio buttons. How do we access elements?

    • @prosperg186
      @prosperg186 4 года назад

      Sample:
      driver.get("www.facebook.com");
      //choose findelementS as to store a LIST
      java.util.List rbtn = driver.findElements(By.name("sex"));
      System.out.println(rbtn.size());
      for (int i=0; i

  • @sahilkakkar7550
    @sahilkakkar7550 6 лет назад +1

    Hi Naveen,
    for Firefox-> //Create a new instance of the Firefox driver
    System.setProperty("webdriver.firefox.marionette","C:\\Users\\skakkar1\\Downloads\\geckodriver.exe");
    DesiredCapabilities capabilities = new DesiredCapabilities();
    capabilities.setCapability(CapabilityType.ACCEPT_INSECURE_CERTS, true );
    WebDriver driver = new FirefoxDriver();

  • @uniquend1e
    @uniquend1e 7 лет назад +1

    Hi Naveen,
    I was trying face and it is opening one tab with settings, my chrome version is uptodate and i am using ios.Please help. Thanks in advance.

  • @RajuDas-zn3gx
    @RajuDas-zn3gx 6 лет назад

    Naveen, in the latest version of firefox firbug and fireparh does not work. Can you please let me know if there is any alternative add on available?

  • @ashwinikunapareddy2773
    @ashwinikunapareddy2773 5 лет назад

    Please make a video how to inspect web elements especially Xpath in Google Chrome because in some companies they stopped using Firefox.

  • @deepshikhasahni2671
    @deepshikhasahni2671 5 лет назад +1

    firebug and firepath are not supported in firefox updated version. is there any alternative way to find xpath ? or i need to install previous version of firefox?

  • @blankbox33
    @blankbox33 4 года назад

    Hello Naveen, I am big fan of your way of teaching. I must say i have learnt alot from you be it Page Object Model or Java or any other topic. Sir, i wanted to locate SVG element and i am not able to get to know how to create xpath for SVG elements. Please share any article or suggest me something on this. Any help is appreciable..

    • @naveenautomationlabs
      @naveenautomationlabs  4 года назад +1

      Hi, I'll be publishing new video on the same today.

    • @blankbox33
      @blankbox33 4 года назад

      @@naveenautomationlabs i got this video to help me out. you can also have a look at it.
      ruclips.net/video/qfNnDtt4eYI/видео.html

  • @prajakta1211
    @prajakta1211 5 лет назад

    hi Naveen.There is only way to use a tag as linktxt?

  • @shababe2243
    @shababe2243 4 года назад +1

    1st lesson completed

  • @sandipvishwakarma8474
    @sandipvishwakarma8474 4 года назад

    Firebug and fire path is available for latest version firefox browser (74.0)

  • @sumayazamasyed8982
    @sumayazamasyed8982 6 лет назад

    Hi Naveen, I couldn't find this website and when I inspect, I'm getting +document in xpath tab but not able to expand it... please help me with this Naveen.. thanks in advance

  • @shambochoudhuri8045
    @shambochoudhuri8045 6 лет назад

    Hi Naveen,I am not able to install firebug and firepath in firefox. Please help me out...The firefox version is 61.0.2(32-bit) and it is firefox quantum. It says that firebug and firepath is not compatible with this version.Thanks

  • @RajKumar-vf6fm
    @RajKumar-vf6fm 5 лет назад

    Hi Naveen, I find these videos quite blur, not able to read. Would you please suggest or share any other link for basic selenium? Thanks!

    • @naveenautomationlabs
      @naveenautomationlabs  5 лет назад

      Videos are perfectly fine. You need to change your hd quality settings.

  • @Priya-yv3ev
    @Priya-yv3ev 3 года назад

    Hello @naveen , can you please help out how to add on this in latest firefox, because we are not able to find them

  • @saieram8970
    @saieram8970 4 года назад

    hi Naveen can u say how to add an extension in latest because previous is not working

  • @anushreesaxena3346
    @anushreesaxena3346 4 года назад

    Hey Naveen if Select is not available in dropdown only div is available then how to handle dropdown.

  • @prachidahibhate4277
    @prachidahibhate4277 5 лет назад

    i am facing the problem in downloading the plugins firebug and firepath ,please give me some suggestion so that i handle it

  • @udaybenake206
    @udaybenake206 6 лет назад +1

    Hi Naveen could you please help me out with my query like when i enter any word in the google search box or any search box like flipkart or amazon i want to print the values/options from the drop down and select the one value/option from the list which will be appear after entering the keyword in the search box
    Thanks in advance

    • @naveenautomationlabs
      @naveenautomationlabs  6 лет назад

      +Uday Benake here you go: ruclips.net/video/6RaDZhfXHI8/видео.html

    • @udaybenake206
      @udaybenake206 6 лет назад

      Thank you so much naveen for your prompt replay - you have identified my query correctly - but still one obstacle how to inspect that drop drown when we do not have any inspector tool like firebug or firepath

  • @deepthisri3417
    @deepthisri3417 5 лет назад

    Hi naveen. How can we select random values in drop down...

  • @dipshikumari9875
    @dipshikumari9875 6 лет назад

    Hi Naveen! Can you please help me, how to match title for any application?

  • @razoriya
    @razoriya 4 года назад

    Is there any other demo websites for practice these kind of stuffs...

    • @RajivKumar-ur1fn
      @RajivKumar-ur1fn 4 года назад

      www.tutorialspoint.com/selenium/selenium_automation_practice.htm

    • @razoriya
      @razoriya 4 года назад

      @@RajivKumar-ur1fn Thank You friend....

  • @sreekavya5743
    @sreekavya5743 4 года назад

    HI sir,Now Firebug and firepath addons are not available when i searched on google.is there any alternative has come?

  • @kanikagupta8534
    @kanikagupta8534 2 года назад

    Hi Naveen!
    I am using Mozilla Firefox 104.0.2 and I am not being able to download the firebug and firepath add-ons. Would you please help me out with it?.

  • @sumedhagardikar6483
    @sumedhagardikar6483 6 лет назад

    Hi Naveen,
    The url to download Firebug and Firepath doesnt exist anymore. Can you please suggest an alternate link?

  • @priyankachakrabarty456
    @priyankachakrabarty456 2 года назад

    Hello Naveen. When i am using xpath i am getting this error. can u plz help me on that.
    driver.findElement(By.xpath(//*[@class="placeholder" and text()= 'First name']));
    For other locator i am not getting any error only for xpath

  • @vandanadhiman5532
    @vandanadhiman5532 6 лет назад

    Can you please tell me.. how can I download the old version of firefox. On version 59 I am not able to get the firepath and firebug extension.

  • @nageshnayak7489
    @nageshnayak7489 4 года назад

    Very well understood

  • @vishalbansode6207
    @vishalbansode6207 6 лет назад

    Hi Naveen , I am trying to add firbug and firpath but its not allowing with error "This add on is not compatible with your version of firefox. I uninstalled it and again installed latest version then also getting same issue. Request you to provide me solution for this . Its roadblock for me to learn next

  • @anweshkumarnayak2708
    @anweshkumarnayak2708 3 года назад

    Good video sir.

  • @durgeshdaga7021
    @durgeshdaga7021 6 лет назад

    Could you please also share the method of selecting drop down without Select class.
    We can use List but it confuses me

    • @prosperg186
      @prosperg186 4 года назад

      using Select:
      handling the values in the birth DAY field:
      driver.get("www.facebook.com");
      WebElement d1 = driver.findElement(By.id("day"));
      Select sd1 = new Select(d1);
      sd1.selectByValue("2");

      //======================================
      java.util.List li1 = sd1.getOptions();
      //System.out.println(li1.size());
      for (int i = 0; i

  • @ranjithaprabhu3376
    @ranjithaprabhu3376 6 лет назад

    Hi Naveen, just like firepath and firebug for firefox, do we have naything for google chrome ?

    • @naveenautomationlabs
      @naveenautomationlabs  6 лет назад

      +Ranjitha Prabhu no u have to inspect in chrome in developer tools only.

  • @SuperSunilc
    @SuperSunilc 7 лет назад +1

    Hi Naveen, would you please let me know how to tackle the identification of web element using multiple locators at a time? Thank you!

    • @naveenautomationlabs
      @naveenautomationlabs  7 лет назад

      +sunil chinnayyagari please refer my other videos on dynamic xpath for multiple locators.

    • @naveenautomationlabs
      @naveenautomationlabs  7 лет назад

      +sunil : Refer this playlist: ruclips.net/p/PLFGoYjJG_fqoY3PNcMLjp4pJZSXUCHeiB

  • @akshaymalik8315
    @akshaymalik8315 4 года назад

    why does the chrome always launch initially with data;,... pls suggest a way around that

  • @abhijeets6593
    @abhijeets6593 5 лет назад

    Hi Naveen, i am unable to select the month dropdown(by using select class) in yahoo create account page, pls help

  • @AmitAlfa
    @AmitAlfa Год назад

    how can i reduce the speed of inputs or clicks during automation?

  • @footprints2489
    @footprints2489 5 лет назад

    Hi sir, I don't know how to handle with radio button and checkbox. Could you please help me out.

  • @jatinsharma3792
    @jatinsharma3792 Год назад

    Chrome is being controlled by automated test software. How to deal with this if I can't download and install the extension here.?

  • @ghadeermohamed2929
    @ghadeermohamed2929 5 лет назад

    please if i want to select in field but i want to pass number instead of California what should i do ?? thanks sir

  • @manobhiramakrishna7589
    @manobhiramakrishna7589 3 года назад

    Naveen i am not able to use sendkeys method it is showing error

  • @k.v.priyanka5858
    @k.v.priyanka5858 6 лет назад

    Hi Naveen,
    I'm facing a problem i.e I'm not able to add-on firebug and firepath in my Firefox browser...may I get the solution for what I'm getting this problem

    • @4malayali
      @4malayali 5 лет назад

      Firebug is integrated into the Firefox Developer Tools.. spy can c on firebug itself. on lefthand side

  • @yudhiprasetyo6061
    @yudhiprasetyo6061 6 лет назад +1

    make a tutorial robot framework please

  • @davidvilla5154
    @davidvilla5154 7 лет назад +1

    Naveen, you started with firefox, but continued with chrome? not sure which one you used. but the chrome did not look like this. can you please clarify that? thanks!

    • @naveenautomationlabs
      @naveenautomationlabs  7 лет назад +2

      Hi David, I'm using Firefox only for inspect element purpose by using Firebug/Firepath as its plugin of FF. Chrome is being used for execution. I would advise you to use Chrome for execution purpose.
      Use FF for inspecting the elements.
      Thanks!

    • @davidvilla5154
      @davidvilla5154 7 лет назад +1

      Naveen AutomationLabs I didn't know that elements are the same for all browsers. Thanks for the answer!

    • @naveenautomationlabs
      @naveenautomationlabs  7 лет назад

      :) yes elements and their properties will remain same on all the browsers.

  • @smitanaren
    @smitanaren 6 лет назад

    Hi Naveen. I am unable to add firebug and firepath extension to firefox browser. Could you please let me know an alternative solution to this problem ?

    • @durgeshdaga7021
      @durgeshdaga7021 6 лет назад

      You can also use ChroPath extension, it should do the job

  • @tarunakumari702
    @tarunakumari702 5 лет назад

    Hi, can someone help me with firebug for me it is saying that it isnt provided for AMO. Firepath I added but cant find firebug extension.

  • @ajithkumar9724
    @ajithkumar9724 5 лет назад

    Hi naveen sir,
    Could you please explain me how to proceed with xpath in google chrome..

  • @simraninsa1796
    @simraninsa1796 4 года назад

    hey, I am unable to download firebug and fire path....what should I do??\

  • @gokusaiyan6809
    @gokusaiyan6809 4 года назад

    How to select dates and years or any other numbers in dropdown list

  • @saketjha4950
    @saketjha4950 4 года назад

    How to find xpath or other locator for sas va UI objects...I have inspected the elements and in html there are .js scripts..like...
    ...how to find xpath or other locator for these kind of webpages....please help

  • @ashishpal77
    @ashishpal77 5 лет назад

    sir how to handle firefox quantam for getting xpath of webelement as firebug and firepath also obselete now.

    • @vishnumotati6063
      @vishnumotati6063 5 лет назад

      we can use chropath a similar addon for firefox

  • @shivanidaftardar1164
    @shivanidaftardar1164 7 лет назад

    Hi Naveen, When I try selecting a webelement using css Selector. I get an error org.openqa.selenium.InvalidSelectorException: invalid selector: An invalid or illegal selector was specified
    (Session info: chrome=63.0.3239.108)
    (Driver info: chromedriver=2.33.506120 (e3e53437346286c0bc2d2dc9aa4915ba81d9023f),platform=Windows NT 6.1.7601 SP1 x86_64) (WARNING: The server did not provide any stacktrace information)
    Command duration or timeout: 0 milliseconds
    For documentation on this error, please visit: seleniumhq.org/exceptions/invalid_selector_exception.html
    Build info: version: 'unknown', revision: 'unknown', time: 'unknown'
    System info: host: 'AKSHAY-PC', ip: '192.168.1.5', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.8.0_151'
    Driver info: org.openqa.selenium.chrome.ChromeDriver
    Capabilities [{mobileEmulationEnabled=false, hasTouchScreen=false, platform=XP, acceptSslCerts=true, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, platformName=XP, setWindowRect=true, unexpectedAlertBehaviour=, applicationCacheEnabled=false, rotatable=false, networkConnectionEnabled=false, chrome={chromedriverVersion=2.33.506120 (e3e53437346286c0bc2d2dc9aa4915ba81d9023f), userDataDir=C:\Users\Akshay\AppData\Local\Temp\scoped_dir14448_27450}, takesHeapSnapshot=true, pageLoadStrategy=normal, unhandledPromptBehavior=, databaseEnabled=false, handlesAlerts=true, version=63.0.3239.108, browserConnectionEnabled=false, nativeEvents=true, locationContextEnabled=true, cssSelectorsEnabled=true}]
    Session ID: 3987536b94181d47eb4bd325443a8a27
    *** Element info: {Using=css selector, value=div[class='_ihd _3ma mbs _6n _6s _6v']span}
    Any help would be appreciated.
    Thanks

  • @divyajayaraj4197
    @divyajayaraj4197 6 лет назад

    Fire bug and fire path is not available for new version of Firefox. So wats the alternative

    • @PAVANMITI
      @PAVANMITI 6 лет назад

      We can install Chropath plugin in Firefox

  • @RayeedWorld
    @RayeedWorld 5 лет назад

    Please make a video on how to handle- I am not a Robot..reCaptcha in half.com site. I was practicing the code with you but I am stocked up on this problem at this site and it's 2019 so this site even not exist anymore. Please update the video.

  • @अनंतB
    @अनंतB 3 года назад

    Hi Naveen
    please can you suggest how to select Mobile no. country value dropdown on this rediff form
    register.rediff.com/register/register.php?FormName=user_details
    Also I did see most of the form element is identified using cssselector . Am I missing something

  • @kalaiarasi6174
    @kalaiarasi6174 5 лет назад

    Hi I'm trying to Automate a e-commerce site.. starting from backend creation of Discount rules.... like setting up the discount rule((eg., Buy 1 to 5 quantities of any products and get 10%)) and navigation to the Frontend and adding products to the cart and Verifying using the assertion that the 10% discount is applied to that particular product...... and again create another rule to check for Price Discount..... As of now we have Created Seperate testcases for Percentage Discount and Price Discount(only the Discount selection varies for both the testcase)... Is it possible to combine both the testcase into a function and discount selection alone into another function.... Since I'm New to selenium I found it a bit Difficult... Hope Someone helps me in this.... Thanks in Advance :)

  • @karthikmuppadsetty7023
    @karthikmuppadsetty7023 5 лет назад

    on clicking user aggreement its not opening using selenium code, could you please help

  • @thetradingwolfz
    @thetradingwolfz 6 лет назад

    hello sir.. i have downloaded firefox 61.0.1 but there is no way to download firebug and firepath how can i add them? thank you

  • @sujottumbde5750
    @sujottumbde5750 6 лет назад

    Hello, sir, I have gone through the video but I am facing issue with firefox version if I am using the latest version of Firefox browser so there I am unable to use firepath for inspecting web elements it and if I am Lowering the Firefox version so can u please tell me which version i shall use even gecko driver

    • @arpitjoshi1839
      @arpitjoshi1839 6 лет назад +1

      Sujot Tumbde same here

    • @sujottumbde5750
      @sujottumbde5750 6 лет назад

      @@arpitjoshi1839 sir actually i sort out that problem actually u just used firefox quntam 60 version and latest version of WEBDRIVER like 3.14 or more and it better operate in chrome browser use everything latest version all issue will be sort out

  • @yashu7296
    @yashu7296 3 года назад

    Thank You, Sir!

  • @raman5266
    @raman5266 2 года назад

    when I put path can't get the output, I only get the registration page

  • @PG-tg8ir
    @PG-tg8ir 4 года назад

    Hi I tried to automate currency convertor xe.com I 'm not able to spy FROM and TO currency drop down. It has only span and input tag. How to work with that. Someone please guide

  • @prachidahibhate4277
    @prachidahibhate4277 5 лет назад

    these add-ons are not present then how i download them for ubuntu syatem

  • @swatirauniyar9062
    @swatirauniyar9062 2 года назад

    Current Firefox ( July 2022) don't allow Firebug and Firepath to install. In such case, how to use Inspect Element to find XPath?
    Please guide me, I am blocked

  • @jesinthanithya1191
    @jesinthanithya1191 6 лет назад

    I don't think firepath and firebug is supported in the latest Firefox version.Does anyone know any other alternative?