Retuns the element id.
e = @driver.find_element :accessibility_id, 'something' e.id
Returns:
31 32 33
# File 'lib/appium_lib_core/element.rb', line 31 def id @id end