JavaScript Programming Languages Technology Selenium on JavaScript : New WordPress Site Config Script September 27, 2017Lance Cleveland This article continues the journey into learning Selenium on JavaScript (SoJa). It builds on the lessons of the previous articles and adds some common library functions to make our tests…Continue readingSelenium on JavaScript : New WordPress Site Config Script
JavaScript Quality Assurance Technology Selenium on JavaScript : User List Test September 27, 2017Lance Cleveland I wasn’t quite sure what to name this article. The Selenium on JS example here can be used to scan any table to ensure every entry on a list of…Continue readingSelenium on JavaScript : User List Test
JavaScript Programming Languages Quality Assurance Technology JavaScript Selenium Newb Cheat Sheet September 26, 2017Lance Cleveland Finding documentation on Selenium is hard enough for the “main languages” of Java or Python. There are lots of examples of how to do things there in those languages…Continue readingJavaScript Selenium Newb Cheat Sheet
Quality Assurance A Simple Selenium Script Example Using JavaScript and Safari September 22, 2017Lance Cleveland In my previous articles I showed how to enable Safari for web automation (hint: developer menu Allow Remote Automation) and how to get your Node.js environment setup on MacOS to…Continue readingA Simple Selenium Script Example Using JavaScript and Safari