nativescript-dev-appium icon indicating copy to clipboard operation
nativescript-dev-appium copied to clipboard

A package to help with writing and executing e2e Appium tests in NativeScript apps

Results 27 nativescript-dev-appium issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When calling `findElementsByClassName`, I'd like to continue if no elements are found. However, if no elements match the class name, my test instantly terminates like so: ```...

**Environment** ![image](https://user-images.githubusercontent.com/46031261/119347017-52b74180-bc71-11eb-8e50-d3a652d2bc80.png) **Describe the bug** Modal closes when use await driver.hideDeviceKeyboard() on navigation modal. **To Reproduce** Add navigation modal with any text field, try to type field and hidekeyboard. **Expected...

**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project: - CLI:...

Hi, Is there a forum or similar platform to ask questions about how to do things in nativescript-dev-appium? Or is this git-hub project the right place to do this? I...

Hello i trying type searchbar element to test my filters but its never finded. await driver.findElementByClassName(driver.locators.getElementByName("searchbar")); Incredibly when looking for textfield I got the result, but I believe it shouldn't...

Hello I am trying to test all the screens of my application with appium, my purpose is to take the printscreen to ensure that in any future change I can...

## PR Checklist - [ ] The PR title follows our guidelines: https://github.com/NativeScript/NativeScript/blob/master/CONTRIBUTING.md#commit-messages. - [ ] There is an issue for the bug/feature this PR is for. To avoid wasting...

Hello I realized that through the driver provided by 'nativecript-dev-appium' I do not have access to the children of elements. It would be a very interesting resource to have so...

Platform: Nativescript Angular After the setup and initial test code generated, and editing the appium.capabilities.json to add my emulator properly, I was able to succesfully run my tests to the...

**Environment** Provide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project: - CLI:...