Top "Ui-automation" questions

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

How to switch to new window in Selenium for Python?

I am working on selenium automation project using Python. I am facing an issue, which is handling multiple browser windows. …

python selenium onclick webdriver ui-automation
How to setup Appium on Mac OS to run automated tests from JAVA classes on Android and iOS devices

Problem I was facing with Appium that I decided myself below. I could not find a way to install required …

java android macos ui-automation appium
Is there any open source tools for RPA (Robotic Process Automation)

We want to build a RPA software. The definition of RPA: A software 'robot' is a software application that replicates …

automation ui-automation
How to get webDriver to wait for page to load (C# Selenium project)

I've started a Selenium project in C#. Trying to wait for page to finish loading up and only afterwards proceed …

c# selenium-webdriver ui-automation pageload selenium-firefoxdriver
Python code to automate desktop activities in windows

I want to automate desktop activities in Windows environment using Python. How it can be done? Some examples will also …

python windows user-interface ui-automation
ant build : unable to locate tools.jar. Expected find it in C:\Program Files\Java\jre7\lib\tools.jar

I know that this question is popular, but no one of solutions can help me. I used this, this, this …

android ant ui-automation build.xml android-uiautomator
Changing Android Device orientation with ADB

I'm using Android 4.4 on a real device and I want to set the device orientation via adb. I don't want …

android automation adb ui-automation
Selenium Web Test Automation Framework Best Practices

I would like to know your comments on best practices developing web test automation framework I basically read couple of …

testing selenium testng ui-automation qa
What better tool than Sikuli to use for screen automation on Windows 7 (or preferably multi-platform)

I'm using Sikuli for Screen automation. i.e for clicking of GUI elements according to their appearance on the screen. …

windows-7 screen ui-automation sikuli
Check if element exists python selenium

I'm trying to locate element by element=driver.find_element_by_partial_link_text("text") in Python selenium and the …

python selenium selenium-webdriver webdriver ui-automation