Hello my goal is to be able to make my bot click the thing of my choosing on any screen size because I think that is the main issue. Ive tried to decrease the confidence level but it just ends up clicking something else with the same general color. ive tested it with an EXACT ..
Category : automation
I’m looking to start a project preferably with c++ as I have the most experience in it. But if other languages have better support for my project I would also happily learn something new. Pretty much I’m looking to insert data from text or CSV files into online forms which could be either registering accounts ..
I want to make a program that will write something on a certain webpage and submit it. For Example: My program will write something in pastebin.com and submit it and give me the link of the text without opening the browser. Is it possible using python? Thanks in advance. Source: Windows..
I am trying to automate windows server update instllation for multiple servers. I have installed the module on all servers and also added the hostnames in winrm trust hosts. All server hostnames are stored in txt file and are looped trought for each loop with different commands from teh PSwindowswupdate module. $Hostname = Get-Content -Path ..
So, I have a .docx file. I want to insert some texts into some fillable columns inside the file. How can I do that? Source: Windows..
So, I have a .docx file. I want to insert some texts into some fillable columns inside the file. How can I do that? Source: Windows..
I want to open Spyder and automatically run my PY script. So far, my batch file will open Spyder and will open the script within Spyder, but does not automatically execute the code for me. start "" "C:Usersmy nameDesktopSpyder" "filepath hereCodeSite.py" %* pause What can I add to get the code to run here? Worth ..
I need to check for every ‘#define’ in my project files if its value is inside parentheses. For example: #define A (50) #define B (60) #define C 70 I want to spot all the files that contain a wrong format of the #define in order to manually correct it. I’d like to automate this task ..
I am using python script to start java spring boot web service Here is my code import os import subprocess subprocess.Popen("java -jar webService.jar", shell=True) I want this process to run via "SYSTEM" user in windows, is there any proper way to do it. Source: Windows..
I’m trying to connect my Jenkins to Ionos Server I’m new to the server can any help me with a tutorial or a step by step process on how to do it will be a great help Source: Windows..
Recent Comments