Maria Clara Bezerra

Results 10 comments of Maria Clara Bezerra

This is also happening to me, so I resolved it replacing **inRoot** by this solution with **UIAutomator** and **assertTrue**: ``` import androidx.test.platform.app.InstrumentationRegistry import junit.framework.Assert.assertTrue import androidx.test.uiautomator.By import androidx.test.uiautomator.UiDevice val device:...

> @clarabez Won't the ui automator take time initializing? It is not in my case, same execution time.

> @clarabez Still my test cases are failing can you pls elaborate > > ``` > val device: UiDevice > get() = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()) > ``` > > This get() is...

> @clarabez I cannot open your project. Its showing page not found. I assume that its in your android testing repository. Can you pls specify the package and the class...

> @clarabez It didn't work for me in Android 12 , the assertion always Fails :\ oh, sad to hear that! :( let us know if you find any valid...

Hi, @Glutexo! We've identified that setup pipeline is failing for RHEL6 on "QE Pull Request Testing", but it is working as expected for RHEL79, RHEL84 and RHEL90. This issue has...

Hi, @Glutexo! We've identified that setup pipeline is failing for RHEL6 on "QE Pull Request Testing", but it is working as expected for RHEL79, RHEL84 and RHEL90. This issue has...

Same here: With Selenium 4.3.0 I also see " 'WebDriver' object has no attribute 'find_element_by_id'" , as it was removed: https://github.com/SeleniumHQ/selenium/blob/a4995e2c096239b42c373f26498a6c9bb4f2b3e7/py/CHANGES So far, downgrading Selenium from 4.3.0 to 4.2.0 is...

Any update about this? I have the same problem here