Element <input> nu este accesibil cu keyboard - InputField sub ShadwoRoot

0

Problema

Eu folosesc mai nou Chrome și chromedriver.
Am un site cu elemente DOM și am să tastați orice text într-o inputfield
Cod HTML (scuze pentru screenshot) enter image description here

Cod Python:
#Extindă Umbra
def expand_shadow_element(element):
shadow_root = șofer.execute_script (întoarcerea argumente[0].shadowRoot.copii', element)
reveni shadow_root
...
root1 = șofer.find_element_by_id("UI-tf_Vorgangsname")
shadow_root1 = expand_shadow_element(root1)
root2 = shadow_root11.find_element_by_xpath("//intrare[@parte= "valoare"]")
timp.somn(2)
root2.faceți clic pe()
timp.somn(2)
root2.send_keys('testssdfs')

Am devenit această mesaje:
seleniu.comune.excepții.ElementNotInteractableException: Mesaj: Element nu este accesibil cu tastatura

Văd, faceți clic pe este de lucru, cursorul este aktiv în Câmpul de Intrare, dar send_keys nu funcționează.
enter image description here
Ai vreo idee?
Multe Mulțumiri!

dom input selenium-webdriver sendkeys
2021-11-23 12:01:12
1

Cel mai bun răspuns

0

Am o soluție.
Sendkeys nu merge, dar am găsit o soluție hibridă.
Eu folosesc acest script Python fără send_keys, si eu folosesc robotframework kernsystem.
xy.robot de fișier
...
${Element}= Element ID-ul de Intrare UI-tf_Vorgnagsname
Apăsați Tastele ${Element} Încercare de text
...
Ca să pot scrie în acest câmp de intrare.

2021-11-25 14:10:51

În alte limbi

Această pagină este în alte limbi

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................