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

Window Dialogs & Popup Handling In Java Or Javascript

I need to manipulate Popups & Download Dialogs of IE browser using either Java or Javascript ba… Read more Window Dialogs & Popup Handling In Java Or Javascript

How To Check Full Page For Broken Images Using Nightwatch.js?

Hey I'm trying to write a test to check if all images have loaded on the page using one test. I… Read more How To Check Full Page For Broken Images Using Nightwatch.js?

Using Puppeteer To Click Main Links And Clicking Sub-links?

Simplification : I have a website with links. After clicking on each link , it goes to a new page … Read more Using Puppeteer To Click Main Links And Clicking Sub-links?

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

Selenium File Upload Without Element

I'm trying to upload my resume using selenium/python over here , under the Resume/CV Attach par… Read more Selenium File Upload Without Element