Module: TestCentricity
- Defined in:
- lib/testcentricity_web/appium_server.rb,
lib/testcentricity_web.rb,
lib/testcentricity_web/browser_helper.rb,
lib/testcentricity_web/web_elements/link.rb,
lib/testcentricity_web/web_elements/list.rb,
lib/testcentricity_web/web_elements/audio.rb,
lib/testcentricity_web/web_elements/image.rb,
lib/testcentricity_web/web_elements/label.rb,
lib/testcentricity_web/web_elements/radio.rb,
lib/testcentricity_web/web_elements/range.rb,
lib/testcentricity_web/web_elements/table.rb,
lib/testcentricity_web/web_elements/video.rb,
lib/testcentricity_web/web_elements/button.rb,
lib/testcentricity_web/web_core/page_object.rb,
lib/testcentricity_web/web_core/page_section.rb,
lib/testcentricity_web/web_elements/checkbox.rb,
lib/testcentricity_web/exception_queue_helper.rb,
lib/testcentricity_web/web_elements/textfield.rb,
lib/testcentricity_web/web_elements/cell_image.rb,
lib/testcentricity_web/web_elements/cell_radio.rb,
lib/testcentricity_web/web_elements/file_field.rb,
lib/testcentricity_web/web_elements/list_radio.rb,
lib/testcentricity_web/data_objects/environment.rb,
lib/testcentricity_web/web_elements/cell_button.rb,
lib/testcentricity_web/web_elements/list_button.rb,
lib/testcentricity_web/web_elements/select_list.rb,
lib/testcentricity_web/data_objects/excel_helper.rb,
lib/testcentricity_web/web_core/webdriver_helper.rb,
lib/testcentricity_web/web_elements/cell_element.rb,
lib/testcentricity_web/web_elements/list_element.rb,
lib/testcentricity_web/web_elements/cell_checkbox.rb,
lib/testcentricity_web/web_elements/list_checkbox.rb,
lib/testcentricity_web/web_core/page_objects_helper.rb,
lib/testcentricity_web/web_elements/ui_elements_helper.rb,
lib/testcentricity_web/data_objects/data_objects_helper.rb,
lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
Overview
This class is designed to start and stop the Appium Server process. In order to use it you must have Appium and node installed on your computer. You can pass parameters to Appium at startup via the constructor.
Defined Under Namespace
Modules: Browsers, WebDriverConnect Classes: AppiumServer, Audio, BasePageSectionObject, Button, CellButton, CellCheckBox, CellElement, CellImage, CellRadio, CheckBox, DataManager, DataObject, DataPresenter, DataSource, Environ, EnvironData, ExcelData, ExcelDataSource, ExceptionQueue, FileField, Image, Label, Link, List, ListButton, ListCheckBox, ListElement, ListRadio, ObjectNotFoundError, PageManager, PageObject, PageSection, Radio, Range, SelectList, Table, TextField, UIElement, Video