nativescript-dev-appium
nativescript-dev-appium copied to clipboard
A package to help with writing and executing e2e Appium tests in NativeScript apps
**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**  **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:...