3,867 questions
0votes
0answers
15views
In-app purchase testing - Appium + XCuitest + Java
Appium 2.13.1 [email protected] iOS 18.3 Automation doesn't recognize elements on that pop-up (Subscribe button), although I see them manually via Appium Inspector. When I get the elements dump via ...
0votes
1answer
34views
Problems interacting with a Quasar q-select vue component in Cypress
Issue: Currently struggling to interact with a quasar q-select Vue component on our system. It can find the element without any issues, and the click event appears to fire, but no animation happens, ...
0votes
0answers
16views
Locators taking time to load the UI element while running the Automation test cases for android
I have some XML layouts in my android which includes coordinator layout and collapsing toolbar inside my coordinator layout. After a lot if hit and trial we found that, xml tag : layout_behavior in my ...
0votes
0answers
29views
Python Seleium - ActionChains don't enter input as expected
I try to enter two different input fields. It only enters the input for "Your Name" and not the email. enter image description here Here is the Code: url = "http://...
0votes
0answers
31views
Pywinauto unable to find element
Am trying to to rotate ip automatically using IPVanish App and pywinauto library.Below is my code. import os import ctypes import sys from pywinauto.application import Application from time import ...
0votes
0answers
35views
Steps not binding in Test Explorer with Playwright BDD TypeScript Framework in VSCode
I'm currently working with the Playwright BDD framework using TypeScript in VSCode, utilizing Cucumber. My settings.json and cucumber.js files are correctly configured, and all paths are correctly set....
0votes
0answers
28views
Extracting text from clipboard fails when running Selenium web tests via Jenkins
I have an automated test which extracts the file contents, copy and paste inside my view. On local machine it works fine but only when I am running it via Jenkins on virtual machines from my DevOps, ...
0votes
1answer
79views
AutoIT Context Menu
I'm having troubles with clicking inside a ContextMenu in AutoIT. The context Menu has only one parameter which is the class: Afx:00960000:4803:00010003:00000010:00000000. The rest of the parameters ...
0votes
0answers
28views
Python Selenium send_keys is not waiting for file to be uploaded
I am trying to automate a file upload using selenium module in Python, I am able to click the "Attach" button and upload file from absolute path but getting error as file upload is not ...
0votes
3answers
82views
How to run parallel tests with Selenium Standalone?
I am developing a Java-based test automation project and using Selenium Standalone to run my tests. Currently, I can run tests on a single browser instance, but I want to execute parallel tests. I ...
0votes
0answers
22views
appium installation on ubuntu getting command not found error
Question : appium : command not found error even when npm install -g appium is done? node -v = getting version installed npm -v getting version installed, but npm install -g appium is throwing some ...
-3votes
2answers
39views
How to migrate UiPath automations from Firefox to Chrome without redoing everything?
I’ve been given a project where I need to test web applications using UiPath. Until now, all the tests were running on Firefox, but now I have to migrate everything to Chrome. The problem is that the ...
0votes
0answers
22views
Google Suspicious activity on UI Automation
I'm using Browserstack App Automate to run UI Automation on my game. Browserstack provides a way, where we can provide the google account details in a config file, and it will automatically login to ...
0votes
0answers
38views
Windows UI automation; Determine if control is tabbable
I'm working with C#, and the latest Windows UI Automation framework. I'm trying to automatically tab through all controls on a given page, and want to save what control it's currently at so if the ...
1vote
0answers
27views
WebDriver not getting initialized with neodymium 5.2.0
I am working on upgrading my Test automation framework libraries, I have followed the guidelines and change logs while updating however I see issue with web driver initialization is not happening. My ...