xpath

  1. noellarkin

    GPT3 Self-Healing XPath Locators

    I've been trying to use it to self-heal XPath locators for bots, to reduce maintenance time. It gives decent answers, but the issue is feeding it the HTML source - - I've been providing it with code snippets, usually the page section that contains the button I want to get the XPath for, but the...
  2. moxer

    Need to hire person who master on xpath

    Im using xpath excel addon .. Want to get the all href inside the page already use this but not result blank =XPathOnUrl(B3;"//a/@href")
  3. moxer

    using xpath excel, need to get Ahref From Pages need someone who now the answer

    Inbox me I'll pay $30 This is very easy, I can get the post name, the address, but Not for the ahref...
  4. Uzii

    [LF] Python Dev Familiar with XPath -- Simple Data Scraping Project

    Looking for a someone able to automate simple copying and pasting. I have a website which is using HTML responsive tables, and I need lots of data exported (with the addition of a few artifacts from the page also included in corresponding columns). Should not be too difficult (I was able to...
  5. noellarkin

    Rel Xpath (or any other Selector) for Nth google search result?

    So I don't have to use /html/body/div[7]/div/div[10]/div/div[2]/div[2]/div/div/div[1]/div/div[1]/div/a etc etc :)
  6. noellarkin

    Twitter Compose New Tweet XPaths

    It's so weird I've been working on a whole bunch of sites, and I did NOT expect to get stuck on Twitter. Example: the Tweet button; Rel. XPath: //div[@class='css-18t94o4 css-1dbjc4n r-1vtznih r-42olwf r-sdzlij r-1phboty r-rs99b7 r-19u6a5r r-2yi16 r-1qi8awa r-1ny4l3l r-ymttw5 r-o7ynqc r-6416eg...
  7. noellarkin

    XPaths vs id/name/class vs CSS Selectors

    Do you have a hierarchy for the order in which you try automating the above? For me, its id and name first - - I'll always check if I can directly set the value of the field. This doesn't work with a lot of sites that have form field validation, but works for older sites. In some cases, for...
  8. S

    Some different Job

    Hello guys, I am almost sure that I post it in the wrong category but I had no idea where is the right place for this post. So please mods, don’t kill me. I need a person who is able to build xpaths for some websites that I give him/her. I will give you a YouTube video down below. So, it...
  9. apex1

    Should I Always Try to Select Element with XPath?

    I'm wondering how often should I use XPath? I can also select by ID / name / CSS etc. Are there any downsides to always using XPath? Should I always use it with 2 elements when possible?
  10. H

    How follow (and reveal) nofollow links with php curl ?

    Hi, I would like to grab all links of a webpage with PHP curl using XPath. My code is well working but when it's a nofollow link, my script is "printing" "nofollow" :confused: How can I do to "force" my script to follow this kind of links ? Regards,
  11. XavierKishner

    Xpath of a Tumblr photo url

    Hi, I bought a Tumblr bot (Tumbling Jazz) which haves an option to post photos from a RSS. In order to do that, is necessary to set the RSS elements in the bot (xpath is allowed). I got most of the elements easily, but I'm still missing the photo url (the most important thing). I've tried to...
  12. L

    Help needed... Grease monkey, xpath, firebug

    script: From firbug xpath on the button is as follows: .//*[**at** id='ctl00_mainContentPlaceholder_Button3'] and the script piece is: <br> <input name="ctl00$mainContentPlaceholder$Button3" value="Back To Auctions" onclick="closePopup(); return false;"...
Back
Top