loginbutton = driver.find_element('name', 'Login').click()
#time.sleep(1)
driver.get('https://xn--80aaicd9cgmfu.xn--p1ai/bitrix/admin/iblock_list_admin.php?IBLOCK_ID=17&type=aspro_next_catalog&lang=ru&find_section_section=155&SECTION_ID=155&apply_filter=Y')
#time.sleep(5)
checkbox = driver.find_element('id', 'tbl_iblock_list_bc8a933104f2e8d06a4a3e3ed7f5121a_check_all').click()
time.sleep(1)
button = driver.find_element('id', 'grid_edit_button_control').click()
time.sleep(1)
brand = driver.find_element('id', 'FIELDS[E5906][PROPERTY_136][0]')
brand.send_keys('123')
time.sleep(1)