Sha256: ecfe53cfb460d29ac5a7315b40ba8d5cd022014773ea93cdc7c5ac431cb322a0
Contents?: true
Size: 492 Bytes
Versions: 5
Compression:
Stored size: 492 Bytes
Contents
class WebViewScreen < BaseAppScreen include SharedWebViewScreen trait(:page_name) { 'Webview' } trait(:page_locator) { { accessibility_id: 'webview selection screen' } } trait(:page_url) { 'webview' } trait(:navigator) { nav_menu.open_webview } # Webview screen UI elements label :url_label, { accessibility_id: 'URL' } textfield :url_field, { accessibility_id: 'URL input field' } button :go_to_site_button, { accessibility_id: 'Go To Site button' } end
Version data entries
5 entries across 5 versions & 1 rubygems