Module: Gitlab::Page::Main::Login
- Defined in:
- lib/gitlab/page/main/login.stub.rb
Instance Method Summary collapse
-
#accept_terms ⇒ Object
Clicks
accept_terms
. -
#accept_terms? ⇒ Boolean
True if the
accept_terms
element is present on the page. -
#accept_terms_element ⇒ Watir::Button
The raw
Button
element. -
#change_password_button ⇒ Object
Clicks
change_password_button
. -
#change_password_button? ⇒ Boolean
True if the
change_password_button
element is present on the page. -
#change_password_button_element ⇒ Watir::Button
The raw
Button
element. -
#login_field ⇒ String
The text content or value of
login_field
. -
#login_field=(value) ⇒ Object
Set the value of login_field.
-
#login_field? ⇒ Boolean
True if the
login_field
element is present on the page. -
#login_field_element ⇒ Watir::TextField
The raw
TextField
element. -
#password_confirmation_field ⇒ String
The text content or value of
password_confirmation_field
. -
#password_confirmation_field=(value) ⇒ Object
Set the value of password_confirmation_field.
-
#password_confirmation_field? ⇒ Boolean
True if the
password_confirmation_field
element is present on the page. -
#password_confirmation_field_element ⇒ Watir::TextField
The raw
TextField
element. -
#password_field ⇒ String
The text content or value of
password_field
. -
#password_field=(value) ⇒ Object
Set the value of password_field.
-
#password_field? ⇒ Boolean
True if the
password_field
element is present on the page. -
#password_field_element ⇒ Watir::TextField
The raw
TextField
element. -
#sign_in_button ⇒ Object
Clicks
sign_in_button
. -
#sign_in_button? ⇒ Boolean
True if the
sign_in_button
element is present on the page. -
#sign_in_button_element ⇒ Watir::Button
The raw
Button
element.
Instance Method Details
#accept_terms ⇒ Object
Defined as button :accept_terms
Clicks accept_terms
101 102 103 |
# File 'lib/gitlab/page/main/login.stub.rb', line 101 def accept_terms # This is a stub, used for indexing. The method is dynamically generated. end |
#accept_terms? ⇒ Boolean
Returns true if the accept_terms
element is present on the page.
119 120 121 |
# File 'lib/gitlab/page/main/login.stub.rb', line 119 def accept_terms? # This is a stub, used for indexing. The method is dynamically generated. end |
#accept_terms_element ⇒ Watir::Button
Returns The raw Button
element.
110 111 112 |
# File 'lib/gitlab/page/main/login.stub.rb', line 110 def accept_terms_element # This is a stub, used for indexing. The method is dynamically generated. end |
#change_password_button ⇒ Object
Defined as button :change_password_button
Clicks change_password_button
159 160 161 |
# File 'lib/gitlab/page/main/login.stub.rb', line 159 def # This is a stub, used for indexing. The method is dynamically generated. end |
#change_password_button? ⇒ Boolean
Returns true if the change_password_button
element is present on the page.
177 178 179 |
# File 'lib/gitlab/page/main/login.stub.rb', line 177 def # This is a stub, used for indexing. The method is dynamically generated. end |
#change_password_button_element ⇒ Watir::Button
Returns The raw Button
element.
168 169 170 |
# File 'lib/gitlab/page/main/login.stub.rb', line 168 def # This is a stub, used for indexing. The method is dynamically generated. end |
#login_field ⇒ String
Defined as text_field :login_field
Returns The text content or value of login_field
.
9 10 11 |
# File 'lib/gitlab/page/main/login.stub.rb', line 9 def login_field # This is a stub, used for indexing. The method is dynamically generated. end |
#login_field=(value) ⇒ Object
Set the value of login_field
19 20 21 |
# File 'lib/gitlab/page/main/login.stub.rb', line 19 def login_field=(value) # This is a stub, used for indexing. The method is dynamically generated. end |
#login_field? ⇒ Boolean
Returns true if the login_field
element is present on the page.
37 38 39 |
# File 'lib/gitlab/page/main/login.stub.rb', line 37 def login_field? # This is a stub, used for indexing. The method is dynamically generated. end |
#login_field_element ⇒ Watir::TextField
Returns The raw TextField
element.
28 29 30 |
# File 'lib/gitlab/page/main/login.stub.rb', line 28 def login_field_element # This is a stub, used for indexing. The method is dynamically generated. end |
#password_confirmation_field ⇒ String
Defined as text_field :password_confirmation_field
Returns The text content or value of password_confirmation_field
.
125 126 127 |
# File 'lib/gitlab/page/main/login.stub.rb', line 125 def password_confirmation_field # This is a stub, used for indexing. The method is dynamically generated. end |
#password_confirmation_field=(value) ⇒ Object
Set the value of password_confirmation_field
135 136 137 |
# File 'lib/gitlab/page/main/login.stub.rb', line 135 def password_confirmation_field=(value) # This is a stub, used for indexing. The method is dynamically generated. end |
#password_confirmation_field? ⇒ Boolean
Returns true if the password_confirmation_field
element is present on the page.
153 154 155 |
# File 'lib/gitlab/page/main/login.stub.rb', line 153 def password_confirmation_field? # This is a stub, used for indexing. The method is dynamically generated. end |
#password_confirmation_field_element ⇒ Watir::TextField
Returns The raw TextField
element.
144 145 146 |
# File 'lib/gitlab/page/main/login.stub.rb', line 144 def password_confirmation_field_element # This is a stub, used for indexing. The method is dynamically generated. end |
#password_field ⇒ String
Defined as text_field :password_field
Returns The text content or value of password_field
.
43 44 45 |
# File 'lib/gitlab/page/main/login.stub.rb', line 43 def password_field # This is a stub, used for indexing. The method is dynamically generated. end |
#password_field=(value) ⇒ Object
Set the value of password_field
53 54 55 |
# File 'lib/gitlab/page/main/login.stub.rb', line 53 def password_field=(value) # This is a stub, used for indexing. The method is dynamically generated. end |
#password_field? ⇒ Boolean
Returns true if the password_field
element is present on the page.
71 72 73 |
# File 'lib/gitlab/page/main/login.stub.rb', line 71 def password_field? # This is a stub, used for indexing. The method is dynamically generated. end |
#password_field_element ⇒ Watir::TextField
Returns The raw TextField
element.
62 63 64 |
# File 'lib/gitlab/page/main/login.stub.rb', line 62 def password_field_element # This is a stub, used for indexing. The method is dynamically generated. end |
#sign_in_button ⇒ Object
Defined as button :sign_in_button
Clicks sign_in_button
77 78 79 |
# File 'lib/gitlab/page/main/login.stub.rb', line 77 def # This is a stub, used for indexing. The method is dynamically generated. end |
#sign_in_button? ⇒ Boolean
Returns true if the sign_in_button
element is present on the page.
95 96 97 |
# File 'lib/gitlab/page/main/login.stub.rb', line 95 def # This is a stub, used for indexing. The method is dynamically generated. end |
#sign_in_button_element ⇒ Watir::Button
Returns The raw Button
element.
86 87 88 |
# File 'lib/gitlab/page/main/login.stub.rb', line 86 def # This is a stub, used for indexing. The method is dynamically generated. end |