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 able to open the Microsoft Word app using the following 2 code lines driver = new RemoteWebDriver(new URL("http://localhost:4622/wd/hub"),capability); driver.get("Word"); However, I get a NoSuchElementException when I try to...

It seems that the PFAssistive framework only can perform the click action with AXButton elements. All other element types I've tried to click has failed with this message. [W3C (83f3a75d)]...

"_this.emit is not a function" Error Trying to connect Appium to osx app, such as /Applications/Messages.app mac OS 12.14, Appium server v1.13.0 { "deviceName": "Mac", "platformName": "Mac", "platformVersion": "12.14", "otherApps":...

Hi There, I am trying to use find_elements to find elements with xpath in Safari Mac App but it is not working and I am always getting the below error:...

With the forthcoming release of selenium4, all the language bindings are moving to only speak the w3c dialect of the webdriver protocol. As such, appium for mac should also speak...

enhancement

Hi All, I have update the code to implement the following which are required for easy debugging. 1. Writing AFM Logs into external file while running the application. 2. Writing...

Open an app and have a loop that runs self.driver.page_source. It will cause the mac computer to crash.

I was trying to use appium mac driver for mac automation. I did following steps: 1. Installed appium-for-mac driver app (beta 2 as I could not install beta 3). That...

Just a weird bug, where the `fn` key on my external USB keyboard does not copy an AXPath to my clipboard. Only the `fn` key on the builtin keyboard works....

Current documentation points out the Absolute AXPath performance enhancement, but as I am new to this project, I'm wondering if there is still a partial path option available in some...