Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
select = Select(driver.find_element_by_id('fruits01')) #поиск по id элемента и тп select.select_by_visible_text('Нормальная')
'WebElement' object has no attribute 'select_by_visible_text'
input_bet_size = self.driver.find_element_by_xpath( '//input[@name="sum" and not(ancestor::div[contains(@class, "hidden")])]' )
b_maximum = self.driver.find_element_by_xpath( '//div[@class="cart-item__title" and text()]' '/ancestor::div[@class="cart__body"]' '/following-sibling::div[@class="cart__footer"]' '//div[contains(text(), "Общий размер")]' '/following-sibling::div/span' )
from selenium.webdriver.support.select import Select