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
As a part of my job, I have to automate Sorce code movement from development environment to Production environment. The developers push the code to GitLab that
Android Emulator is not getting started automatically when running simple appium test. Eventhough I am setting both “avd” and “deviceName&rdqu
I am able to switch from one window to 2nd window but not able to switch from 2nd window to 3rd window when all windows are open. testcafe not able to open 3rd
Given L={w in {a,b}* | w != w^R} I want to find its CFG. Please do not tell me the answer for that. What is the intuition of solving these kind of questions? I
I'm trying to add the titles of an iframe header into an array to then print the array with it's element into the console. The elements are added just fine, the
I am trying to associate my automation with their test cases in Azure, but I keep running into an issue where after it runs, the outcome is "None" and the TC sh