css selector

  1. 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 :)
  2. 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...
Back
Top