Top "Ui-automation" questions

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

Chrome opens with "Data;" with selenium

I am a newbie to Selenium and trying to open localhost:3000 page from Chrome via selenium driver. The code is : …

google-chrome selenium selenium-webdriver google-chrome-devtools ui-automation
How can I use EnumWindows to find windows with a specific caption/title?

I am working on an application that will eventually be an api for driving UI Tests for a WPF application. …

c# ui-automation
Get Current Activity in Espresso android

In case of a test that crosses multiple activities, is there a way to get current activity? getActivtiy() method just …

android ui-automation android-espresso
Is Selenium slow, or is my code wrong?

So I'm trying to login to Quora using Python and then scrape some stuff. I'm using Selenium to login to …

python selenium http selenium-webdriver ui-automation
How to scroll down the screen in the android espresso test? I need to validate the text present on the screen

I am performing the below test to validate the text on screen , The text is present on the view but …

java android ui-automation android-espresso
Access a new window - cypress.io

The question is as simple as that. In Cypress, how can I access a new window that opens up when …

javascript ui-automation cypress
Frontend testing: what and how to test, and what tool to use?

I have been writing tests for my Ruby code for a while, but as a frontend developer I am obviously …

testing jasmine frontend ui-automation casperjs
How to click buttons in an application using AutoIt or Windows UI Automation

Setup Environment: I'm using vb.net to develop a Windows Form Application with .NET Framework 4. My goal: Open calculator.exe …

vb.net ui-automation autoit