922 questions
0
votes
1
answer
44
views
Appium inspector not displaying app loaded in ios Simulator
I'm constructing an mobile automation frame using appium with webdriverIO. My employer is in the early stages of constructing their app so I'm using a boilplate WDIO app as it's a hybrid app.
I'm ...
0
votes
0
answers
42
views
Appium iOS – How to launch app in a fresh state every time without uninstalling?
I'm automating an iOS app using Appium and I want the app to start in a completely fresh state every time it launches, but without uninstalling or reinstalling the app.
What I’ve tried so far:
Set the ...
0
votes
0
answers
39
views
Appium context switching with multiple apps
I'm automating 2 hybrid apps, using the same driver. I have set apps in appium session capabilities settings like this:
'appium:app': app1path,
'appium:otherApp': [app2path]
Now I need to do ...
0
votes
0
answers
238
views
XCTDaemonErrorDomain Code=41 "Not authorized for performing UI testing actions
I'm trying to automate real iOS device [iPhone] through selenium-java by physically connecting the device to MAC. Sometimes I able to run my tests but most of the times I get the below error. I'm ...
0
votes
1
answer
92
views
Appium action chain fails to click button
So I was trying to using appium to click something and move somewhere else to do another click. This is my code.
actions = ActionChains(driver)
actions.w3c_actions = ActionBuilder(driver, ...
0
votes
2
answers
42
views
Not able to scroll through iOS application using touchAction
I am trying to scroll in iOS simulator application, using touchAction as below.
def scroll_by_touch_action(self, startX, startY, endX, endY):
actions = TouchAction(self.driver)
actions.press(x=...
0
votes
1
answer
248
views
InvalidArgumentException thrown with msg: The XCUITest driver only supports W3C actions execution in the native context
Gurus;
I am running the a MobileWeb test on Android and iOS one after another.
With Android, the default context is 'CHROMIUM' and it is running the entire test just fine whether I shifted to '...
2
votes
0
answers
83
views
Flutter App Crashing on iOS with Appium Due to Deallocation Error : -[FlutterPlatformViewSemanticsContainer retain]: message sent to deallocated
I am using Appium for automation testing of our Flutter app. The tests are running fine on Android, but when running the same scripts on iOS, the application crashes, and we receive the following ...
0
votes
1
answer
400
views
accessibilityIdentifier not working the same starting with iOS 15
The app on which I am working has it's ui tested using Appium. Because of this, I set accessibility identifiers on views.
struct RootView: View {
var body: some View {
VStack {
...
2
votes
0
answers
622
views
Appium element.getText() returns element's accessibilityLabel instead of displayed text on iOS (Flutter App)
The background about my issue , the mobile app i'm testing build using Flutter. I'm using Appium xcuitest driver with webdriver.io and Typescript for the mobile test automation. I have added semantic ...
0
votes
1
answer
582
views
TypeError: Unexpected keyword argument 'desired_capabilities' APPIUM
I'm new to Appium automation in Python, this is my first project actually.
I don't use selenium in this project.
This is my code:
`from appium import webdriver
from os import path
CUR_DIR = path....
0
votes
0
answers
43
views
Selenium SendKeys for iOS: Using the Left Arrow Key places a high five emoji instead of moving the keyboard cursor
When I use the Selenium Sendkeys() method for an iOS mobile application to move the cursor to the left, it instead places a high five emoji in the text field area. The code that I'm using is the ...
0
votes
0
answers
62
views
Appium session gets terminated when i try to install app on real iOS device using a URL
The app gets installed but the appium session gets terminated. Below are the error logs.
Please note that i've removed the actual url due to security reasons. It works fine for simulators.
> `*`
&...
0
votes
0
answers
63
views
If-else doesn't work as expected in Appium 2.0 with TestNG
I'm trying to run a if - else loop for two conditions. the code checks the if condition and tries to find that but if it fails it doesn't execute the else code.
if (driver.findElement(AppiumBy....
0
votes
0
answers
716
views
Appium inspector error Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 70
I am trying to connect my real device with apppium inspector. I am using following capabilities
{
"platformName": "iOS",
"appium:automationName": "XCUITest",...
1
vote
1
answer
699
views
Blocked a frame with origin from accessing a cross origin frame in ios safari-appium java
For our web portal, we are getting the below error, when automating entering payment details in web page for ios safari, Blocked a frame with origin from accessing a cross origin frame.
Our portal is ...
0
votes
0
answers
163
views
XCUITest is sending my app to the background when running tests through BrowserStack and Appium
I have an app that I have automated in IntelliJ to connect to BrowserStack and run a test suite.
It runs on both Android and iOS devices. Using BrowserStack, which I believe uses Appium 2.1, works ...
0
votes
0
answers
511
views
iOS Automation execution doesn't start, Fails at xcodebuild error 70
While executing iOS Automation with Robot Framework + Appium, it throws xcodebuild error code 70. Please find attached error for reference:
WebDriverException: Message: An unknown server-side error ...
2
votes
2
answers
1k
views
iOS elements are visible = false, but displayed in UI - Appium xcuitest
I have a problem with some elements from an iOS application. They are displayed in the UI, but in Appium Inspector are visible = false. I have read a lot about this problem, but I was unable to find a ...
0
votes
1
answer
2k
views
How can I get Appium to scroll to an Element it can't find in iOS
I am developing an automation test suite in Java using Appium 2, TestNG, and Cucumber.
I am currently facing an issue where I am trying to scroll to down a XCUIElementTypeTable until a particular ...
0
votes
2
answers
362
views
Selenium Actions moveToElement not working for browserstack iphone only
I'm writing a simple selenium automation for a Angular single page applcation and integrated the browserstack. This code run fine in locally, and works on browserstack for below platforms.
- os: OS ...
0
votes
2
answers
292
views
Unable to add / send Text to a XCUIElementSecureTextField using Appium inspector
I'm using Appium Inspector to access the page source of an iOS App. I'm able to send Texts to XCUIElementTextField but not to the SecuretypeField. Even the keyboard is not showing up when I tried to ...
0
votes
0
answers
2k
views
unable to launch webdriveragent because of xcodebuild failure: xcodebuild failed with code 65 in IOS SIMULATOR
In iPhone simulator i can't run Test cases when Appium server i started from terminal.
It shows Error: unable to launch webdriveragent because of xcodebuild failure: xcodebuild failed with code 65.
...
1
vote
0
answers
187
views
XCUITest selectPickerWheelValue Keeps looping forever until appium Stops it, I am not sure why
Hi I am learning Mobile App UI automation for both android and iOS, I am stuck trying to get a picker wheel to move a certain value (105). This is using the UIKitcatalogu App from Appium GitHub.
The ...
0
votes
2
answers
141
views
A iOS mobile webelement becoming non clickable when user goes two steps away from the page and try to comeback
I have a Flutter app, which I believe comes under native app on iOS
device with Appium 2.0beta66, java_client 8.5, JDK 15.
I have a pageA with with a link A, by clicking which I go in to pageB with 3 ...