回答編集履歴

3

テキスト修正

2018/08/12 03:13

投稿

jun68ykt
jun68ykt

スコア9058

test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
 
24
24
 
25
- - [By.CssSelector Method](https://seleniumhq.github.io/selenium/docs/api/dotnet/?topic=html/M_OpenQA_Selenium_By_CssSelector.htm)
25
+ - seleniumhq.github.io: [By.CssSelector Method](https://seleniumhq.github.io/selenium/docs/api/dotnet/?topic=html/M_OpenQA_Selenium_By_CssSelector.htm)
26
26
 
27
27
   
28
28
 

2

テキスト修正

2018/08/12 03:13

投稿

jun68ykt
jun68ykt

スコア9058

test CHANGED
@@ -22,9 +22,7 @@
22
22
 
23
23
 
24
24
 
25
- - [https://seleniumhq.github.io/selenium/docs/api/dotnet/](https://seleniumhq.github.io/selenium/docs/api/dotnet/)
25
+ - [By.CssSelector Method](https://seleniumhq.github.io/selenium/docs/api/dotnet/?topic=html/M_OpenQA_Selenium_By_CssSelector.htm)
26
-
27
- Byクラスの説明中に、`By.CssSelector` メソッドの説明があります。
28
26
 
29
27
   
30
28
 

1

テキスト修正

2018/08/12 03:10

投稿

jun68ykt
jun68ykt

スコア9058

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- 手元に C# の環境が無いので動かししてはいませんが、`By.TagName` ではなく、 `By.CssSelector` を使って
5
+ 手元に C# の環境が無いので、実際に C# からのSeleniumを作させの確認はしてはいませんが、`By.TagName` ではなく、 `By.CssSelector` を使って
6
6
 
7
7
 
8
8