page-object
Gem to implement PageObject pattern in watir-webdriver and selenium-webdriver
File Explorer
Download Latest Version (.zip)- circle.png
- img_pulpit.jpg
- submit.gif
- 04-Death_Becomes_Fur.mp4
- 04-Death_Becomes_Fur.oga
- async.html
- double_click.html
- failure.html
- frame_1.html
- frame_2.html
- frame_3.html
- frames.html
- hover.html
- iframes.html
- indexed_property.html
- modal.html
- modal_1.html
- modal_2.html
- movie.mp4
- movie.ogg
- multi_elements.html
- nested_elements.html
- nested_frame_1.html
- nested_frame_2.html
- nested_frame_3.html
- nested_frames.html
- planets.gif
- static_elements.html
- success.html
- sun.gif
- sun.html
- widgets.html
- audio_video.html
- jquery-1.3.2.js
- jquery.html
- prototype-1.6.0.3.js
- prototype.html
- sample_app.rb
- accessor_steps.rb
- area_steps.rb
- async_steps.rb
- audio_steps.rb
- bold_steps.rb
- button_steps.rb
- canvas_steps.rb
- check_box_steps.rb
- div_steps.rb
- element_steps.rb
- file_field_steps.rb
- form_steps.rb
- frames_steps.rb
- generic_element_steps.rb
- gxt_table_steps.rb
- headings_steps.rb
- hidden_field_steps.rb
- image_steps.rb
- indexed_property_steps.rb
- italic_steps.rb
- javascript_steps.rb
- label_steps.rb
- link_steps.rb
- list_item_steps.rb
- modal_dialog_steps.rb
- multi_elements_steps.rb
- nested_elements_steps.rb
- ordered_list_steps.rb
- page_level_actions_steps.rb
- page_traversal_steps.rb
- paragraph_steps.rb
- populate_page_with_steps.rb
- radio_button_group_steps.rb
- radio_button_steps.rb
- section_steps.rb
- select_list_steps.rb
- span_steps.rb
- table_cell_steps.rb
- table_row_steps.rb
- table_steps.rb
- text_area_steps.rb
- text_field_steps.rb
- unordered_list_steps.rb
- video_steps.rb
- firefox14_osx.rb
- firefox14_windows7.rb
- ajax_text_environment.rb
- audio_video_page.rb
- env.rb
- hooks.rb
- page.rb
- persistent_browser.rb
- url_helper.rb
- area.feature
- async.feature
- audio.feature
- bold.feature
- button.feature
- canvas.feature
- check_box.feature
- div.feature
- element.feature
- file_field.feature
- form.feature
- frames.feature
- generic_elements.feature
- gxt_table_extension.feature
- headings.feature
- hidden_field.feature
- image.feature
- indexed_property.feature
- italic.feature
- javascript.feature
- label.feature
- link.feature
- list_item.feature
- modal_dialog.feature
- multi_elements.feature
- nested_elements.feature
- ordered_list.feature
- page_level_actions.feature
- paragraph.feature
- populate_page_with.feature
- radio_button.feature
- radio_button_group.feature
- section.feature
- select_list.feature
- span.feature
- table.feature
- table_cell.feature
- table_row.feature
- text_area.feature
- text_field.feature
- unordered_list.feature
- video.feature
- area.rb
- audio.rb
- bold.rb
- button.rb
- canvas.rb
- check_box.rb
- date_field.rb
- div.rb
- element.rb
- file_field.rb
- form.rb
- heading.rb
- hidden_field.rb
- image.rb
- italic.rb
- label.rb
- link.rb
- list_item.rb
- media.rb
- option.rb
- ordered_list.rb
- paragraph.rb
- radio_button.rb
- select_list.rb
- span.rb
- table.rb
- table_cell.rb
- table_row.rb
- text_area.rb
- text_field.rb
- unordered_list.rb
- video.rb
- angularjs.rb
- jquery.rb
- prototype.rb
- yui.rb
- page_object.rb
- watir.rb
- accessors.rb
- element_locators.rb
- elements.rb
- indexed_properties.rb
- javascript_framework_facade.rb
- locator_generator.rb
- nested_elements.rb
- page_factory.rb
- page_populator.rb
- section_collection.rb
- version.rb
- widgets.rb
- page-object.rb
- bold_spec.rb
- button_spec.rb
- check_box_spec.rb
- div_spec.rb
- element_spec.rb
- file_field_spec.rb
- form_spec.rb
- heading_spec.rb
- hidden_field_spec.rb
- image_spec.rb
- italic_spec.rb
- label_spec.rb
- link_spec.rb
- list_item_spec.rb
- media_spec.rb
- nested_element_spec.rb
- option_spec.rb
- ordered_list_spec.rb
- paragraph_spec.rb
- select_list_spec.rb
- span_spec.rb
- table_cell_spec.rb
- table_row_spec.rb
- table_spec.rb
- text_area_spec.rb
- unordered_list_spec.rb
- watir_element_spec.rb
- watir_page_object_spec.rb
- accessors_spec.rb
- element_locators_spec.rb
- javascript_framework_facade_spec.rb
- page-object_spec.rb
- page_factory_spec.rb
- page_populator_spec.rb
- page_section_spec.rb
- watir_accessors_spec.rb
- widget_spec.rb
- spec_helper.rb
- .coveralls.yml
- .gitignore
- .rspec
- .ruby-gemset
- .ruby-version
- .travis.yml
- ChangeLog
- cucumber.yml
- Gemfile
- Guardfile
- LICENSE
- page-object.gemspec
- pageobject.gems
- Rakefile
- README.md
π Installation Guide
1. Get the code
git clone https://github.com/cheezy/page-object
Downloads the entire project code from GitHub to your computer.
cd page-object
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
// repository documentation
Was this content helpful?
(0 ratings)
