Category "ui-automation"

Docker Selenium VPN: How to access internal or QA website on Docker container

I am trying to run selenium automation on QA/Staging server on Docker chrome container. I am using following code from https://github.com/SeleniumHQ/docker-sel

pywinauto send key down to application

I want to send key down events to game applications using pywinauto. I get the application like this: from pywinauto.application import Application app = Appli

How to mark individual parameterized tests with a marker?

I have been trying to parameterize my tests using @pytest.mark.parametrize, and I have a marketer @pytest.mark.test("1234"), I use the value from the test marke

Can we use selenium for testing desktop applications?

I am testing a WEB and Desktop application (cross OS application: Windows - Mac - Linux) and I'm using RobotFramework to automate the tests. For the Web I use S

How do I locate elements inside a canvas for robotframework automation testing?

I'm using robotframework and python to write automation test cases. But for Tableau graph, it is inside a canvas tag. I want to click some elements (dynamic) in

WebdriverIO doesn't spawn a browser in CircleCI job

I am trying to run my E2E tests in CircleCi. Tests work locally. On CircleCi tests are stuck after wdio's call: [0-0] 2021-08-20T11:01:17.873Z INFO webdrive

How I can Sort this Draggable List in Selenium

Link for Practice https://demoqa.com/sortable I tried with this code Actions action=new Actions(driver); List<WebElement> elements=driver.findElements(By.

Is it possible to get the selector from a locator object in playwright?

I'm using the page-object-model in developing my automated tests in playwright. As such, I'm building a class to hold my locators and expose the locators, but

How to get Selenium C# control names for reporting

I'm wanting to report a line every time my selenium based automation framework clicks on a control. My object repository is storing individual controls like thi

How to Handle Browser Popup (During the Download) using Java

currently we scrap the data from Websites using Web driver (Selenium)with Java, during that Scrapping we need to do some download process (i.e XML file Download

Pywinauto identifier is Empty

When i print the identifiers of the dialog following is the output Qt5QWindowIcon - 'b'widget_fenetre_openglWindow'' (L395, T202, R1046,B602) 'b'Qt5QWindowI

Windows Desktop GUI Automation using Python - Sleep vs tight loop

I am using PyAutoGUI library of Python to automate GUI. The application which I am automating opens a new window after I am done with data entry on my current w

How to associate chrome extension with specific tab?

I am opening chrome extension in a tab instead of pop up with following code: chrome-extension://xxxxxxxxxxxxxxxxxx/popup.html But when I do so the extension do

Click a button element on page load

I'm trying to auto-click a button to initiate a function when the html page loads. I've tried document.getElementById('watchButton').click and it doesn't seem t

How to create xpath locator when element does not have any attributes

How can I access the element using xpath selector if that particular element does not have any attributes? <?xml version="1.0" encoding="UTF-8"?> <chal