Articles Tagged 'css'

Articles
Folder List in Chrome 76 corrupted, unclickable - FIXED IN CHROME 77

With a recent update to Google Chrome (v76), Chrome had the CSS engine was modified which would make the sidebar navigation folder tree to become unusable. This issue was resolved by Google with the release of Chrome 77

How to Perfectly Center Elements Vertically, Horizontally, or Both
Getting HTML elements on your web page to be pixel perfect centered can be a pain. This easy trick works every time, even with dynamic content, and even in IE9.
Dynamically changing object locators for Web applications
Sometimes you want to dynamically change the XPATH or CSS used in a specific object from within the test script itself. This article explains the process for doing this.