We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da987f6 commit d55a2f5Copy full SHA for d55a2f5
lib/appium_lib/android/webview/webview.rb
@@ -63,7 +63,7 @@ def connect_to_webview opts={}
63
raise 'Must provide package' unless package
64
port = opts.fetch :port, 9000
65
66
- unix_socket = pid_to_webview package_to_pid 'com.litl.Woven'
+ unix_socket = pid_to_webview package_to_pid package
67
raise 'No webview found' unless unix_socket
68
adb_cmd "adb forward tcp:#{port} localabstract:#{unix_socket}"
69
end
@@ -102,4 +102,4 @@ def attach_to_tab opts={}
102
OpenStruct.new( client: client, location: document_location )
103
104
105
-end
+end
0 commit comments