daveayan.gherkinsalad.components.jqueryui.accordian
Class DefaultAccordian

java.lang.Object
  extended by daveayan.gherkinsalad.AutomationObject
      extended by daveayan.gherkinsalad.components.core.BaseBrowserElement
          extended by daveayan.gherkinsalad.components.jqueryui.accordian.DefaultAccordian
All Implemented Interfaces:
BrowserElement, CanBeDisabled, CanBeEnabled, Nullable, Accordian

public class DefaultAccordian
extends BaseBrowserElement
implements Accordian


Field Summary
 
Fields inherited from class daveayan.gherkinsalad.AutomationObject
_name, browser, random
 
Method Summary
static Accordian find(By root)
           
 void select_section(String section_name)
           
 void selected_section_should_be(String expected_selected_section)
           
 void selected_section_should_not_be(String expected_selected_section)
           
 
Methods inherited from class daveayan.gherkinsalad.components.core.BaseBrowserElement
findElement, findElements, found, getText, has_text, isDisabled, isDisplayed, isEnabled, isNotDisplayed, name, name, root_element, root_elements, should_be_disabled, should_be_displayed, should_be_enabled, should_have_text, should_not_be_displayed, should_not_have_text, toString
 
Methods inherited from class daveayan.gherkinsalad.AutomationObject
action, and, ask, close_browser, error, execute_async_javascript, execute_javascript, feature, given, goto_url, info, is_not_null, is_not_null, is_null, is_null, javascript_authentication, javascript_popup_click_ok, javascript_popup_dismiss, launch_browser, scenario, switch_to_default_window, switch_to_window_with_name, takeScreenshot, task, then, thisIsNamedElement, verify_profile, wait_between_steps_plus, wait_between_steps, wait_for_seconds, warn, when
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface daveayan.gherkinsalad.components.core.Nullable
is_not_null, is_null
 

Method Detail

find

public static Accordian find(By root)

select_section

public void select_section(String section_name)
Specified by:
select_section in interface Accordian

selected_section_should_be

public void selected_section_should_be(String expected_selected_section)
Specified by:
selected_section_should_be in interface Accordian

selected_section_should_not_be

public void selected_section_should_not_be(String expected_selected_section)
Specified by:
selected_section_should_not_be in interface Accordian


Copyright © 2013. All Rights Reserved.