回答編集履歴
1
文章の追記
test
CHANGED
@@ -3,3 +3,7 @@
|
|
3
3
|
```
|
4
4
|
driver.find_element_by_xpath('//input[@accept="image/*,.jpg,.jpeg,.png,.gif" and @multiple="" and @type="file" and @tabindex="-1" and @style="display: none;"]')
|
5
5
|
```
|
6
|
+
なお下記についてはご利用のサービスの利用規約を確認いただき禁止行為に該当しないか確認しましょう。
|
7
|
+
別途APIが用意されていることもありますので探してみましょう。
|
8
|
+
> PythonのSeleniumでSNSに自動投稿するアカウントを作っています
|
9
|
+
|