module GxtWidgets::Platforms::SeleniumWebDriver::GxtGroupingGrid

Private Instance Methods

get_groups() click to toggle source
# File lib/gxt-widgets/platforms/selenium_webdriver/gxt_grouping_grid.rb, line 11
def get_groups
  element.find_elements(:xpath, "//div[contains(@class, 'x-grid-group ')]")
end