質問編集履歴

1

資料の追加

2017/12/05 07:49

投稿

takuyaf
takuyaf

スコア10

test CHANGED
File without changes
test CHANGED
@@ -14,6 +14,76 @@
14
14
 
15
15
 
16
16
 
17
+ 設定部
18
+
19
+ ![オプション](18c81f779d7b294f25c61bed1035bebc.png)
20
+
21
+
22
+
23
+ サーバー起動時 ログ
24
+
25
+ ```lang-
26
+
27
+ C:\java\IEDriverServer_Win32_3.8.0>java -Dwebdriver.ie.driver=.\IEDriverServer.exe -jar selenium-server-standalone-3.8.1.jar
28
+
29
+ 16:46:39.266 INFO - Selenium build info: version: '3.8.1', revision: '6e95a6684b'
30
+
31
+ 16:46:39.268 INFO - Launching a standalone Selenium Server
32
+
33
+ 2017-12-05 16:46:39.551:INFO::main: Logging initialized @1117ms to org.seleniumhq.jetty9.util.log.StdErrLog
34
+
35
+ 16:46:39.677 INFO - Using `new FirefoxOptions()` is preferred to `DesiredCapabilities.firefox()`
36
+
37
+ 16:46:39.732 INFO - Using `new ChromeOptions()` is preferred to `DesiredCapabilities.chrome()`
38
+
39
+ 16:46:39.740 INFO - Using `new EdgeOptions()` is preferred to `DesiredCapabilities.edge()`
40
+
41
+ 16:46:39.743 INFO - Driver class not found: com.opera.core.systems.OperaDriver
42
+
43
+ 16:46:39.744 INFO - Using `new OperaOptions()` is preferred to `DesiredCapabilities.operaBlink()`
44
+
45
+ 16:46:39.748 INFO - Using `new SafariOptions()` is preferred to `DesiredCapabilities.safari()`
46
+
47
+ 16:46:39.753 INFO - Driver class not found: org.openqa.selenium.phantomjs.PhantomJSDriver
48
+
49
+ 16:46:39.863 INFO - Driver provider class org.openqa.selenium.safari.SafariDriver registration is skipped:
50
+
51
+ registration capabilities Capabilities {browserName: safari, platform: MAC, version: } does not match the current platform VISTA
52
+
53
+ 16:46:40.074 INFO - Using `new ChromeOptions()` is preferred to `DesiredCapabilities.chrome()`
54
+
55
+ 16:46:40.079 INFO - Using `new EdgeOptions()` is preferred to `DesiredCapabilities.edge()`
56
+
57
+ 16:46:40.079 INFO - Using `new FirefoxOptions()` is preferred to `DesiredCapabilities.firefox()`
58
+
59
+ 16:46:40.084 INFO - Using `new OperaOptions()` is preferred to `DesiredCapabilities.operaBlink()`
60
+
61
+ 16:46:40.085 INFO - Using `new SafariOptions()` is preferred to `DesiredCapabilities.safari()`
62
+
63
+ 16:46:40.118 INFO - Using the passthrough mode handler
64
+
65
+ 2017-12-05 16:46:40.203:INFO:osjs.Server:main: jetty-9.4.7.v20170914
66
+
67
+ 2017-12-05 16:46:40.259:WARN:osjs.SecurityHandler:main: ServletContext@o.s.j.s.ServletContextHandler@4671e53b{/,null,STARTING} has uncovered http methods for path: /
68
+
69
+ 2017-12-05 16:46:40.270:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@4671e53b{/,null,AVAILABLE}
70
+
71
+ 2017-12-05 16:46:40.521:INFO:osjs.AbstractConnector:main: Started ServerConnector@4fcd19b3{HTTP/1.1,[http/1.1]}{0.0.0.0:4444}
72
+
73
+ 2017-12-05 16:46:40.523:INFO:osjs.Server:main: Started @2089ms
74
+
75
+ 16:46:40.524 INFO - Selenium Server is up and running
76
+
77
+ ```
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
17
87
 
18
88
 
19
89
 
@@ -22,7 +92,9 @@
22
92
 
23
93
  上記サイトを参考にしてselenium IDEをIE11で実行しようと思ったのですが
24
94
 
95
+ サーバー起動後再生ボタンを押して実行してみようとすると
96
+
25
- サーバー起動後以下のようなメッセージが出てきて動作しません。
97
+ 以下のようなメッセージが出てきて動作しません。
26
98
 
27
99
 
28
100
 
@@ -66,7 +138,7 @@
66
138
 
67
139
 
68
140
 
69
- Seleniumログ
141
+ Seleniumエラーログ
70
142
 
71
143
  ```lang-
72
144