質問編集履歴

1

試した方法の追加

2020/06/06 09:40

投稿

hiro_a
hiro_a

スコア11

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  プロキシを経由せずにアクセスしている模様。
16
16
 
17
-
17
+ SetHttpProxyで試しても動作は変わらず直接アクセスしていた模様。
18
18
 
19
19
 
20
20
 
@@ -35,3 +35,9 @@
35
35
  WebDriver.Proxy.SetSSLProxy ("xxx.xxx.xxx.xxx:yyyyy")
36
36
 
37
37
  WebDriver.Get strURL
38
+
39
+
40
+
41
+ WebDriver.Proxy.SetHttpProxy ("xxx.xxx.xxx.xxx:yyyyy")
42
+
43
+ WebDriver.Get strURL