Skip to content

Commit d55a2f5

Browse files
Fix webview
1 parent da987f6 commit d55a2f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/appium_lib/android/webview/webview.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def connect_to_webview opts={}
6363
raise 'Must provide package' unless package
6464
port = opts.fetch :port, 9000
6565

66-
unix_socket = pid_to_webview package_to_pid 'com.litl.Woven'
66+
unix_socket = pid_to_webview package_to_pid package
6767
raise 'No webview found' unless unix_socket
6868
adb_cmd "adb forward tcp:#{port} localabstract:#{unix_socket}"
6969
end
@@ -102,4 +102,4 @@ def attach_to_tab opts={}
102102
OpenStruct.new( client: client, location: document_location )
103103
end
104104
end
105-
end
105+
end

0 commit comments

Comments
 (0)