23,811 questions
-4
votes
0
answers
19
views
how to automatically sync / copy all tabs in vscode across all split views
Is there any extension to automatically open tabs for a file in every split view panel? So that each split view has the same set of file tabs?
Right now, when I open a file, it only shows up as a ...
0
votes
1
answer
27
views
How to Create a Power Automate Flow to Update Excel When Power BI Report is Refreshed?
I am trying to create a Power Automate workflow that updates an Excel file every time a Power BI report is refreshed. The Excel file is stored centrally (e.g., in OneDrive or SharePoint).
Here are the ...
0
votes
0
answers
33
views
Is there an API (or other method) to automate downloading RHEL iso images? [closed]
I'm currently working on ways to automate the creation of a hardened vSphere VM image from an ISO file with Packer. I've got the workflow mostly done, working with CentOS as a template. However, I ...
-2
votes
1
answer
76
views
Issues with Automated Twitter Account Creation Bot in Python (Playwright) - Unable to Find "Authenticate" Button
I'm developing a bot in Python to automate the account creation process on Twitter (X) using Playwright, but I am consistently facing issues in certain steps, especially when trying to find and click ...
-3
votes
0
answers
48
views
Can't connect n8n to local XAMPP MySQL: ETIMEDOUT error n8n [closed]
I'm trying to set up automation for my Java project using n8n locally. I've installed:
XAMPP with MySQL (running on my local machine)
n8n (running locally)
When I attempt to connect n8n to my XAMPP ...
0
votes
1
answer
43
views
Inherit all Tags from resourcegroup
Is there any way that we can inherit all the tags from Resource groups in a single go to it's resources using custom policy without specifying a particular tag?
The policy which I am using is not ...
0
votes
0
answers
54
views
chromedriver version :134.0.6998.178
I’m working on a Selenium automation project and currently using Google Chrome version 134.0.6998.178 on my machine. However, I’ve been running into an issue where I cannot find a corresponding ...
-4
votes
0
answers
18
views
Send Mail without content in Automation Jira Service Management [closed]
I have just started using Jira and I try to use the automation function. I need to send an email when work item created, but I have a trouble is the content email is empty, although I typed it in ...
0
votes
0
answers
30
views
"Public Key Retrieval is not allowed" on first login
I'm trying to automate a MySQL connection using DBeaver's CLI with the following command:
.\dbeaver.exe -debug -con "driver=mysql|name=TestConn|host=10.18.1.92|port=3306|user=appsupport|password=...
0
votes
1
answer
45
views
Python amazon automation Chromedriver discovery error
import unittest
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys
from ...
-3
votes
0
answers
33
views
I am trying to turn on my air purifier when my Govee air quality sensor PM level go above 50 [closed]
I have an issue when defining my automation starter, data name contains dot - PM2.5. Validation fails with message: I am essentially trying to have the automation task turn on my air purifier when the ...
-3
votes
0
answers
35
views
Similar to Python Tkinter but in JavaScript [closed]
Is there any way of doing something similar to Python/Tkinter but in JavaScript?!
As soon as i hit the icon, i run my Automation...
I've been researching and read something about React and Electron ...
0
votes
0
answers
19
views
Make.com not pulling value from previous module (returning empty)
I am pulling a checkout session from Stripe, where I have a custom field (dropdown) for language.
The Watch and HTTP modules retrieve and return the correct value, but I cannot use it anywhere in the ...
0
votes
0
answers
20
views
Web automation with Java SSO login and Selenium
I'm automating a website, but this website takes the session of the logged-in user via SSO. If I'm already logged in to the email and I access the page, it automatically takes me to the dashboard. ...
-1
votes
1
answer
51
views
Facing Issue in the New Version of selenium [closed]
I had written browser automation code using selenium. After the recent update the code is not executing.
I have tried a basic code to open a chrome browser to a website (google). Can u help me ...