Top "Automation" questions

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.

CRON job to run on the last day of the month

I need to create a CRON job that will run on the last day of every month. I will create …

automation cron posix
How to find the UpgradeCode and ProductCode of an installed application in Windows 7

I have an application installed on my machine. I also have its source code but somehow the ProductCode and UpgradeCode …

automation wix installation windows-installer
Have bash script answer interactive prompts

Is it possible to have a bash script automatically handle prompts that would normally be presented to the user with …

linux bash automation command-prompt prompt
How to use ADB to send touch events to device using sendevent command?

I am trying to send touch events to a device using AndroidDebugBridge, so that I can do some basic automation …

android automation adb touchscreen
element not interactable exception in selenium web automation

In the below code i cannot send password keys in the password field, i tried clicking the field, clearing the …

java selenium automation testng webautomation
OS X Bash, 'watch' command

I'm looking for the best way to duplicate the Linux 'watch' command on Mac OS X. I'd like to run …

macos bash automation watch
Automated testing for REST Api

I would like to write an automated testing suite for a REST API. As we complete new services, we'd like …

api rest testing automation
How to remove unused imports in Intellij IDEA on commit?

Is there a way to remove unused imports in Intellij IDEA on commit? It is not very optimal to do …

java import automation intellij-idea
R command for setting working directory to source file location in Rstudio

I am working out some tutorials in R. Each R code is contained in a specific folder. There are data …

r automation working-directory
how to delete default values in text field using selenium?

I want to delete a default value of a textbox to enter the new value, but I am not getting …

selenium automation selenium-rc