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, have installed the .zip file from the appium-for-mac from below https://github.com/appium/appium-for-mac/releases/tag/v0.4.1. Followed below process: 1. Download zip file 2. unzip it and drag the .app file to the application...

When trying to close the app using the driver command `driver.quit()` or `driver. close()` , the app is still opened

**Sorry it might be the beginner question but I am encountering the issue in my mac m1** - I need to know what are stable version for installation ? -...

This is perhaps an enhancement request. Is it possible to use appium-for-mac server to automate tests on a WebKit/WebView browser that is embedded in a Mac OS X desktop application?...

Element of tag ‘AXCell’ is not responding to click() method and throws WebDriver exception Element is completely accessible and other WebElement interaction methods such as ‘isDisplayed’ or ‘getText’ are returning...

Hi Team, I am not able to perform mouse actions like mouse up and down using appium for mac. I have tried the below options. 1.http://appium.io/docs/en/commands/interactions/mouse/moveto/ 2. Tried to use...

Loving this! Is there any way to register the appium-for-mac server with selenium grid?

driver.findElement(By.xpath(str)).click //works but... @FindBy(xpath = str) public WebElement btn; public void method() { btn.click(); // this does not work }

Also, please update the help file to proper version. Seems 0.41 been around for a while, since July, and has many show-stoper bugs. Please help to expedite, especially with returning...