Most voted "automation" questions
71 questions
Sort by count of
-
0
votes0
answers18
viewsHow to close window press Process Start in c#automation?
Hello I am doing an automation and for that I needed to open the Power Options window in windows. For this I used the method: Process.Start("Rundll32.exe", "shell32.dll,Control_RunDLL…
-
0
votes1
answer31
viewsExecution of external script(js) on an online page
I want to execute a script (JS) specific to the exclusion of some elements of the page that I consider visual pollution; and hinder my navigability in specific. ( It’s the university website, so I…
-
0
votes0
answers30
viewsAutomation error in Selenium: Failed to change window status to 'normal'
When trying to execute a code using the Selenium library, I get the following error: <html><head></head><body></body></html> Traceback (most recent call last):…
python python-3.x selenium selenium-webdriver automationasked 3 years, 10 months ago Lucas Palmeira 13 -
0
votes0
answers26
viewsHow to capture and compare a tag content, using Xpath, for automation using Selenium c#?
I would like to know how I can take the content of a tag, for an Xpath, and filter it, for example: I have the following code below, it basically goes to a website, and finds a table, and within…
-
0
votes0
answers20
viewsAutomation of IE VBA drop-down list I need to select an option
Hello guys I am performing a process of automating a site, more when I arrive at an option, it opens others that I can not select. I am using this code "objIE.document.getElementById("img1.0_p").…
-
0
votes0
answers15
viewsI would like a help to transform this VBA code to the Google Apps Script script script
I would like a help to transform this VBA code to the Google Apps Script script script. Dim HTMLDoc As HTMLDocument Dim oBrowser As InternetExplorer Sub Login() Dim oHTML_Element As IHTMLElement Dim…
-
-1
votes1
answer288
viewsClick on modal with the Puppeteer Node Javascript library
Hello, I would like help to be able to select an item within a mondal, using the TAB key inside a FOR then a ENTER can solve , the problem and when the customer has another contract, even selected…
-
-1
votes1
answer25
viewsHow to open an app with Speech Recognition?
I would like to create a mini application that opens a file or even another application through Speech recognition, ie I would open it and when I gave the example command: if 'open' in command:…
-
-1
votes1
answer262
viewsValidation of the data itself entered in the field (character limit)
Suppose I have a field that has a limit of 15 characters. In my test i add 16 characters. How do I validate that they were entered only 15 characters in the field?…
-
-1
votes1
answer20
viewsUse IF in Pyautogui in Python (automation)
I am trying to make a piece of a code that it keeps clicking to the side automatically (with automation) and I want when I click certain key it stops working. I do not know what I put in "IF" to…
-
-1
votes1
answer274
viewsClick on Button using Selenium Basic with VBA
I’m trying to do an automated data search on a page of my work, and I can’t get past the login part, I can enter Login and Password, but all attempts to access the "Sign in" button are in vain. I’m…
-
-1
votes1
answer661
viewsPython sending multiple email with different attachments
I’m creating a bot in python, for sending emails to some people with different attachments, the code is like this: import win32com.client as win32 import time import os #Informações do e-mail…
-
-1
votes1
answer26
viewsCopy table data sequentially with VBA
Good morning! I really need help. I’ve been doing an indicator for meeting minutes. Throughout these meetings the worker writes the minutes in the inclusive excel table problems or improvement…
-
-1
votes1
answer37
viewsSend Email formatted Python
Good afternoon, I’m in need of some help regarding python and pandas. I need to generate a weekly ranking from some reports I extract from the system, the data I’m able to query but I need me to…
-
-1
votes1
answer104
viewsHow to create automatic messages by Discord bot with constant updates? (python api)
import discord import TOKEN_value import memes client = discord.Client() TOKEN = TOKEN_value.token() memes_ON = False @client.event async def on_ready(): print('BOT HAS BEEN CONNECTED.')…
-
-1
votes0
answers17
viewsCreate inputs/selector/radios in Tkinter
Good morning, everyone. I started recently in the games and studies with Python and I’m deepening now with Tkinter to develop some interfaces that interact with the user. I have a code that accesses…
-
-2
votes1
answer1350
viewsPython Selenium does not perform the send_keys function
I’m trying to make a bot to comment alone on youtube video, it’s working normally, until it’s time to type the comment. I have already researched everything that is place and I found nothing that…
-
-2
votes0
answers22
viewsAutomatic image update for instagram and facebook with Puppeteer, anyone help?
HTML code: <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"> <title>AutoPublic</title> <script> function getText() {…
-
-3
votes0
answers26
viewsCopy text from Wikipedia in Python
Hello, I was wondering how I can copy the text of a page in Wikipédia, it can be only the first paragraph on the subject Here’s what I’ve done: from selenium.webdriver.common.keys import Keys…
-
-4
votes1
answer33
viewsCreate Script to copy product links in a catalog
Good morning. I work in a company where we need to do a product link redirect, basically what we have to do is go in a product catalog (https://prnt.sc/yufxg0) right click on the cards go on "copy…
-
-4
votes0
answers13
viewsHow to make a pc enter Sleep after power failure
My question is the following, I want my PC (windows 10) after a power failure back on automatically but... if I’m not using the PC at the time I want it to go into Sleep mode. In my head it’s easy:…