А
Size: a a a
А
EK
V
А
VK
BW
B
BW
IS
А
BW
BW
SG
BW
def is_element_clickable(self, elm, timeout=10):
try:
WebDriverWait(self.browser, timeout).until(ec.element_to_be_clickable(elm.elm_loc))
except TimeoutException:
return False, f'Не кликабельный эелемент {elm.name}!'
return True, "It's good!"
IS
BW
B
А
IS
А