Locating Element by Class Name Using Selenium and Python

preview_player
Показать описание
This video explains how to Locate Element by Class Name Using Selenium and Python

♥️ Watch all Selenium / channel videos / Subscribe:

#selenium #python #fewsteps
Рекомендации по теме
Комментарии
Автор

how to get the text on that div class? I think you have missed the main thing

abch
Автор

Hi i have a doubt. I was trying to locate an element by using Class name. but that particular class name has been shared between 7 elements element = (WebDriverWait(driver, 100).until(EC.presence_of_element_located((By.CLASS_NAME, 'lsTbsv5-LastItem'))))
how to add index here

dharaneeshwarmurugesan
Автор

how to print the text on that div class?

ShubhamShrikantBawner