ui-automation Questions

6

I'm trying to log the network calls in the browser. For my use case I require the browser to be in an open state and should be closed only with the scripts. I am currently using the page.pause() fu...
Incorrupt asked 1/6, 2022 at 13:9

2

How to run multiple test cases of Flutter integration tests in single command or from single file. 1. If I run two separate commands for two files then report generates only for last command. 2. ...
Tantalite asked 22/11, 2019 at 6:32

3

Solved

I am testing an application which loads a powerpoint (.ppt or .pptx) file insert it. Application gives same look an feel like powerpoint with some extra setting when the file is loaded inside the a...
Pronation asked 13/3, 2014 at 5:29

5

Solved

I'm unable to test file download with Selenium (python), after Chrome update to the version '122.0.6261.70'. Previously running Chrome with the '--allow-running-insecure-content' arg did a trick. T...

4

Solved

I have a playwright test running in Chromium under Node. I'm using playwright 1.19.2. The test clicks a "Copy UUID" link, which then copies a UUID into the clipboard. What is the best way...
Unisexual asked 16/5, 2022 at 20:54

2

Solved

TL;DR: What am I doing wrong that is causing the workspace pane to show up in Inspect Objects but not show up in my custom code? I am trying to write some UI automation to a 3rd party program. I...
Hampshire asked 14/2, 2012 at 18:34

9

Solved

The question is as simple as that. In Cypress, how can I access a new window that opens up when running the test. Steps to recreate : Run the test. After some action, new window pops up (the ...
Persephone asked 11/12, 2017 at 9:39

3

./adb exec-out uiautomator dump /dev/tty returns the output Killed repeatedly. Incidentally, sometimes it does return the xml file. What is the remedy for it?
Kay asked 18/12, 2018 at 18:46

4

I am trying to get Cell Value From GridView In WPF Project with winappdriver. I get an issue with this line: string name = row.FindElementByName("Name1").Text; An element could not be ...
Thiazine asked 27/6, 2020 at 10:25

2

Solved

One line summary - I'm looking for a way to get AppleScript itself to reveal the name it expects a specific piece of window content (UI element) to be referred to as in a "tell" statement. How do ...
Microwatt asked 14/2, 2017 at 16:19

4

First time to write a Cypress (cypress Io framework) auto test for internal website (http://XXXX:8089/). The access of this website homepage requires special permissions by using active direc...
Glucoprotein asked 19/6, 2018 at 19:8

3

1. Initial post I know that Playwright has auto-waiting. I have a test where sometimes click works, sometimes does not. Below is the code. import { test, expect } from '@playwright/test'; ...
Greening asked 3/11, 2022 at 10:13

3

We have in protractor like: browser.driver.manage().window().setSize( width - 30, height ); How to achieve this in playwright?

3

Solved

I was looking for a solution to my problem where in I need to send my app to background and re-launch it from the recents after a particular time interval. deactivateAppForDuration() was used to ac...
Packton asked 17/11, 2016 at 11:11

10

I am working on test automation for a hybrid mobile application on Android using Appium(python client library). I haven't been able to figure out any means to automate or create a gesture for using...
Helaina asked 12/6, 2015 at 11:25

2

Solved

I am using UIAutomation with the method System.Windows.Automation.AutomationElement.FromPoint(System.Windows.Point) to get the element by the mouse cursor, but I cannot find the type System.Win...
Marplot asked 4/10, 2014 at 0:7

11

Solved

I am a newbie to Selenium and trying to open localhost:3000 page from Chrome via selenium driver. The code is : import com.google.common.base.Function; import org.openqa.selenium.By; import org....

10

Solved

I've started a Selenium project in C#. Trying to wait for page to finish loading up and only afterwards proceed to next action. My code looks like this: loginPage.GoToLoginPage(); loginPage.Log...

3

I am trying to add a new tab using Webdriver 2.0 in Chrome but couldn't get the result.I have followed few answers provided in different forums.As I am very new to java and the answers available ar...
Christenechristening asked 27/7, 2013 at 15:29

7

So I'm trying to login to Quora using Python and then scrape some stuff. I'm using Selenium to login to the site. Here's my code: from selenium import webdriver from selenium.webdriver.common.key...
Almswoman asked 4/7, 2013 at 5:59

1

is there a framework I can use to automate UI regression testing in a Kotlin Compose project? Clicking on Android Studio Run -> Record Expresso Test gives a warning that Espresso Testing Framewo...

8

Solved

The question is as given in the title, ie, to access element whose parent is hidden. The problem is that, as per the cypress.io docs : An element is considered hidden if: Its width or heigh...
Atwood asked 29/11, 2017 at 11:23

4

I am using Python / Selenium and am trying to select an input box that does not have an ID: HTML <div class="form-group"> <input type="email" class="form-control...

2

I am trying to get the value "HELLO" of the UILabel shown in the iPad simulator. I have enabled accessibility and have set the label as "Label Access". But when I call target.logElementTree(), both...
Keene asked 4/5, 2012 at 14:44

2

Android SDK : 22 (L) UiAutomator Version : 'com.android.support.test.uiautomator:uiautomator-v18:2.1.1' On a Button Click I am trying to Access Instrumentation from an Android Application using ...

© 2022 - 2025 — McMap. All rights reserved.