I've few web links please let me know how I can visit their contact pages i've tried using but not working
contact_link = driver.find_element_by_partial_link_text('Contact')
and
driver.find_element_by_xpath('//a[contains(text(),"contact")]')
Every web page have different classes and different attributes so it is possible to do..
thanks
driverr.find_element_by_xpath["//a[contains(text(),contact')]"]this code will never work:) Please provide part of html code you want to use