Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
28 views

I get this error when trying to execute Whatsapp trigger "The WhatsApp App ID 691248463796787 already has a webhook subscription. Delete it or use another App before executing the trigger. Due ...
Bahaa Salaheldin's user avatar
0 votes
0 answers
21 views

I'm a trader and developer using DASTrader. I implemented a hotkey script (based on the documentation) to place profit-target and stop-loss orders for positions, but the stop order is not working. ...
Artyom Gishyan's user avatar
-5 votes
0 answers
35 views

I am trying to pass jira ticket details to power automate flow using Jira Workflow. The trigger condition is manual and it works on Epic or a Task. In Epic I have child issues and issues linked to ...
tom01's user avatar
  • 1
0 votes
0 answers
63 views

I have a table within a sheet for inventory. I have conditional formatting that will check the stock levels and highlight the row red when it's 0. This works perfectly. However, when the table expands ...
ShadowToulouse's user avatar
Advice
0 votes
1 replies
33 views

Can I communicate PLC FX1N with Python. I have follow tutorial on youtube for FX3U using RS-485 and RS-422 but when i transmit data from Python to PLC , it's always fail, is it because this method ...
Noob student's user avatar
-2 votes
0 answers
24 views

I tried multiple ways to upload the image through the Windows File Explorer using WinAppDriver and Appium in C#, but I still couldn’t get it to work. I tested different approaches to interact with the ...
Khyathi Kulal's user avatar
0 votes
0 answers
37 views

I need an advice which programming language is suitable in this situation. I need a macro/script that will dig a 24-block-long, 24-block-wide, and 24-block-deep mine. The blocks break instantly, and I'...
funerary trap's user avatar
-2 votes
0 answers
54 views

I'm completely new to Minecraft automation and need help from scratch. Task: Excavate a 25×25×25 block area in Minecraft. What I have: Minecraft 1.8 AutoHotkey Python OpenCV Anything you can offer ...
funerary trap's user avatar
Advice
0 votes
3 replies
42 views

I am using C++ builder for OLE automation in MS Excel. I now need to implement support for LibreOffice Calc. The following code works well in MS Excel. It is inserting an array of strings into ...
vsm's user avatar
  • 69
0 votes
1 answer
31 views

I am having trouble automating the testing of several scenarios with CPLEX. I want to test several scenarios where I play around with the weight of the weighted sum of my objective function and the ...
Félix Veillette's user avatar
-1 votes
2 answers
72 views

I'm automating a test using Selenium (Node.js) and trying to set a value for a datetime-local input. The UI visually shows the correct date/time, but when I inspect the element after driver.sleep(), ...
Yasela Wathsala's user avatar
0 votes
0 answers
21 views

I’m working with GT-SUITE 2016 (GT-ISE) and want to automate creating and running CFD-coupled simulations using the GT Automation / Scripting API. The official docs mainly cover manual setup for ...
Masoud kamju's user avatar
0 votes
1 answer
50 views

i have a program that opens the chrome then search for something i want when the search is ready it scroll using the same pyautogui but only when the search is ready i know i can use time.sleep(second)...
Rexlep's user avatar
  • 1
0 votes
1 answer
72 views

I'm trying to automate sending a tweet via Selenium (Python) and while I'm able to access the page using my existing chrome profile, I'm not able to access any elements and what's more is that it ...
Kamen Yin's user avatar
-3 votes
1 answer
68 views

I'm automating some ticket creations in Jira. It's working fine for the most part, but its not being assigned to the correct user. All the tickets created get created with "unassigned" as ...
kooroc's user avatar
  • 21
1 vote
3 answers
279 views

I am using NoDriver python on MacOS and sometimes when I try and open a browser tab it fails with the error below (I've tried Chrome+Chromium and it happens on both). If I manually open the browser ...
Ahmed Zaidan's user avatar
1 vote
0 answers
126 views

I am trying to automate SSH authentication on a jump server (bastion host) that requires both password and OTP. The script needs to: Connect to SSH with authentication Hand over control to the user ...
Hammad's user avatar
  • 21
0 votes
0 answers
37 views

I’m trying to automate a report generation task using Python. I have an Excel workbook that contains multiple sheets (e.g., "Sales", "Orders", "Summary"), and I want to ...
whdaks1019's user avatar
0 votes
1 answer
55 views

I’m working with IBM InfoSphere DataStage 11.7. I exported several jobs as XML files using istool export. Then, using a Python script, I modified the XML to add another database stage in parallel to ...
techguy11's user avatar
1 vote
1 answer
65 views

I’m trying to programmatically modify IBM DataStage jobs to add a new database connector stage in parallel to an existing Database stage. Here’s my workflow: Export a job from DataStage Designer as ...
techguy11's user avatar
0 votes
0 answers
47 views

I want to exterect Name and Age through ^(\w+)\n(\d+)$ and it is working. if I use textfsm Why it is not giving data in correct format? data: Alice 37 Smith 41 template: Value Names (\w+) Value Ages (...
Nishant Thakur's user avatar
-3 votes
1 answer
105 views

First post here. Video of the minigame: https://youtu.be/iwO5BYg590Q The objective is to keep the target square (which changes colors constantly) inside the yellow rectangle for as long as possible. I'...
Gustavo Kloss's user avatar
0 votes
0 answers
50 views

I am new to automation, so, I'm in a big company where possibly hundereds of developers currently share a single selenium grid. This results in a problem though, which, of this long list of Session ...
Scala Enthusiast's user avatar
0 votes
1 answer
69 views

Is there a way to select the validation pop-up messages generated by the browser when a user inputs an incorrect format, such as an invalid email address?. I am writing a test case to verify whether ...
amal's user avatar
  • 3,626
0 votes
2 answers
53 views

I’m working with a Tab Navigator that has four tabs — Topics, Category, Notification, and Account. Some tabs have a screen directly attached to the tab, while others (like Category and Topics) contain ...
Vivek Thakur's user avatar
3 votes
2 answers
165 views

So the scenario is to auto send emails however, some of the recipients don't have attachments one day but might the next. I am looking to add to this code (below) so that in my list of names the ones ...
user31611822's user avatar
0 votes
0 answers
17 views

We use an MIS called LabelTraxx. Our company manufacturers labels and has 5 production lines. The operator for each production line will key in the details of their job, as well as their production ...
NikosK's user avatar
  • 1
-2 votes
1 answer
65 views

I'm hoping to get some advice and validation on a pipeline strategy for a large white-label Flutter project. The Setup One Flutter codebase. 100+ flavors for unique customer apps (Android & iOS) A ...
Devam Udani's user avatar
0 votes
1 answer
72 views

I’m working with Playwright (Node.js) and need to capture notification toasts that appear on the page. The issue is that the toasts don’t always have the same structure: Some have only a message ...
Edras Antonio Anaya Hernandez's user avatar
0 votes
1 answer
109 views

I'm using this code as an alternative for Alt Tab menu: ^q:: AltTabMenu() ; AltTabMenu-replacement for Windows 8: AltTabMenu(){ list := "" Menu, windows, Add Menu, windows, ...
IGRACH's user avatar
  • 3,726
-2 votes
1 answer
102 views

I've written a script to reboot my router every other day. It works as intended when I test it out manually but doesn't work properly in cron. #!/bin/bash c=$(ls -a /tmp | grep -o ".daycount*&...
Mike's user avatar
  • 7
0 votes
0 answers
35 views

I have a test suite (webdriverio) which runs in headed mode outside of gitlab-runner. Whenever I put it into my pipeline, the tests become headless. That's generally okay, but I would need sometimes ...
SlightlyKosumi's user avatar
1 vote
0 answers
56 views

I remember (from around 10 years ago) that in GeoGebra I could save the commands I would normally type into the Input Bar into a textual file, and then open/load/run them all at once, without having ...
Foad S. Farimani's user avatar
0 votes
0 answers
87 views

I need to change field values on the "custom properties" section of Webflow designer using JavaScript code on the Google Chrome console fields to change Also, after changing it, it should be ...
Dima34's user avatar
  • 1
1 vote
1 answer
112 views

I've written some code in PowerShell that opens two Word documents in Word and then invokes a Review - Compare. However, I don't like the way I need to search for the hwnd pointer by looking for a ...
Dennis's user avatar
  • 2,128
1 vote
0 answers
49 views

I have a compiled application that does not contain any AutomationIDs for its elements, and I do not have access to the source code for this application. Is it possible to assign AutomationIDs to ...
0Z0SK0's user avatar
  • 35
0 votes
0 answers
48 views

I just installed the Job Priorities plugin for my Jenkins instance, but I can't for the life of me figure out where the Job Priorities configuration section is located. The plugin is installed, ...
Chanté Blais's user avatar
0 votes
1 answer
84 views

I want to automate deleting my ChatGPT chats because I have about 244 of them, and I’m not going to do that manually. What I want to do is scroll down to the bottom until there are no more chat items, ...
Ukpa Uchechi's user avatar
0 votes
0 answers
49 views

Element attributes are not exposed in debug build apk. while clicking on element always the root element of the page gets clicked as it is not able to distinguish between elements i think. is there ...
Ashraf9004's user avatar
1 vote
1 answer
70 views

I have a Python application built with Tkinter for its GUI. Right now, I want to automate interactions with this app without changing its source code. Is there a way or a tool on Windows that can help ...
Phung Hieu Anh's user avatar
0 votes
0 answers
30 views

Good afternoon and Happy Friday! I installed Pyang in a venv environment in Ubuntu 24.04.1, and for the life of me, can't get it to display a subtree of a Yang model. All it does is just goes to ...
Nelson's user avatar
  • 1
0 votes
0 answers
27 views

I'm having trouble integrating a weather API into Appsheets. I want the user to enter their location and then the API returns the weather data. I have a locations table where it is ref in the ...
jorge euricoHD's user avatar
3 votes
1 answer
233 views

So I want to automate adding many team players, I wrote a script to do this with Playwright. As the players are much, the issues is that the script don't seem to find the input fields like the first ...
user1867071's user avatar
0 votes
0 answers
78 views

I'm making a code in SolidWorks VBA that will automatically model revolved rectangles onto an imported conical solid body with an axis going up the middle. The revolves are placed on angled planes ...
FerryBoat's user avatar
0 votes
1 answer
70 views

I'm trying to automate a click action on a checkbox located inside a table cell. The table is developed using Streamlit, which internally uses Glide DataGrid. I've tried both Selenium and Playwright ...
SKV's user avatar
  • 31
0 votes
1 answer
259 views

I am tyring a POC where my power bi gets refreshed via ADF and then i want to trigger a power automate flow which runs a script inside my analyze excel file. When i run the script manually in desktop ...
Milind Nair's user avatar
0 votes
0 answers
47 views

I'm trying to create a Power Automate Flow in cloud that sends a PDF to Mulesoft's IDP. I already created a document action on Mulesoft's site so I have the POST URI ready to go. For some reason, when ...
Steven's user avatar
  • 170
1 vote
2 answers
146 views

I have the following Python code: async def signIn(): """Signs in to test environment based on the credentials provided with the developer tools open and logging started "&...
Kevin McDowell's user avatar
1 vote
0 answers
120 views

I'm working with a Mitsubishi FX5UC-32MT/DSS-TS PLC and trying to read data from multiple D registers using the MC protocol, specifically the 0406 command (QnA-compatible 3E frame for multiple-block ...
user31209074's user avatar
1 vote
1 answer
76 views

I wrote a script to try and create a .txt document with a list of local user accounts across the enterprise. I'm not getting any errors, but it doesn't seem to create the document at the end with the ...
Will Burnside's user avatar

1
2 3 4 5
473