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?

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 The Best Way To Encrypt Login Details (username And Password) Of Any Web Based Application Using Javascript?

What is the best way to encrypt the login details (username and password) of any web based applicat… Read more What Is The Best Way To Encrypt Login Details (username And Password) Of Any Web Based Application Using 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?