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

In the desktop application we have, the AXIdentifier part keeps changing and this results in test case failures. Adding partial xpath support which will ignore the identifiers and will search...

Adding Scroll To functionality which will help OSX Applications to scroll to a particular element. The code increments the scroll bar and checks if the passed on element is visible.

Hi, I wonder why we cannot use the wildcard on AXPath? and do you guys have a workaround to achieve this? Thanks.

Hi Dan, I have the below simple code for TextEdit in OSX and its currently doesn't work the way it suppose to for Keyboard events Keys.TAB, Keys.ENTER. I am not...

I am trying to do Desktop Application UI automation for all of the MS Office Suite. I am starting with Word, and not getting much support from the appiumformac side.I...

Hi, I am getting "No such element" error with findElementByXpath for Word app. I have used absolute xpath generated by AFM: driver.findElementByXPath("/AXApplication[@AXTitle='Word']/AXWindow[@AXTitle='Open new and recent files' and @AXIdentifier='DocStage' and @AXSubrole='AXStandardWindow']/AXButton[@AXTitle='Create'...

I've been unable to get appium for mac to find elements. I created a simplified version of the textedit example: ``` from selenium import webdriver import time caps = {...

Hi, In Mac desktop app, I'm trying to right click on an element using below code: ``` actions = new Actions(driver); WebElement participantElement = driver.findElementByXPath("/AXApplication/AXWindow[@AXTitle='application name' and @AXSubrole='AXStandardWindow']/AXSplitGroup[0]/AXScrollArea[0]/AXOutline[0]/AXRow[@AXSubrole='AXOutlineRow']/AXCell[0]/AXStaticText[@AXValue='" + pName...

**Context:** I am playing around with the examples/other/calculator.py code. It took a bit of tweaking to get working (I cloned this repo 2018-07-09, two days ago as I write this)....

i was able to successfully automate mac QQ desktop application through appium-for-mac,and it was fine to get xpaths , but the problem is when ever i try to build the...