Category "automation"

How to update a PSD file linked layer with opened image

I am a bit stuck. I have created a script for Photoshop that opens a PSD file containing a few layers plus a linked one, sort of a template. So far, I got thing

Fetch the resource utilisation for a web site using. Google chome task manager

I need to fetch a website resource utilisation through chome task manager

How does appium and selenium grid function together

So I have tested an appium script and it's running fine but I want to run it with selenium grid so I can run this on a different machine but I am not clear on i

Multipart Form - 400 Bad Request

I'm having some trouble with a an API request I'm trying to make. Here is my POST request URL: https://platform.devtest.ringcentral.com/restapi/v1.0/account/~/e

How to click on the reCAPTCHA using webdriverio

Hi everyone can you help me with that problem? I'm trying to enter inside the iframe of google reCAPTCHA. Tried several ways to click but didn't work with the i

Github - Auto assign Issue to Project

I would like to Auto Assign an issue to a project in Github. Basically automate the below screenshot for every issue automatically opened. Any ideas?

Allure is not generating report on cucumber 7

After updating the cucumber version to 7.2.3, Allure not generating reports. (unknown report and NaN%). It still uses the config file in the directory. I think

Error when executing a test whose .sql file has variable (Robot Framework)

I have the following situation, could you help me? I would like to leave some dynamic data (variables) inside my .sql file and execute my test correctly in .rob

Automate clear browsing data Safari

Is there any way to automate clearing cache, cookies and history in Safari? I can run Swift, Python, JavaScript and AppleScript. This is the AppleScript I have

Netmiko "Timed-out reading channel, data not available." for Juniper

I am using netmiko ConnectionHandler to push simple config to a Juniper device. But not sure why its throwing "Timed-out reading channel, data not available." t

Why my TOSCA script is not closing the browser?

I am new to TOSCA, and completing my assessment for AS Level 1. Everything was fine until I reached Lesson 12 - Exercise 6. I followed all steps mentioned in th

How correct scaling the page with Python + Selenium?

I am starting learn automation with python + selenium and I have the problem: When I use any of this scripts: self.driver.execute_script("document.body.style.t

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