module ClientSideScripts
Public Class Methods
allow_animations()
click to toggle source
# File lib/angular_webdriver/protractor/client_side_scripts.rb, line 61 def self.allow_animations @@client_side_scripts[:allowAnimations] end
evaluate()
click to toggle source
# File lib/angular_webdriver/protractor/client_side_scripts.rb, line 57 def self.evaluate @@client_side_scripts[:evaluate] end
find_all_repeater_rows()
click to toggle source
# File lib/angular_webdriver/protractor/client_side_scripts.rb, line 21 def self.find_all_repeater_rows @@client_side_scripts[:findAllRepeaterRows] end
find_bindings()
click to toggle source
# File lib/angular_webdriver/protractor/client_side_scripts.rb, line 13 def self.find_bindings @@client_side_scripts[:findBindings] end
find_by_css_containing_text()
click to toggle source
# File lib/angular_webdriver/protractor/client_side_scripts.rb, line 49 def self.find_by_css_containing_text @@client_side_scripts[:findByCssContainingText] end
find_by_model()
click to toggle source
# File lib/angular_webdriver/protractor/client_side_scripts.rb, line 33 def self.find_by_model @@client_side_scripts[:findByModel] end
find_by_options()
click to toggle source
# File lib/angular_webdriver/protractor/client_side_scripts.rb, line 37 def self.find_by_options @@client_side_scripts[:findByOptions] end
find_repeater_column()
click to toggle source
# File lib/angular_webdriver/protractor/client_side_scripts.rb, line 29 def self.find_repeater_column @@client_side_scripts[:findRepeaterColumn] end
find_repeater_element()
click to toggle source
# File lib/angular_webdriver/protractor/client_side_scripts.rb, line 25 def self.find_repeater_element @@client_side_scripts[:findRepeaterElement] end
find_repeater_rows()
click to toggle source
# File lib/angular_webdriver/protractor/client_side_scripts.rb, line 17 def self.find_repeater_rows @@client_side_scripts[:findRepeaterRows] end
get_location_abs_url()
click to toggle source
# File lib/angular_webdriver/protractor/client_side_scripts.rb, line 65 def self.get_location_abs_url @@client_side_scripts[:getLocationAbsUrl] end
install_in_browser()
click to toggle source
# File lib/angular_webdriver/protractor/client_side_scripts.rb, line 73 def self.install_in_browser @@client_side_scripts[:installInBrowser] end
scripts()
click to toggle source
class methods
# File lib/angular_webdriver/protractor/client_side_scripts.rb, line 5 def self.scripts @@client_side_scripts end
set_location()
click to toggle source
# File lib/angular_webdriver/protractor/client_side_scripts.rb, line 69 def self.set_location @@client_side_scripts[:setLocation] end
test_for_angular()
click to toggle source
# File lib/angular_webdriver/protractor/client_side_scripts.rb, line 53 def self.test_for_angular @@client_side_scripts[:testForAngular] end
wait_for_angular()
click to toggle source
# File lib/angular_webdriver/protractor/client_side_scripts.rb, line 9 def self.wait_for_angular @@client_side_scripts[:waitForAngular] end