質問編集履歴

3

誤字

2018/07/25 04:37

投稿

tez
tez

スコア10

test CHANGED
File without changes
test CHANGED
@@ -1 +1,41 @@
1
+ I am in trouble because Appium can not be used.
2
+
3
+
4
+
5
+ Start up Appium.
6
+
1
- Appiumを使ってテストの自動化を試していますが、うまく行きません。
7
+ Press Start Server v1.8.1 button.
8
+
9
+ Select New Session Window.
10
+
11
+ Select Automatic Server.
12
+
13
+ Set up Disabled Capabilities.
14
+
15
+ Press the Start Session button.
16
+
17
+ The following error message is displayed
18
+
19
+
20
+
21
+ "The server refuse to browse the page.
22
+
23
+ The URL or other input may not be correct. Please confirm the value.
24
+
25
+
26
+
27
+ URL: http: // localhost: 4723 / wd / hub / session
28
+
29
+ ERROR: CONNECT (localhost: 4723) / connect: Connection refused "
30
+
31
+
32
+
33
+ When you run appium-doctor -ios you will see "Everything looks good, bye!" so I think Appium settings are done.
34
+
35
+
36
+
37
+ Why does the above error appear when I press the Start Session button?
38
+
39
+
40
+
41
+ A similar error message is displayed whether you connect iphone to Mac or not.

2

誤字

2018/07/25 04:37

投稿

tez
tez

スコア10

test CHANGED
File without changes
test CHANGED
@@ -1,43 +1 @@
1
1
  Appiumを使ってテストの自動化を試していますが、うまく行きません。
2
-
3
-
4
-
5
- 1.Appiumを起動させる
6
-
7
- 2.Start Server v1.8.1ボタンを押下する
8
-
9
- 3.New Session Windowを選択する
10
-
11
- 4.Automatic Serverを選択する
12
-
13
- 5.Desired Capabilitiesを設定する
14
-
15
- 6.Start Sessionボタンを押下する
16
-
17
-
18
-
19
- 以下のエラーメッセージが表示される
20
-
21
-
22
-
23
- 「The server refuse to browse the page.
24
-
25
- The URL or other input may not be correct. Please confirm the value.
26
-
27
-
28
-
29
- URL: http://localhost:4723/wd/hub/session
30
-
31
- ERROR: CONNECT(localhost:4723)/connect: Connection refused」
32
-
33
-
34
-
35
- appium-doctor -iosを実行すると、「Everything looks good, bye!」と表示されるのでAppiumの設定は出来ている考えます
36
-
37
-
38
-
39
- なぜ、Start Sessionボタンを押下すると上記のエラーが表示されるのでしょうか?
40
-
41
-
42
-
43
- Macにiphoneを接続しても、接続していなくても同様のエラーメッセージが表示されます。

1

タイトル変更

2018/07/23 09:59

投稿

tez
tez

スコア10

test CHANGED
@@ -1 +1 @@
1
- Appiumが使用できなく困っています
1
+ AppiumでStart Sessionボタンを押下するとエラーメッセージ表示されしまいます
test CHANGED
File without changes