F
F
FFedyaa2021-05-08 09:14:28
Python
FFedyaa, 2021-05-08 09:14:28

Can you help me with an author on mail.ru?

Hello, I’m new to the topic, don’t throw stones at me, when registering mail through Selenium on mail.ru, you need to enter your date of birth from the drop-down list, show me how to do it and in general how to make this first page smart when registering, I will be grateful

Here is the link https:/ /account.mail.ru/signup?from=main_m_touch

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
soremix, 2021-05-08
@SoreMix

from selenium.webdriver.support.ui import Select

select = Select(driver.find_element_by_id('select-0-2-232'))
select.select_by_visible_text('Март')

You can try using Select, but the tag is not always on the page for some reason, it does not appear on fullscreen

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question