by Kevin Schroeder | 7:52 am

Navigation Basics

Frontend Navigators Navigators are exactly what they sound like. They are objects that are intended to help you navigate through various parts of the website you are testing. Most of the time the navigation

  READ ARTICLE
376 words ()
by Kevin Schroeder | 7:52 am

Admin Navigator Basics

Admin Menu Navigator The AdminMenu navigator is virtually identical to the BaseMenu navigator. In fact, the only difference is in the constructor where it defines the AdminThemeConfiguration object as a dependency instead of ThemeConfiguration.

  READ ARTICLE
137 words ()
by Kevin Schroeder | 7:52 am

How the BaseMenu navigator works

How The BaseMenu Navigator Works The BaseMenu navigator class provides functionality for navigating over simple, hierarchical HTML structures such as a frontend nested menu. It starts with a base Xpath that is used to

  READ ARTICLE
494 words ()
by Kevin Schroeder | 7:52 am

The Basics Of The Instruction Navigator

Instruction Navigator The instruction navigator is similar to the BaseMenu navigator in its intent, and some of the underlying functionality. However, there is a crucial difference in that the base menu navigator uses iteration

  READ ARTICLE
296 words ()