SK
Size: a a a
SK
ВШ
IK
IK
Ф
V
V
Ф
БЛ
Ф
АФ
Ф
АФ
АФ
from selenium.common.exceptions import NoSuchElementException
def check_exists_by_xpath(xpath):
try:
webdriver.find_element_by_xpath(xpath)
except NoSuchElementException:
return False
return True
self.assertTrue(check_exists_by_xpath(xpath))
V
V
V
sc
V
V