Skip to main content

Questions tagged [ui-automation]

UI Automation is programmatic/scripted interaction with a graphical user interface, typically for the purpose of testing or accessibility assistance.

ui-automation
0 votes
0 answers
16 views

Migration of UI test cases of a desktop application to Azure virtual machine scale set from Azure virtual machine

I am trying to migrate UI test cases of a desktop application to Azure virtual machine scale set. I am using C# and Winapp driver to automate UI testcases on a desktop application. When I am running ...
Anushka Singh's user avatar
0 votes
1 answer
33 views

How to click element which is non-interactable using selenium-python

I've a portal which I need to automate. The problem arises when I'm trying to click on the Accept All button element of dialog box. But, I'm not able to locate it when trying to use inspect (F12). ...
Nitin Kumar's user avatar
0 votes
0 answers
17 views

Playwright Test runner struggles with clicking combobox elements and opening option lists. Inconsistent behaviour

Video1: https://drive.google.com/file/d/1BYTFZ5O_0dwTKAuS3siqiQseh8LcWYmH/view?usp=drive_link Video2: https://drive.google.com/file/d/1fyBVhQM2brEAdgJQNeRcLRtJNfXGnNMq/view?usp=drive_link Video3: ...
tem's user avatar
  • 25
0 votes
0 answers
14 views

Appium: Android: Unable to Scroll towards the selected accessibility id

Using: driver.findElement(new AppiumBy.ByAndroidUIAutomator("new UiScrollable(new UiSelector().scrollable(true)).scrollIntoView(text(\"See More\"));")); and Getting and Error:  ...
Monkey's user avatar
  • 1
0 votes
0 answers
27 views

Problem accessing web elements using Cypress [closed]

I use Cypress and typescript. I ran into a problem. The page has a form with a button and input fields. Expected result: When you click the button, the input fields become available for editing. ...
Norlerion's user avatar
-1 votes
1 answer
31 views

Implement text detection/extraction from "live screen capture" on Windows [closed]

Hi what would be the best way to implement a way to detect text from a "live feed or capture" of a pc screen itself, maybe a portion of the screen, so the program can execute based on what ...
Kcharliee's user avatar
-3 votes
0 answers
14 views

whenever i run automation suite in salesforce application, i get error 404 communication error, please retry or reload a page

image error Whenever i run Automation suite which is developed for salesforce we are getting error "communication error, please retry or reload a page" which is blocking us to continue. But ...
SHARDHA SHARMA's user avatar
0 votes
1 answer
68 views

Selenium Java UnsupportedCommandException unknown command: session/9845d50a442f6c23dc498210a0d253d7/se/file during file upload

I am using Selenium version: '4.12.1' and browser version 112. But facing difficulty during fileupload. I am using sendKeys method to send the filepath for xpath //input[@type='file']. Specifications :...
Automation Coding's user avatar
0 votes
0 answers
13 views

How run all test cases in single session for appium python

In my script there file that has dependency for example login page but when I run the script it is creating another session I need run first login page -> homepage in this order in single server ...
vanji's user avatar
  • 1
0 votes
1 answer
24 views

AutomationElement blocks when application show messagebox

I have an event in my WPF application that looks like this: private void ShiftsDataGrid_OnBeginningEdit(object? sender, DataGridBeginningEditEventArgs e) { if (e.Column == ShiftIdColumn && ...
evilfish's user avatar
  • 671
-2 votes
0 answers
38 views

why im keep getting: TypeError: expect is not a function

im trying to automate a website with playwright on js and put an assertion. but everytime im running it it getting stuck at the assertion with the meesage: TypeError: expect is not a function. Why am ...
Ilay Shitrit's user avatar
0 votes
0 answers
23 views

UiAutomator StaleObjectException immediately on finding object

I'm writing some UIAutomator2 tests. I'm getting androidx.test.uiautomator.StaleObjectException when trying to access information about an object I've just found. For example: device.findOBject(By....
AndyReifman's user avatar
  • 1,748
0 votes
1 answer
22 views

Error on CircleCI when execution a QA automation project

I am currently working on a QA automation project, specifically on implementing a solution to delete testing environments once the execution is finished. I have a Python script named setup.py that ...
aps's user avatar
  • 29
0 votes
1 answer
47 views

How to handle multiple tabs using Playwright Java & POM and interact with elements inside the new tab

How to handle multiple tabs using Playwright Java & POM and interact with elements inside the new tab? I am using PageBase class and here is the basic content of it public class PageBase { ...
Yahia Hisham's user avatar
0 votes
0 answers
12 views

Exception in thread "main" java.lang.NoClassDefFoundError: org/openqa/selenium/bidi/HasBiDi

Can anyone please help me to solve this error? Exception in thread "main" java.lang.NoClassDefFoundError: org/openqa/selenium/bidi/HasBiDi I tried many times but unable to resolve this. In ...
Rajesh devan's user avatar

15 30 50 per page
1
2 3 4 5
258