Skip to content

Commit b3724d3

Browse files
Add session_id
1 parent 433de96 commit b3724d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/appium_lib/common/helper.rb

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ def back
3535
@driver.navigate.back
3636
end
3737

38+
def session_id
39+
@driver.session_id
40+
end
41+
3842
def xpath xpath_str
3943
find_element :xpath, xpath_str
4044
end

0 commit comments

Comments
 (0)