Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Python By.CLASS_NAME

  • 13-12-2018 12:52PM
    #1
    Registered Users, Registered Users 2 Posts: 1,991 ✭✭✭


    Is it possible to use By.CLASS_NAME using a partial class name or is there any easy work around to it?

    HTML Element
    <div class="car_17463">...</div>
    
    WebDriverWait(driver, 2).until(EC.presence_of_element_located((By.CLASS_NAME, 'car')))
    
    Tagged:


Comments

  • Registered Users, Registered Users 2 Posts: 1,991 ✭✭✭Ziycon


    All sorted, used the By.XPATH option, wasn't aware you could use xpath for it.


Advertisement