kviji

Results 11 comments of kviji

Hi @timotiusmargo I have used Java with Appium. Please find the logs from Appium below [MJSONWP (299f797e)] Driver proxy active, passing request on via HTTP proxy [JSONWP Proxy] Matched '/wd/hub/session/299f797e-d755-44b7-aa5e-03e045157e2e/element'...

Hi @timotiusmargo , WindowsElement minuteSelector = session.FindElementByAccessibilityId("MinuteLoopingSelector"); Is this applicable only for accessibilityID?

Hi @timotiusmargo , I figured out that the element that I was trying to access had an automation ID and wrote the following code driver.findElementByAccessibilityId("TroubleShootingTogBtn").click(); Still, the place only is...

Hi @timotiusmargo , I inspected and it has been set to _false_. Is _IsScrollItemPatternAvailable_ something that has to be set to true for each element from the development side? Also,...

Hi @timotiusmargo , I have asked my development team to set the property to true and provide me a build. I will try this out in that and update my...

Hi @timotiusmargo When i send keys for Edittextbox with accessibility ID, it gets implicitly scrolled and the keys are sent to the field. But the same does not happen to...

Hi @em-lo , Thanks for the reply. I will try to see if this works by setting it to true. Please share docs about how to set the element to...

Hi @timotiusmargo Any updates to this issue ?

@anunay1 Is it possible to combine both Windows driver and web driver in same codebase ? Like refer web driver code while clicking web content alone ?

Thats true @tomw93 . I have the exact situation with my application and would love solutions to help achieve this