Jonathan Lipps
Jonathan Lipps
well I don't know about that use case and I haven't checked in a while, but at least in the past, all keyboard keys showed up as individual elements in...
when the keyboard is up, keys are visible in appium inspector. typically their ax id is just their letter, so driver.find_element_by_accessibility_id('a').click() usually works. i would imagine the value would be...
the current plan is to not support appium desktop for appium 2. the significant value in appium desktop was always the inspector which has now been moved to its own...
the inspector has moved to another repo.
Does this still happen when you refresh the source and click on the element again? The point of this message is to ensure that the element you selected in the...
Try the latest version, and please answer the unanswered questions above
yeah i think we should wrap the entire operation, or have two spinner steps, one for install and one for validate
> Note that the schema varies based on drivers used. Unclear if any validation happens here. These just get put into caps and I believe pass through the normal driver...
Right, they just define the minimal schema like they currently do.