Web Testing
How to make better xpaths for web tests.
Problem My web-based steps in Cycle are not finding the elements I want them to, or finding the wrong elements and giving me false-positives. Solution When possible, it is best to define elements to interact with on a web page by a static value that ...
How to Set Up and Troubleshoot Webdrivers
Initial Webdriver Setup In order to use Cycle web Steps, a driver must be installed for Chrome, Internet Explorer, or Microsoft Edge. Step 1: Download your Webdriver The downloads for Chromedriver and IEDriver can be found from Chromium and Selenuim ...
How to enable the inspect element tool in the Microsoft Edge browser
Problem The inspect element tool can be accessed in the right click menu for Chrome or Internet Explorer, but is disabled by default for Microsoft Edge and must be manually enabled. Solution Enabling inspect element can be done in two ways: 1. Once ...
How To Disable Chrome Auto-Update for Test Environments
Problem Google Chrome will auto-update when a new version becomes available. When this occurs, the Chrome Webdriver being used by Cycle will no longer match the version of Chrome and may become unstable. Solution To prevent unexpected issues, Chrome ...