Skip to main content

Questions tagged [automation]

Automation is the process of having a computer do a repetitive task or a task that requires great precision or multiple steps, without requiring human intervention.

automation
Filter by
Sorted by
Tagged with
2 votes
0 answers
31 views

Why "stale element not found" after wrapping in a loop?

I am looping through google :"gasbuddy + "addresses in inputfile" and click the first link and redirect me to that webpage. It reports "stale element no found" after ...
J Jeffery Kelly's user avatar
0 votes
1 answer
21 views

weird selenium console output

Can someone please help me with the below selenium code-i am trying to validate whether a field or a radio box is enabled or not but instead of returning true or false . it is giving me a below ...
ashutosh rai's user avatar
-1 votes
0 answers
15 views

While doing mobile automation testing I'm getting random error ( no such element found exception) in eclipse. When I run again it will not show error

I'm getting random error while executing the code in eclipse ide for mobile application testing. When I re run it will not show error. Sometimes I will get error next time error will not come.Why?? I'...
Aadil Arshad Shaikh's user avatar
0 votes
0 answers
7 views

Unable to Scroll Properly Using Selenium Script in the mobile device - Appium

I am using Below script: Dimension ScreenSize = driver.manage().window().getSize(); // System.out.println(ScreenSize); // Current device size (720, 1465)// //Finding Starting point/mid of the ...
Monkey's user avatar
  • 1
0 votes
0 answers
14 views

bot detection, hasInconsistentGPUFeatures

I am trying to set up a playwright bot that can bypass bot detection and I am using https://deviceandbrowserinfo.com/are_you_a_bot to test. I am failing "isWebGLInconsistent" (though my main ...
splake's user avatar
  • 1
0 votes
0 answers
7 views

Cucumber windows Authentication login in MSSQL

Do I need to place sqljdbc_auth.dll in System32 to use Windows Authentication login in the Cucumber framework? I'm having issues with my connection to MSSQL using windows authentication in Cucumber ...
Smith's user avatar
  • 1
0 votes
1 answer
23 views

How do i automate a gitlab runner setup using ansible?

Problem: I'm working on an Ansible playbook to manage GitLab Runner registration and configuration. The playbook should: Register a GitLab Runner and extract its token and ID. Template a config file ...
duesmile's user avatar
0 votes
0 answers
13 views

common method for Click using Cypress [closed]

i have declared elements in page Object class as below ` elements = { imageButtonRole: () => cy.get('li[title="Change Role"]', { timeout: tout }).children('img'), }` now i ...
Kiran Kumar A's user avatar
-2 votes
0 answers
13 views

What is the issue of getting failed to load data? [closed]

error When connecting Make (formerly Integromat) with WordPress,the error "Function 'getPostTypes' finished with error! Response body is not in JSON. Value must not be empty." Used Twenty ...
amali gunasinghe's user avatar
0 votes
0 answers
13 views

Cypress initial Config Error : Cannot read properties of undefined (reading 'getFilesByGlob') [closed]

I am trying to run Cypress for the first time with the E2E configuration and it is giving me this error, please help. Error Message Please Help! I installed everything that are prerequisite for this. ...
Andy's user avatar
  • 1
0 votes
0 answers
23 views

Is it feasible to run part of test cases parallelly and part of test cases sequentially at the same time in Playwright

I need to run my automation test suite on multiple workers to reduce execution time. There are a few test cases that use the same endpoint with different configurations. please refer the bellow ...
isuru prasad's user avatar
-1 votes
0 answers
33 views

Getting Error: 'NoneType' object has no attribute 'split' - When calling a def in another py file [closed]

I am working on a ROBOT Python Framework for test automation I have this listener class 'TestStatusListener' after execution, which gets the count of Total,Passed,Failed,Skipped tests. I have another ...
AbdulQASDET's user avatar
-4 votes
2 answers
98 views

How can I convert from StringBuffer to integer in java? [closed]

public static void main(String [] args) { String str="asd123 dgw35df wi13gdf9"; StringBuffer strb; int sum=0; int len = str.length(); //char ch ; for(int i=0;i&...
Reddy Anand's user avatar
1 vote
1 answer
34 views

How can I click a dropdown menu and select a gender with Python

I am trying to create a Python program which can fill the form on this website: https://www.gewobag.de/fuer-mieter-und-mietinteressenten/mietangebote/0100-02559-0401-0074/ My first goal was to select &...
MrOmer's user avatar
  • 13
0 votes
1 answer
18 views

Is there any way to automate the check of Google Tag Manager tags and Data Layer values?

We manually check Google Tag Manager tags and Data Layer values on our website. I wonder if there is a way to automate it. If so, how can I do it? I searched Google but cannot find proper answers to ...
Mert Yalçınkaya's user avatar
0 votes
1 answer
23 views

Automation - Execute VIM macro a dynamic number of times

Is it possible to set up a macro in vim such that it executes a number of times equal to the number of results it finds earlier in execution? I am trying to take a list of names, find all blocks in a ...
David Robie's user avatar
0 votes
0 answers
15 views

Failed to launch outlook on Power Automate

I'm new with power automate and i tried to launch outlook But i get this error Value cannot be null. Parameter name: type: Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException: ...
amy 's user avatar
  • 13
0 votes
0 answers
20 views

WebdriverIO still logs me in even though the input value is null

I am trying to write a simple test using WebdriverIO on the SauceDemo website. When I insert valid authorization values in the inputs and then clear these inputs, it still somehow logs me in on a ...
autojonski's user avatar
0 votes
0 answers
15 views

Issue with clicking Google Ads "Click to Continue" button in Appium + Python

I am currently automating an app using Appium and Python for app automation. Recently, Google ads have started appearing randomly within the app. These ads contain a "Click to Continue" ...
dheeraj surakasula's user avatar
0 votes
0 answers
38 views

Extracting Email Attachments Using Power Automate Cloud Flows

Hello Stackoverflow community, I'm trying to find a way to open email attachments of the type "Outlook item" in power automate. At the moment, I have tried using the "Get attachment&...
MannyK's user avatar
  • 1
0 votes
0 answers
26 views

Sending commands to Alexa via text using API

Since the AVS (Alexa Voice Services) have been abandoned I don't see anymore a reliable way to automate sending command to Alexa. My use case is building and Android plugin for Tasker/Macrodroid which ...
Simone Avogadro's user avatar
0 votes
1 answer
21 views

Automated recurring files into BigQuery

I work for a small marketing agency, we're transitioning out of Domo and storing our data in BigQuery. Clients send us recurring files on a regular but not exactly scheduled basis. Usually things like ...
Ben Adams's user avatar
1 vote
1 answer
43 views

Resolve Multidimensional Array using Javascript

When I do. I receive as the screenshot attached. But I need one array having each array as a whole number. 'use strict' const { helper, browserstackBase } = require('@core/IQAir') const webdriver = ...
Beginner's user avatar
0 votes
0 answers
20 views

I'm trying to automate the google dinosaur game but cannot seem to detect the obstacles

As part of a course I'm on, one of the tasks is to make a program that automatically plays the google dino game. I have tried to check if the pixels are white or not in certain areas of each ...
Lemon's user avatar
  • 1
-2 votes
0 answers
20 views

Is there an API to retrieve CSS property names, descriptions, and usage examples? [closed]

I am working on a project that provides a reference and cheatsheet for CSS properties. The source code is available on my GitHub repository, and the project is hosted on GitHub Pages. Instead of ...
unofficialdxnny's user avatar
0 votes
0 answers
17 views

Is possible to automate or auto fill field file in Google Form? [duplicate]

Basically, I want to create a puppeteer so that I can fill in a file in a Google form. All types of fields have been successfully filled in automatically, but file field is fail to fill automatically ...
Hafi Ihza Farhana's user avatar
0 votes
0 answers
80 views

Why can't I read other attributes from a CATIA Macro?

We encountered an issue during our CATIA macro development. We get an error when we try to read the value of an attribute on VPMReference (attribute name: PLMReference.V_hasConfigContext) in the macro....
Lyrk's user avatar
  • 1,970
0 votes
0 answers
15 views

Unable to start Appium inspector after restarting my mac

I have been using Appium (v2.5.4) inspector as normally and everything works fine however I have to restart my machine and now I am getting the message: Failed to create session. An unknown server-...
Shafiq Ahmed Khan's user avatar
0 votes
0 answers
35 views

Is there a way where whenever I plug my iPhone into my MacBook, the Mac opens a specific application? [closed]

So I am wondering, is there a way that at any point that I plug my iPhone into my MacBook, it automatically opens up an application? I am also looking for the most efficient and effective code when ...
instrogamer121's user avatar
-1 votes
0 answers
22 views

The element is displayed,clicked but still not interactable

I faced a problem that I can't resolve. I work with Python, Selenium and : I got an URL and then element = WebDriverWait(driver 10).until(EC.presence_of_element_located((By.ID, "sometext"))...
feramon3000's user avatar
0 votes
0 answers
12 views

Keygen sh cloud platform zapier automation invalid uuid

I’m trying to automate licensing with keygen sh with stripe using Zapier. When I made a payment I am getting 400 badway error keygen sh create licence node. When I am checking the logs on keygen sh ...
Axen_Rangs's user avatar
0 votes
0 answers
34 views

Send multiple response in a running ussd session

I am trying to build an app that can send a USSD request, read response data (Which is a menu) and then send a response in the session ( eg. an option I would like from the menu). I need to do it ...
Sohan's user avatar
  • 34
-1 votes
0 answers
35 views

Handling Verifying you are human Loop

I'm trying to access the website https://www.vdi.lt/Komandiruotes/EN_employer_SignIn.aspx using Selenium with Python. However, I keep getting stuck in a loop with the message: www.vdi.lt Verifying you ...
Amine's user avatar
  • 19
0 votes
0 answers
20 views

Unable to use Selenium with ProxyScrape proxy server that requires manual login

I'm trying to use Selenium to open a browser and navigate to a website using a ProxyScrape proxy server. However, I'm encountering an issue where the browser requires me to manually log in to the ...
Rev's user avatar
  • 1
0 votes
0 answers
63 views

What could be the reason that no steps are displayed in Allure report with AspectJ weaving?

I'm currently working on an automation framework and the feature I am implementing right now is the possibility to log the messages on start and the end of the methods annotated with @Step from allure....
Vanadium's user avatar
-8 votes
0 answers
27 views

my code again started running automatically after running the code in selenium java automation [closed]

my code again started running automatically after running the code in selenium java automation prog should not run again automatically after finish, my code is running but again and again code is ...
Uadhaya kumar B's user avatar
0 votes
0 answers
21 views

Selenium automation - e-mail token

I will start automation with Selenium in Python. To log in to the platform, you must fill out a token, which is sent to Outlook. How do I have the automation enter my email and retrieve the access ...
Luiz Felipe de Oliveira Lacerd's user avatar
0 votes
1 answer
25 views

I get an error for loading an RSA key when doing version automation using github actions

My main idea is that every time I make a commit it looks to see if the phrase NEW_VERSION:5.0.01 (5.0.01 is just an example in this case) exists somewhere in the commit message and replaces it with a ...
joaovitorkc's user avatar
0 votes
0 answers
16 views

Trying to automate iOS using Appium but not able to scroll and getting the below error

Below is the code that we are using for iOS automation. In this FindElement function, we are using a while loop which will execute for 10 times and try to make the captured element in bounds(in the ...
Avdhesh Gautam's user avatar
1 vote
1 answer
22 views

Photoshop + JavaScript, why docRef.selection.selectEllipse(), .selectColumn(), .selectPolygon(), .selectRectangle(), .selectRow() don't work?

I automate Photoshop using JavaScript, here is my code: var originalRulerUnits = app.preferences.rulerUnits originalRulerUnits = Units.PIXELS displayDialogs = DialogModes.NO var fileRef = new File( &...
mischa-94's user avatar
0 votes
0 answers
14 views

Limit Switch Not Responding After Keyboard Interrupt on Raspberry Pi GPIO

I'm working with a limit switch on my Raspberry Pi 4 running Raspbian OS. While testing, I interrupted my script with the keyboard, and since then, the GPIO pin no longer responds to the limit switch. ...
user19740140's user avatar
0 votes
0 answers
20 views

Python Scripting Help Needed for Telegram Bot Integration

hi everyone i have py script like: import re import os import sys import time import telnetlib class ZteC320(): def __init__(self): self.zte_unregistered_onts = {} self....
user25964160's user avatar
-1 votes
0 answers
8 views

How to run a google home script using a google app script routine?

I'm working on a project where I need to turn lights on and off according to some results obtained in a spreadsheet. I already use google app script in this spreadsheet, and I would like to run a ...
Marcio Rosalen's user avatar
0 votes
0 answers
9 views

Is there a way to open a URL on Slack with an automation using Zapier?

I'm trying to develop a ticketing system that allows people on slack to go to the ticket creation URL when typing "create_ticket" or "/create_ticket". I've been using Zapier but ...
Rodrigo Ramírez's user avatar
0 votes
0 answers
32 views

Failed remediation script in Intune while "run script 64-bit PowerShell" option is turned on

I took the script for updating applications using Winget from this blog: https://scloud.work/winget-updates-proactive-remediations-2/ The blog says that scripts should be run in 64-bit powershell, but ...
Daņiils Poļakovs's user avatar
0 votes
1 answer
87 views

Run VB.Script from CATVBA

i want to run the existing VB.Script(in Desktop foloder) from CATVBA. I tried with some code, but i couldn't not able to execute it. Sub Atuoamtion6() Dim CATIA As Object Set CATIA = ...
Vino Kumar's user avatar
2 votes
1 answer
32 views

Cypress - How to iterate through the values of an environment variable and verify each item from the carousel list

I want to test whether the carousel on my website contains the correct items that are represented as company logos. Each carousel item has an <img> element with the 'alt' attribute which is ...
bazzinga's user avatar
0 votes
0 answers
10 views

C# how to implement treeview_getitemrect for treeview node's bounding rectangle

The goal is to move the cursor to the selected treeview item's bounding box for sending left or right mouse clicks. https://learn.microsoft.com/en-us/windows/win32/controls/tvm-getitemrect <- this ...
Win Thu Latt's user avatar
-1 votes
0 answers
13 views

Automatically assigning databases to a graph template in Looker Studio

I need to use looker to display statistical data from a cloud sql data base into graphs but I want to automate that process instead of making the user select the tables from the db and assign them ...
Ab Almasri's user avatar
0 votes
0 answers
15 views

How to set time interval between automatic calculations in Excel

I have a spreadsheet which source data from external sources and many formulas depends on these source data. The source data are updating frequently (sub-second), but my spreadsheet is too heavy to ...
xymzh's user avatar
  • 165

1
2 3 4 5
479