Skip to content Skip to sidebar Skip to footer
Showing posts with the label Automation

I Am Finding Trouble Using Log4js-protractor-appender

My log4js.js file code 'use strict'; var log4js = require('log4js'); var log4jsGen … Read more I Am Finding Trouble Using Log4js-protractor-appender

Clicking A Button On A Page Using A Greasemonkey/userscript In Chrome

I'm going to be as absolutely verbose here as possible as I've run into a few solutions tha… Read more Clicking A Button On A Page Using A Greasemonkey/userscript In Chrome

Automating Google Maps In C# Web Browser (issue Executing Javascript Properly)

NOT using API I am currently attempting to use a web browser in C# to load google maps and automati… Read more Automating Google Maps In C# Web Browser (issue Executing Javascript Properly)

Javascript Elements With Class / Variable Id

There's a page with some HTML as follows: Then further down the page, the code will repeat wi… Read more Javascript Elements With Class / Variable Id

What Is `browser.call()` For In Protractor?

I've recently being going through the Protractor API and noticed the browser.call() method: Sc… Read more What Is `browser.call()` For In Protractor?

Browser.saveScreenshot() Hangs When Called

Hi I am writing automation tests for a Cordova application. I want to save screenshots of each page… Read more Browser.saveScreenshot() Hangs When Called