I'm using TouchAction with coordinates in Appium to scroll down the native app. Code sample: TouchAction ts = new TouchAction(driver);ts.press(207, 582).moveTo(
I am working with TestCafé 1.8.1 and testcafe-browser-provider-electron 0.0.14. Let's say that an issue in the application force it to get stuck and hang
I have built an automation framework for testing our web app that runs as after each new deploy to our staging environment, as a regression pack. Now the issue
I am interacting with an element within a webpage: <li class="MuiButtonBase-root MuiListItem-root MuiMenuItem-root jss524 MuiMenuItem-gutters jss525 MuiListI
I am trying to create Body-parameter(JSON) for my POST Api , which is a JSON request . All I have is the JSON Schema . I am trying to come up with a list of dif
I have a fairly large library of test files in my project (roughly 80) and I have them named with keywords ex. "create" "Edit" and "lifecycle". I want to be abl
I am trying to find an element on the page, I want to sorter the result list but my result show me that is not attached on the page: Exception in thread "main"
I have a requirement to run a script everyday and automatically update "Chrome Browser" if a new version is released. I am using a PowerShell script that goes l
I've been on a Mac just over a month and before that I've been using Windows and wrote a .bat file to run a few other little .bat files to fire up MongoDB, guar
I have a time clock system that employees login to via browser and punch for time but I find that the process takes our less tech savvy employees 4-5 minutes. I
I have the following code: List<MobileElement> messages = driver.findElements (By.id ("body_bubble")); //find all messages MobileElement lastMessage = me
I had written a Selenium command via IDE by implementing gotoIf when the statement is true it jumps to the label but while the statement if false it is not goin
I can't disable chromedriver logging message "DevTools listening on ws:......" in cmd, i've used some methods like, options.add_argument("log-level=3") options.
Currently, I am working on a "Selenium Wrapper Library", where a set of methods are created in order to perform automation on a particular Web
I am trying to use python to update an xlsx spread sheet used for keeping track of weekly trends/metrics. This particular xlsx file has 4 sheets on “Sheet
So I have a section of code that checks a part of a webpage to see if the status has been changed to get to the next step in the script. It refreshes the page i
So I have a section of code that checks a part of a webpage to see if the status has been changed to get to the next step in the script. It refreshes the page i
So I have a section of code that checks a part of a webpage to see if the status has been changed to get to the next step in the script. It refreshes the page i
So I have a section of code that checks a part of a webpage to see if the status has been changed to get to the next step in the script. It refreshes the page i