I am using Google Chrome and I need to find a way of finding on existing window and existing page way of interaction with it ( clicking on something and all tha
UPDATE: post edited to add answer to end of post Core Question Using Python, how do I output the date of the Tuesday that occurs 6 weeks after a certain date ra
I am working on automating an inhouse automation testing software for my firm, I need to extract the X-path, or id of an HTML element when the tester clicks the
I have a standard form with 2 text boxes to fill and a submit button. The Submit button suppose to work after filling in the first mandatory text box. It works
For Data Visualisation purposes, I am using Databricks to create dashboards. This is achieved by creating charts in a notebook and linking those charts to the d
I'm working on writing a script which will run from AzDo Pipeline to disable F5 WebServers. Below script works fine in Visual Code and does disable the server a
I am automating a desktop application. I need to select an application from a tree view. Class name is TreeView20WndClass. app = Application().connect(path=r"pa
I'm relatively new to solidity development and coding in general, but I'd really like to try and write a program that stakes and un-stakes an NFT after 24 hours
Hi I am trying to write an apple script to rotate displays in macOS 12.3 I have reviewed the below however apple has changed the display menu https://apple.stac
In appium server , am trying to send the keys inside the text box , where am facing this trouble Call to 'sendKeys' failed [element.sendKeys("hello")] Error res
I am trying to fix the following error from selenium, but right now I am not able to proceed. selenium.common.exceptions.ElementNotInteractableException: Messag
I'm trying to do macro multiple times in Mobaxterm. I can make and use macro in Mobaxterm using Macro recording. But I don't know How could I do it multiple tim
My project is to catch certain error message that can possibly show on website using robot framework and selenium. such as 400 - 500 error messages. ex: 404. p
public LocatedCarParksMap locateAndClickOnTheCardByAddressIndicator(String location) { List<WebElement> quoteCards = driver.findElements(By.cs
I am working with an app that supports swipe gestures with multi-fingers (2 finger down swipe, etc.), and would like to simulate this in XCUITests. I see that X
We have an airtable database of over 24000 records. These records are websites, and many now have errors in them (missing "/", extra space...). We are trying to
I do know that there is commands.js where functions can be added that we often use but isnt it gets way to messy if we just have bunch of functions in that js f
I am sending text to an input field then within the array of elements searching for specific by checking if element text equal street address As you can see i
I'm testing an auto-click script.But on some applications .It doesn't work! Such as Meituan. It's like Meituan/etc. can detect which touch is not human
I am able to login to my application but after that unable to perform any action because all elements are inside the frame tag. The approaches I have tried: Sel