Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
44 views

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 ...
fypnlp's user avatar
  • 1,539
0 votes
0 answers
42 views

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 ...
Murali Guttapalyam's user avatar
0 votes
0 answers
39 views

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 ...
May's user avatar
  • 167
0 votes
0 answers
238 views

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 ...
sleepingpanda's user avatar
0 votes
1 answer
92 views

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, ...
Chao Xu's user avatar
  • 2,206
0 votes
2 answers
42 views

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=...
Sharique Alam's user avatar
0 votes
1 answer
248 views

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 '...
NewTester's user avatar
2 votes
0 answers
83 views

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 ...
zeel chaudhari's user avatar
0 votes
1 answer
400 views

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 { ...
Claudiu's user avatar
  • 675
2 votes
0 answers
622 views

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 ...
Dinu Perera's user avatar
0 votes
1 answer
582 views

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....
Robi's user avatar
  • 3
0 votes
0 answers
43 views

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 ...
Evangeline Drink's user avatar
0 votes
0 answers
62 views

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. > `*` &...
Ishan Nehru's user avatar
0 votes
0 answers
63 views

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....
Sandesh Rathod's user avatar
0 votes
0 answers
716 views

I am trying to connect my real device with apppium inspector. I am using following capabilities { "platformName": "iOS", "appium:automationName": "XCUITest",...
Ihsan Ur Rehman's user avatar
1 vote
1 answer
699 views

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 ...
Saurav Pattnaik's user avatar
0 votes
0 answers
163 views

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 ...
Peter Wilson's user avatar
0 votes
0 answers
511 views

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 ...
Nidit Mehta's user avatar
2 votes
2 answers
1k views

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 ...
Alexandru Gabriel Pencu's user avatar
0 votes
1 answer
2k views

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 ...
cdub's user avatar
  • 430
0 votes
2 answers
362 views

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 ...
Chandika's user avatar
  • 123
0 votes
2 answers
292 views

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 ...
vijay eathakotla's user avatar
0 votes
0 answers
2k views

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. ...
haris yadav's user avatar
1 vote
0 answers
187 views

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 ...
MAutomationLearn's user avatar
0 votes
2 answers
141 views

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 ...
user avatar

1
2 3 4 5
19