robocorp / java-access-bridge-wrapper

Python wrapper around the Java Access Bridge Windows .dll
Apache License 2.0
14 stars 6 forks source link

Password field and input text are not equal #4

Closed igaisin closed 3 years ago

igaisin commented 3 years ago

This code works well: jab.type_text("role:password text", "123456", clear=True, enter=True) But it outputs an error: self.wait_until_element_text_contains(element[0], text) File "C:\Users\Gaisin\AppData\Local\Programs\Python\Python37\lib\site-packages\RPA\JavaAccessBridge.py", line 398, in wait_until_element_text_contains raise ValueError(f"Text={text} not found in element={matching}") It only happens with the password field