Top "Webautomation" questions

Deals with programmatically automating web browsing activities.

powershell: how to click a "submit type" input

used powershell to do web ui automation. came up an exception: invoke method failed, because [System.__ComObject] does not contain “…

powershell powershell-2.0 ui-automation microsoft-ui-automation webautomation
Wait for a particular URL in selenium

I have the requirement of waiting for a particular URL in website automation using Selenium in Chrome browser. The user …

c# vb.net selenium webautomation chrome-web-driver
Execute javascript trough Internet Explorer's com interface using PowerShell

I am writing some Internet Explorer automation scripts using PowerShell. Here is how I start the IE com object: $ie = …

internet-explorer com powershell webautomation
how do you install and run puppeteer for firefox

Hi I am doing some web automation. I am trying to open a url and I am getting a data …

javascript node.js firefox puppeteer webautomation
Python Selenium Find Element by Name

I am using Python Selenium and am trying to select in input box that does not have an ID <…

python selenium selenium-webdriver ui-automation webautomation
How to find_element_by_link_text while having: NoSuchElement Exception?

This question has been asked over and over again - and in-spite of trying all the hacks I still can't …

python xpath selenium-webdriver css-selectors webautomation
How to select elements within an iframe element in Puppeteer

Since ESPN does not provide an API, I am trying to use Puppeteer to scrape data about my fantasy football …

javascript node.js iframe puppeteer webautomation
Selenium Webdriver vs Mechanize

I am interested in automating repetitive data entry in some forms for a website I frequent. So far the tools …

selenium selenium-webdriver web-scraping mechanize webautomation
How to set WATIR focus on new window

I'm new to WATIR testing (and do I love it!) and have run into a wall on how to refocus …

ruby automated-tests watir watir-webdriver webautomation
Click a checkbox with selenium-webdriver

I'm testing my app with tumblr and I have to log in and out as I go through procedures. While …

python python-3.x selenium tumblr webautomation