You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i try to get innerText or testString properties with webdriver.find_element_by_tag_name("RootItem").get_attribute("testString") it returns None and the server logs a warning:
[13145972118.403][WARNING]: property not found.
The text was updated successfully, but these errors were encountered:
When the
Window
(and/orApplicationWindow
) component is instantiated it is replaced by aRootItem
.You can check this by calling selenium's
webdriver.page_source
(in Python).At the same time all properties I defined in the component seem to disappear.
A Little example:
If i call
webdriver.page_source
I getIf i try to get
innerText
ortestString
properties withwebdriver.find_element_by_tag_name("RootItem").get_attribute("testString")
it returnsNone
and the server logs a warning:The text was updated successfully, but these errors were encountered: