回答編集履歴

1

コード修正

2019/06/20 00:17

投稿

hatena19
hatena19

スコア33729

test CHANGED
@@ -8,9 +8,7 @@
8
8
 
9
9
  ```vba
10
10
 
11
- driver.findElement(By.className("special=text")).click();
11
+ driver.FindElementByClass("special=text").Click
12
-
13
-
14
12
 
15
13
  ```
16
14
 
@@ -18,4 +16,4 @@
18
16
 
19
17
  参考リンク
20
18
 
21
- [Seleniumで要素を選択する方法まとめ - Qiita](https://qiita.com/VA_nakatsu/items/0095755dc48ad7e86e2f)
19
+ [VBAのスクレイピングを簡単楽にしてくれるSelenium|VBA技術解説](https://excel-ubara.com/excelvba4/EXCEL_VBA_401.html)