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

I am unable to get page source for Calculator. I have installed AppiumforMac and have checked it under the accessibility tab. Following is my code. ``` package com.appium.test; import org.openqa.selenium.WebElement;...

I have an Appium node running on a mac OS Mojave 10.14.6. It is registered to a selenium grid Hub. I am running first part of test using selenium Grid...

I noticed that the Notification Center on Mac OS has a different title on different Mac OS versions so for my test I decided to use the following condition **@AXTitle='Notification...

Hi Team, I am working on Automation of Microsoft Teams Desktop App and using AppiumForMac to detect elements on App but unable to do so. Like for xpath "/AXApplication[@AXTitle='Microsoft Teams']/AXWindow[@AXTitle='Shifts...

https://github.com/appium/appium-for-mac/blob/6a60be0bdc67a05146dc00696a4855ae7f966526/AppiumForMac/Server/Controller/AfMSessionController.m#L685 Haven't checked well, but https://developer.apple.com/documentation/appkit/nsworkspace/1531434-launchapplication seems it will be https://developer.apple.com/documentation/appkit/nsworkspace/3172700-openapplicationaturl

enhancement

It looks like the `/actions` endpoints are not supported, I can only find handlers for the older `/moveto` command.

enhancement

Typically other drivers will kill and relaunch the app in between tests. Can we get the Mac Driver to do the same?

## The problem Can not get Page source on some desktop pages ## Environment * Appium version 1.17.1 * Desktop OS/version used to run Appium: MacOS Majave version 10.14.6 ##...

I did the steps which are described to setup the Appium for mac but still, it is not working. Can somebody help me to get out of it? **Mac Version:**...

Hi, it appears to me that sendKeys isn't working properly on Mac. I have ran the same code on Windows and its able to send the keys just fine. When...

enhancement