You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configuration.applicationNameForUserAgent ="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15"
110
+
configuration
111
+
.applicationNameForUserAgent =
112
+
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15"
104
113
// The web page need the web view to have a size to load correctly.
105
114
letwebView=WKWebView(
106
115
frame:.init(x:0, y:0, width:500, height:500),
@@ -125,7 +134,7 @@ final class WebScrapper: NSObject, WKNavigationDelegate {
125
134
if !html.isEmpty {return html }
126
135
retryCount +=1
127
136
}
128
-
137
+
129
138
throwCancellationError()
130
139
}
131
140
@@ -150,3 +159,4 @@ final class WebScrapper: NSObject, WKNavigationDelegate {
0 commit comments