appium-for-mac icon indicating copy to clipboard operation
appium-for-mac copied to clipboard

[deprecated] Application for automating a mac app with JSON wire protocol

Results 60 appium-for-mac issues
Sort by recently updated
recently updated
newest added

Hi! I am working on tests for macOS applications. I've found that I can't get any information regarding installation state of the application (is it exist?). But I have to...

![screen shot 2018-01-18 at 9 55 02 pm](https://user-images.githubusercontent.com/12414314/35108736-50e0ea22-fc9a-11e7-9ccb-c474dcdf9d62.png) To click on Install button I am trying with below line of code driver.findElement(By.xpath("/AXApplication[@AXTitle='System Preferences']/AXWindow[@AXTitle='Profiles']/AXSheet[0]/AXButton[@AXTitle='Install']")).click(); But it is throwing error message as...

By design, AfM allows control of the entire computer. This is very powerful, and so we don't want just anyone connecting to the port. This request is to add a...

I tried to find the "main display" element in the calculator app, to no avail. I tried many different ways, including the auto-generated AXPath from appium for mac (holding down...

Might this be a source of confusion?

This came about as a result of fixing https://github.com/appium/appium-for-mac/pull/20, and I moved the discussion out into its own issue because the crash is fixed. The problem is a different world-view...

Not an issue/bug, but perhaps a discussion & enhancement request (for examples). Can Appium for Mac handle much in terms of manipulating Safari browser? I see the current example for...

I am unable to re-use the same xpath that was determined on a browser(say Firefox) and use the same to execute on our hybrid OSX App, i.e. embedded browser(WebKit). When...

Hello team, I am just running the example code you provided in the example ``` from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver import ActionChains from selenium.webdriver.common.keys import...