| import { ActionBarPage } from '../../e2elib/lib/src/pageobjects/actionbarpage.component'; | 
| import { ButtonSOP } from '../../libappsop/buttonsop'; | 
|   | 
| export class ActionBarPageHome extends ActionBarPage { | 
|   // Buttons | 
|   public btnResetActiveView = new ButtonSOP('btnResetView'); | 
|   | 
|   public constructor() { | 
|     super('applicationHomeActionBarPageDef'); | 
|   } | 
| } |