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

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?

How Can I Use Javascript In Katalon Studio?

Sometimes, I encounter an element which I'm unable to click with a normal Selenium script so I … Read more How Can I Use Javascript In Katalon Studio?

How To Fake Ajax File Upload?

I've an upload form I would like to populate with a file, in particular an image. My understand… Read more How To Fake Ajax File Upload?

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

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

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?