2023-03-23 11:41:58 +00:00
|
|
|
{
|
|
|
|
|
"header": ".t--app-viewer-navigation-header",
|
|
|
|
|
"sidebar": ".t--app-viewer-navigation-sidebar",
|
|
|
|
|
"topStacked": ".t--app-viewer-navigation-top-stacked",
|
|
|
|
|
"topInline": ".t--app-viewer-navigation-top-inline",
|
|
|
|
|
"applicationName": ".t--app-viewer-application-name",
|
|
|
|
|
"shareButton": ".t--app-viewer-share-button",
|
|
|
|
|
"editButton": ".t--back-to-editor",
|
|
|
|
|
"forkButton": ".t--fork-app",
|
|
|
|
|
"signButton": ".t--sign-in",
|
2023-05-05 06:49:20 +00:00
|
|
|
"backToAppsButton": ".t--app-viewer-back-to-apps-button",
|
2023-03-23 11:41:58 +00:00
|
|
|
"userProfileDropdownButton": ".t--profile-menu-icon",
|
2023-05-19 18:37:06 +00:00
|
|
|
"userProfileDropdownMenu": ".ads-v2-menu",
|
|
|
|
|
"modal": "div[role=dialog]",
|
|
|
|
|
"modalClose": "div[role=dialog] button[aria-label='Close']",
|
|
|
|
|
"modalHeader": ".ads-v2-modal__content-header",
|
|
|
|
|
"modalBody": ".ads-v2-modal__content-body",
|
2023-03-23 11:41:58 +00:00
|
|
|
"navigationMenuItem": ".t--page-switch-tab",
|
2023-05-19 18:37:06 +00:00
|
|
|
"appSettingsButton": ".t--app-settings-cta",
|
2023-03-23 11:41:58 +00:00
|
|
|
"navigationSettingsTab": "#t--navigation-settings-header",
|
|
|
|
|
"navigationPreview": ".t--navigation-preview",
|
|
|
|
|
"navigationSettings": {
|
|
|
|
|
"showNavbar": "#t--navigation-settings-show-navbar",
|
|
|
|
|
"showSignIn": "#t--navigation-settings-show-sign-in",
|
|
|
|
|
"orientation": ".t--navigation-settings-orientation",
|
|
|
|
|
"navStyle": ".t--navigation-settings-navStyle",
|
|
|
|
|
"colorStyle": ".t--navigation-settings-colorStyle",
|
|
|
|
|
"orientationOptions": {
|
2023-05-19 18:37:06 +00:00
|
|
|
"top": ".t--navigation-settings-orientation .ads-v2-segmented-control-value-top",
|
|
|
|
|
"side": ".t--navigation-settings-orientation .ads-v2-segmented-control-value-side"
|
2023-03-23 11:41:58 +00:00
|
|
|
},
|
|
|
|
|
"navStyleOptions": {
|
2023-05-19 18:37:06 +00:00
|
|
|
"stacked": ".t--navigation-settings-navStyle .ads-v2-segmented-control-value-stacked",
|
|
|
|
|
"inline": ".t--navigation-settings-navStyle .ads-v2-segmented-control-value-inline"
|
2023-03-23 11:41:58 +00:00
|
|
|
},
|
|
|
|
|
"colorStyleOptions": {
|
2023-05-19 18:37:06 +00:00
|
|
|
"light": ".t--navigation-settings-colorStyle .ads-v2-segmented-control-value-light",
|
|
|
|
|
"theme": ".t--navigation-settings-colorStyle .ads-v2-segmented-control-value-theme"
|
2023-03-23 11:41:58 +00:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scrollArrows": ".scroll-arrows",
|
|
|
|
|
"topStackedScrollableContainer": ".t--app-viewer-navigation-top-stacked .hidden-scrollbar",
|
|
|
|
|
"topInlineMoreButton": ".t--app-viewer-navigation-top-inline-more-button",
|
|
|
|
|
"topInlineMoreDropdown": ".t--app-viewer-navigation-top-inline-more-dropdown",
|
|
|
|
|
"topInlineMoreDropdownItem": ".t--app-viewer-navigation-top-inline-more-dropdown-item",
|
2024-12-13 09:34:00 +00:00
|
|
|
"sidebarCollapseButton": ".t--app-viewer-navigation-sidebar-collapse",
|
|
|
|
|
"copyAppUrl": "[data-testid='copy-application-url']"
|
2023-03-23 11:41:58 +00:00
|
|
|
}
|