Class: EditProfile

Inherits:
BasePage
  • Object
show all
Defined in:
lib/sambal-cle/page_objects/profile.rb

Instance Method Summary collapse

Methods inherited from BasePage

basic_page_elements, button, damballa, frame_element, link

Instance Method Details

#picture_file(filename, filepath = "") ⇒ Object



29
30
31
# File 'lib/sambal-cle/page_objects/profile.rb', line 29

def picture_file(filename, filepath="")
  frm.file_field(:name=>"editProfileForm:uploadFile.uploadId").set(filepath + filename)
end