質問編集履歴

3

a

2018/08/08 02:17

投稿

kurosuke___
kurosuke___

スコア217

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- ※この質問は[スタックオーバーフロー](https://ja.stackoverflow.com/questions/47296/python%E3%81%AEselenium%E3%81%A7proxy%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%9F%E3%82%89err-no-supported-proxies?noredirect=1#comment48491_47296)にも投稿しました。
1
+ ※この質問は[スタックオーバーフロー](https://ja.stackoverflow.com/questions/47296/python%E3%81%AEselenium%E3%81%A7proxy%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%9F%E3%82%89err-no-supported-proxies)にも投稿しました。
2
2
 
3
3
 
4
4
 

2

l

2018/08/08 02:17

投稿

kurosuke___
kurosuke___

スコア217

test CHANGED
File without changes
test CHANGED
@@ -1,3 +1,7 @@
1
+ ※この質問は[スタックオーバーフロー](https://ja.stackoverflow.com/questions/47296/python%E3%81%AEselenium%E3%81%A7proxy%E3%82%92%E4%BD%BF%E3%81%A3%E3%81%9F%E3%82%89err-no-supported-proxies?noredirect=1#comment48491_47296)にも投稿しました。
2
+
3
+
4
+
1
5
  PythonのSeleniumでChromeにプロキシオプションを付けて起動したのはいいのですが、`get`メソッドで何かしらのサイトにアクセスするとChromeに`ERR_NO_SUPPORTED_PROXIES`とでてしまいアクセスできません。
2
6
 
3
7
 

1

脱字

2018/08/08 02:17

投稿

kurosuke___
kurosuke___

スコア217

test CHANGED
File without changes
test CHANGED
@@ -36,7 +36,7 @@
36
36
 
37
37
  ```Python
38
38
 
39
- options.add_argument('--proxy-server=http://server_ip:port)
39
+ options.add_argument('--proxy-server=http://server_ip:port')
40
40
 
41
41
  options.add_argument('--proxy-auth=user_id:password')
42
42