Category "automation"

Jupyter Hub generate automatic logs

It is possible to generate automatic log for each new Jupyter notebook file that is created? The time, user, cell command and the output of the cell command sho

delete kubernetes pods which status shows 'CrashLoopBackOff' via shell script

I trying to write a script to delete pods status CrashLoopBackOff from all namespaces. #!/bin/bash # This script is basically check all avialble namespaces # a

How should I do QA automation for the demo application on the Samsung Tizen Smart TV using Appium?

I have a Samsung T4 Tizen Series real smart device. I want to write a sample application for automation testing on it, so how to do that using Appium or any sim

Custom cypress commands is not assignable to parameter of type 'keyof Chainable<any>

In a .ts file I create a test to try and access a custom created command from command.js, createInbox function is underlined with red with the following message

Manage tabs in tosca testsuit

Im trying to generate a testcase but im my web, when i click a menu this open a new tab and tosca says that cant find that element. How can i make somthing like

How to operate app and browser combined per test automation

I am searching for a test automation tool that supports the following test case: start an app on the smartphone click on a button; the click on the button start

Automation Google login with python and selenium shows ""This browser or app may be not secure""

I've tried login with Gmail or any Google services but it shows the following "This browser or app may not be secure" message: I also tried to do options like

How can I get a "single HTML file" report in Cucumber?

I've a use case where i need a single HTML file report that I need to e-mail further. I get these files as a cucumber report: Is there any way to generate a si

How to check for new files in a folder in python

I am trying to create a script that will be executed every 10 minutes. Each time I have to check if there are new files in specific folder in my computer and if

Is there a way to listen to mouse event in windows?

I want to write a script that runs a specific PowerShell command when one of my mouse's additional buttons is clicked. Example: Clicking the third mouse's butto

Juniper to Aruba Commands using Python

I have a set of commands, each from Juniper & Aruba switches, that I would like to automatically convert. Is there a way to use a string of Juniper commands

Powershell taskkill /F /IM firefox.exe /T without killing the developer version with the same .exe name?

I've got a macro looping with powershell and at the end of a run to clean up it kills and restarts the browser, Standard FireFox version firefox.exe Using: task

Randomising env for tests in Lambdatest

I'm wondering how can I set up my LambdaTest config so it runs each scenario in a different env. At the moment my setup is Windows - Chrome v88.0 and the config

find_element gives 'dict' object has no attribute 'click' error while testing Windows Desktop app using WinAppDriver

I am new to WinAppDriver and Python and I am trying to automate a windows Desktop application using WinAppDriver in Python. When I try to find an element using

How to select User certificates from edge browser using Playwright with Java

How to select User certificates from edge browser using Playwright with Java. We have different certificate added in browser for each role and we need to select

How can I tell subprocess to answer "y" to a commandline question?

I'm automating an ffmpeg command but when the file exists already, it asks me if I have to "Overwrite [y/N]" and it stalls the entire script until I have to ent

Cypress: How to visit a url of a different origin?

I'm new to cypress and have ran into an issue. I have my base URL set to the domain I want to test, the issue is when I want to test the ability to login on my

Playwright JS - How to globally define/change timeout if element/selector not found?

Basically I want playwright to wait for each element 5 seconds if element not found. There is a way to change timeout individually as given below: await page.wa

Is there a way to test markers on MapView using DETOX in a react-native app?

I have a react native app that includes MapView component where we are rendering the markers. Using detox, I want to test the visibility of those markers and al

Is there a way to use an XML file to run Selenium tests?

I have a selenium test with over 100 lines of findElement, click(), sendKeys().... Is there a way I can create an XML or text file of the different parameters a