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.

Telnet automation / scripting

I have already checked this question but could not find what I'm looking for. I am running Windows (the client), …

python windows scripting automation telnet
How to automate documentation of a REST API (Jersey Implementation)

I have written a pretty extensive REST API using Java Jersey (and JAXB). I have also written the documentation using …

java rest documentation automation jersey
Changing Android Device orientation with ADB

I'm using Android 4.4 on a real device and I want to set the device orientation via adb. I don't want …

android automation adb ui-automation
Windows Task Scheduler Doesn't Run VBScript

I am trying to automate a VBScript by using Windows Task Scheduler. However, I tried to use cscript.exe + "C:\...\…

windows vbscript automation scheduler job-scheduling
How to use WebBrowser control DocumentCompleted event in C#?

Before starting writing this question, i was trying to solve following // 1. navigate to page // 2. wait until page is downloaded // 3. read …

c# automation c#-2.0 webbrowser-control
How install crx Chrome extension via command line?

Currently, the only way to install a Chrome extension (while working in development) is to drag it from the desktop …

google-chrome google-chrome-extension automation google-chrome-devtools
WatiN or Selenium?

I'm going to start coding some automated tests of our presentation soon. It seems that everyone recommends WatiN and Selenium. …

asp.net selenium automation automated-tests watin
use expect to spawn command with arguments containing spaces

I want to use expect to run a simple command cat /tmp/id_rsa.pub over ssh. In a shell, …

bash automation automated-tests expect
Headless browser for C# (.NET)?

I am (was) a Python developer who is building a GUI web scraping application. Recently I've decided to migrate to .…

c# .net browser automation web-scraping
How to programmatically convert HTML to epub?

Can I do this conversion with any programming language or library?

html automation epub