aerokube / windows-images

Step by step instructions for building Docker images with Windows
Apache License 2.0
221 stars 44 forks source link

Starting Windows container from Selenoid #8

Closed telesma closed 5 years ago

telesma commented 5 years ago

I have successfully build a container with running windows inside from your guide. Thanks a lot for the detailed instructions!

It works also as described when running the container like this: $ docker run -it --rm --privileged -p 4444:4444 -p 5900:5900 windows/ie:11 I am able to run tests successfully against the container.

Now I want to start the container from Selenoid on the host system. Selenoid is able to start the image successfully but the service inside is not starting. For me it looks like --privileged flag is missing in browser.json configuration. Is there a way to achieve this?

docker-compose:

version: '3'
services:
  selenoid:
    image: "aerokube/selenoid:latest-release"
    network_mode: bridge
    volumes:
      - "$PWD/selenoid/config:/etc/selenoid/"
      - "$PWD/selenoid/opt:/opt/selenoid/video"
      - "$PWD/selenoid/opt:/opt/selenoid/logs"
      - "/var/run/docker.sock:/var/run/docker.sock"
    environment:
      - OVERRIDE_VIDEO_OUTPUT_DIR="$PWD/opt"
    command: ["-limit", "4","-conf", "/etc/selenoid/browsers.json", "-video-output-dir", "/opt/selenoid/video", "-log-output-dir", "/opt/selenoid/logs"]
    ports:
      - "4445:4444"

browser.json:

{
    "internet explorer": {
        "default": "11",
        "versions": {
            "11": {
                    "image": "windows/ie:11",
                   "port": "4444",
                   "path": "/",
                   "tmpfs": {
                       /tmp": "size=128m"
                   }
            }
        }
    }
}
vania-pooh commented 5 years ago

@telesma Selenoid appends --privileged automatically. Could you copy some Windows container logs started by Selenoid here?

aandryashin commented 5 years ago

May be you have to add network: bridge to you compose file?

ср, 31 июл. 2019 г., 12:25 Ivan Krutov notifications@github.com:

@telesma https://github.com/telesma Selenoid appends --privileged automatically. Could you copy some Windows container logs started by Selenoid here?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aerokube/windows-images/issues/8?email_source=notifications&email_token=AAKY23N45ROZDALDAZVDOB3QCFLAZA5CNFSM4IIEO5RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3GU6PA#issuecomment-516771644, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKY23PUMSZZ5WQC7P4UILTQCFLAZANCNFSM4IIEO5RA .

telesma commented 5 years ago

This is the output in the command line from the host with Selenoid. I am currently a little helpless how to get the logs from the Windows container..

osboxes@osboxes:~/Desktop/selenoid-windows$ docker-compose up
Creating selenoid-windows_selenoid_1 ... done
Attaching to selenoid-windows_selenoid_1
selenoid_1  | 2019/07/31 09:51:46 [-] [INIT] [Loading configuration files...]
selenoid_1  | 2019/07/31 09:51:46 [-] [INIT] [Loaded configuration from /etc/selenoid/browsers.json]
selenoid_1  | 2019/07/31 09:51:46 [-] [INIT] [Video Dir: /opt/selenoid/video]
selenoid_1  | 2019/07/31 09:51:46 [-] [INIT] [Your Docker API version is 1.40]
selenoid_1  | 2019/07/31 09:51:46 [-] [INIT] [Timezone: UTC]
selenoid_1  | 2019/07/31 09:51:46 [-] [INIT] [Listening on :4444]
selenoid_1  | 2019/07/31 09:52:10 [-] [NEW_REQUEST] [unknown] [192.168.8.1]
selenoid_1  | 2019/07/31 09:52:10 [-] [NEW_REQUEST_ACCEPTED] [unknown] [192.168.8.1]
selenoid_1  | 2019/07/31 09:52:10 [0] [LOCATING_SERVICE] [internet explorer] []
selenoid_1  | 2019/07/31 09:52:10 [-] [DEFAULT_VERSION] [Using default version: 11]
selenoid_1  | 2019/07/31 09:52:10 [0] [USING_DOCKER] [internet explorer] [11]
selenoid_1  | 2019/07/31 09:52:10 [0] [CREATING_CONTAINER] [windows/ie:11]
selenoid_1  | 2019/07/31 09:52:10 [0] [STARTING_CONTAINER] [windows/ie:11] [a7d652962bd9267c74ddec5a7d7a3df34990de0ee0b30b4a19aaa2f92967195d]
selenoid_1  | 2019/07/31 09:52:11 [0] [CONTAINER_STARTED] [windows/ie:11] [a7d652962bd9267c74ddec5a7d7a3df34990de0ee0b30b4a19aaa2f92967195d] [0.81s]
selenoid_1  | 2019/07/31 09:52:41 [0] [REMOVING_CONTAINER] [a7d652962bd9267c74ddec5a7d7a3df34990de0ee0b30b4a19aaa2f92967195d]
selenoid_1  | 2019/07/31 09:52:41 [0] [CONTAINER_REMOVED] [a7d652962bd9267c74ddec5a7d7a3df34990de0ee0b30b4a19aaa2f92967195d]
selenoid_1  | 2019/07/31 09:52:41 [0] [SERVICE_STARTUP_FAILED] [wait: http://172.17.0.3:4444/ does not respond in 30s]
selenoid_1  | 2019/07/31 09:52:41 [-] [NEW_REQUEST] [unknown] [192.168.8.1]
selenoid_1  | 2019/07/31 09:52:41 [-] [NEW_REQUEST_ACCEPTED] [unknown] [192.168.8.1]
selenoid_1  | 2019/07/31 09:52:41 [1] [LOCATING_SERVICE] [internet explorer] []
selenoid_1  | 2019/07/31 09:52:41 [-] [DEFAULT_VERSION] [Using default version: 11]
selenoid_1  | 2019/07/31 09:52:41 [1] [USING_DOCKER] [internet explorer] [11]
selenoid_1  | 2019/07/31 09:52:41 [1] [CREATING_CONTAINER] [windows/ie:11]
selenoid_1  | 2019/07/31 09:52:41 [1] [STARTING_CONTAINER] [windows/ie:11] [7ab5b479a671229463bc7fa859925694d17388be1878a617993b63df5f704ccb]
selenoid_1  | 2019/07/31 09:52:42 [1] [CONTAINER_STARTED] [windows/ie:11] [7ab5b479a671229463bc7fa859925694d17388be1878a617993b63df5f704ccb] [0.82s]
selenoid_1  | 2019/07/31 09:53:12 [1] [REMOVING_CONTAINER] [7ab5b479a671229463bc7fa859925694d17388be1878a617993b63df5f704ccb]
selenoid_1  | 2019/07/31 09:53:13 [1] [CONTAINER_REMOVED] [7ab5b479a671229463bc7fa859925694d17388be1878a617993b63df5f704ccb]
selenoid_1  | 2019/07/31 09:53:13 [1] [SERVICE_STARTUP_FAILED] [wait: http://172.17.0.3:4444/ does not respond in 30s]
aandryashin commented 5 years ago

Error that service "does not respond in 30s" means that there is no network connectivity between selenoid container and browser container, it often occurs using docker compose because it creates custom network and selenoid creates containers in default network. Possible fix is setup network to brige, or pass -container-network option to selenoid with name of docker compose network.

ср, 31 июл. 2019 г. в 13:49, Frank Rossi notifications@github.com:

This is the output in the command line from the host with Selenoid. I am currently a little helpless how to get the logs from the Windows container..

osboxes@osboxes:~/Desktop/selenoid-windows$ docker-compose up Creating selenoid-windows_selenoid_1 ... done Attaching to selenoid-windows_selenoid_1 selenoid_1 | 2019/07/31 09:51:46 [-] [INIT] [Loading configuration files...] selenoid_1 | 2019/07/31 09:51:46 [-] [INIT] [Loaded configuration from /etc/selenoid/browsers.json] selenoid_1 | 2019/07/31 09:51:46 [-] [INIT] [Video Dir: /opt/selenoid/video] selenoid_1 | 2019/07/31 09:51:46 [-] [INIT] [Your Docker API version is 1.40] selenoid_1 | 2019/07/31 09:51:46 [-] [INIT] [Timezone: UTC] selenoid_1 | 2019/07/31 09:51:46 [-] [INIT] [Listening on :4444] selenoid_1 | 2019/07/31 09:52:10 [-] [NEW_REQUEST] [unknown] [192.168.8.1] selenoid_1 | 2019/07/31 09:52:10 [-] [NEW_REQUEST_ACCEPTED] [unknown] [192.168.8.1] selenoid_1 | 2019/07/31 09:52:10 [0] [LOCATING_SERVICE] [internet explorer] [] selenoid_1 | 2019/07/31 09:52:10 [-] [DEFAULT_VERSION] [Using default version: 11] selenoid_1 | 2019/07/31 09:52:10 [0] [USING_DOCKER] [internet explorer] [11] selenoid_1 | 2019/07/31 09:52:10 [0] [CREATING_CONTAINER] [windows/ie:11] selenoid_1 | 2019/07/31 09:52:10 [0] [STARTING_CONTAINER] [windows/ie:11] [a7d652962bd9267c74ddec5a7d7a3df34990de0ee0b30b4a19aaa2f92967195d] selenoid_1 | 2019/07/31 09:52:11 [0] [CONTAINER_STARTED] [windows/ie:11] [a7d652962bd9267c74ddec5a7d7a3df34990de0ee0b30b4a19aaa2f92967195d] [0.81s] selenoid_1 | 2019/07/31 09:52:41 [0] [REMOVING_CONTAINER] [a7d652962bd9267c74ddec5a7d7a3df34990de0ee0b30b4a19aaa2f92967195d] selenoid_1 | 2019/07/31 09:52:41 [0] [CONTAINER_REMOVED] [a7d652962bd9267c74ddec5a7d7a3df34990de0ee0b30b4a19aaa2f92967195d] selenoid_1 | 2019/07/31 09:52:41 [0] [SERVICE_STARTUP_FAILED] [wait: http://172.17.0.3:4444/ does not respond in 30s] selenoid_1 | 2019/07/31 09:52:41 [-] [NEW_REQUEST] [unknown] [192.168.8.1] selenoid_1 | 2019/07/31 09:52:41 [-] [NEW_REQUEST_ACCEPTED] [unknown] [192.168.8.1] selenoid_1 | 2019/07/31 09:52:41 [1] [LOCATING_SERVICE] [internet explorer] [] selenoid_1 | 2019/07/31 09:52:41 [-] [DEFAULT_VERSION] [Using default version: 11] selenoid_1 | 2019/07/31 09:52:41 [1] [USING_DOCKER] [internet explorer] [11] selenoid_1 | 2019/07/31 09:52:41 [1] [CREATING_CONTAINER] [windows/ie:11] selenoid_1 | 2019/07/31 09:52:41 [1] [STARTING_CONTAINER] [windows/ie:11] [7ab5b479a671229463bc7fa859925694d17388be1878a617993b63df5f704ccb] selenoid_1 | 2019/07/31 09:52:42 [1] [CONTAINER_STARTED] [windows/ie:11] [7ab5b479a671229463bc7fa859925694d17388be1878a617993b63df5f704ccb] [0.82s] selenoid_1 | 2019/07/31 09:53:12 [1] [REMOVING_CONTAINER] [7ab5b479a671229463bc7fa859925694d17388be1878a617993b63df5f704ccb] selenoid_1 | 2019/07/31 09:53:13 [1] [CONTAINER_REMOVED] [7ab5b479a671229463bc7fa859925694d17388be1878a617993b63df5f704ccb] selenoid_1 | 2019/07/31 09:53:13 [1] [SERVICE_STARTUP_FAILED] [wait: http://172.17.0.3:4444/ does not respond in 30s]

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/aerokube/windows-images/issues/8?email_source=notifications&email_token=AAKY23PWEAWGNKHLVLKKXT3QCFU3RA5CNFSM4IIEO5RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3G3SDY#issuecomment-516798735, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKY23P7DDSF3P43P6DNBHTQCFU3RANCNFSM4IIEO5RA .

vania-pooh commented 5 years ago

@telesma take a look at examples of using -container-network flag with Selenoid here: https://aerokube.com/selenoid/latest/#_selenoid_with_docker_compose

telesma commented 5 years ago

@vania-pooh @aandryashin I have increased all timeout arguments for Selenoid host and on Windows in the meantime and the "[SERVICE_STARTUP_FAILED] does not respond in 30s" error goes away. Indeed the Service gets started but I get another error "[SERVICE_FAILED] 404 Not found"

I will digg further in your suggestion with the network options.

vania-pooh commented 5 years ago

@telesma SERVICE_FAILED means you may have incorrect path parameter in browsers.json. I think it should be path: "/" or just try to remove it.

aandryashin commented 5 years ago

Most probably you have to correct path in browsers.json and set it to "/". Please check it.

ср, 31 июл. 2019 г., 15:51 Frank Rossi notifications@github.com:

@vania-pooh https://github.com/vania-pooh @aandryashin https://github.com/aandryashin I have increased all timeout arguments for Selenoid host and on Windows in the meantime and the "[SERVICE_STARTUP_FAILED] does not respond in 30s" error goes away. Indeed the Service gets started but I get another error "[SERVICE_FAILED] 404 Not found"

I will digg further in your suggestion with the network options.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aerokube/windows-images/issues/8?email_source=notifications&email_token=AAKY23LV5JKJYJA7HGU3T5TQCGDFPA5CNFSM4IIEO5RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3HENJQ#issuecomment-516834982, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKY23OLNYW3N2MCIWUPUVTQCGDFPANCNFSM4IIEO5RA .

telesma commented 5 years ago

I have a running windows/ie:11 docker container with Selenoid inside and the following browser.json and I am able to test successful against the docker container.

browser.json (windows/ie:11):

{
    "internet explorer": {
        "default": "11",
        "versions": {
            "11": {
                "image": [ "C:\\Windows\\System32\\headless-selenium-for-win-v1-4\\headless_ie_selenium.exe"]
            }
        }
    }
}
telesma commented 5 years ago

However when I want to test against a windows/edge:18 docker container with a running Selenid inside I do get the following error: Error: Requested environment is not available

C:\selenoid-windows\selenoid_windows_386.exe -conf C:\selenoid-windows\edge18\config\browsers.json -disable-docker -limit 4 -service-startup-timeout 240s -session-attempt-timeout 240s -session-delete-timeout 240s -timeout 240s > C:\selenoid-windows\edge18\opt\selenoid.log 2>&1

browser.json (windows/edge:18)

{
    "MicrosoftEdge": {
        "default": "18.17763",
        "versions": {
            "18.1776": {
                "image": [ "MicrosoftWebDriver.exe", "--host=10.0.2.15", "--port=4445"]
            }
        }
    }
}

Do you have a hint for me. Seems like Edge 18 Driver is behaving differently.

aandryashin commented 5 years ago

Please try to change version number to 18 (without fraction part)...

сб, 3 авг. 2019 г., 17:08 Frank Rossi notifications@github.com:

However when I want to test against a windows/edge:18 docker container with a running Selenid inside I do get the following error: Error: Requested environment is not available

C:\selenoid-windows\selenoid_windows_386.exe -conf C:\selenoid-windows\edge18\config\browsers.json -disable-docker -limit 4 -service-startup-timeout 240s -session-attempt-timeout 240s -session-delete-timeout 240s -timeout 240s > C:\selenoid-windows\edge18\opt\selenoid.log 2>&1

browser.json (windows/edge:18)

{ "MicrosoftEdge": { "default": "18.17763", "versions": { "18.1776": { "image": [ "MicrosoftWebDriver.exe", "--host=10.0.2.15", "--port=4445"] } } } }

Do you have a hint for me. Seems like Edge 18 Driver is behaving differently.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aerokube/windows-images/issues/8?email_source=notifications&email_token=AAKY23IAQM747LTR5C3F6Z3QCWGMHA5CNFSM4IIEO5RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3PPC3Y#issuecomment-517927279, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKY23PKW4RDGYQG4JY2FRDQCWGMHANCNFSM4IIEO5RA .

telesma commented 5 years ago

@aandryashin Looks much better when removing the fraction from the version number. But the process times out.

2019/08/03 14:34:24 [-] [INIT] [Loading configuration files...]
2019/08/03 14:34:24 [-] [INIT] [Loaded configuration from C:\selenoid-windows\edge18\config\browsers.json]
2019/08/03 14:34:24 [-] [INIT] [Timezone: Local]
2019/08/03 14:34:24 [-] [INIT] [Listening on :4444]
2019/08/03 14:34:28 [-] [NEW_REQUEST] [unknown] [192.168.8.1]
2019/08/03 14:34:28 [-] [NEW_REQUEST_ACCEPTED] [unknown] [192.168.8.1]
2019/08/03 14:34:28 [0] [LOCATING_SERVICE] [MicrosoftEdge] []
2019/08/03 14:34:28 [-] [DEFAULT_VERSION] [Using default version: 18]
2019/08/03 14:34:28 [0] [USING_DRIVER] [MicrosoftEdge] [18]
2019/08/03 14:34:28 [0] [ALLOCATING_PORT]
2019/08/03 14:34:28 [0] [ALLOCATED_PORT] [50193]
2019/08/03 14:34:28 [0] [STARTING_PROCESS] [[MicrosoftWebDriver.exe --host=10.0.2.15 --verbose --port=50193]]
2019/08/03 14:38:28 [0] [TERMINATING_PROCESS] [7396]
2019/08/03 14:38:28 [0] [TERMINATED_PROCESS] [7396] [0.03s]
2019/08/03 14:38:28 [0] [SERVICE_STARTUP_FAILED] [http://127.0.0.1:50193 does not respond in 4m0s]
2019/08/03 14:38:28 [-] [NEW_REQUEST] [unknown] [192.168.8.1]
2019/08/03 14:38:28 [-] [NEW_REQUEST_ACCEPTED] [unknown] [192.168.8.1]
2019/08/03 14:38:28 [1] [LOCATING_SERVICE] [MicrosoftEdge] []
2019/08/03 14:38:28 [-] [DEFAULT_VERSION] [Using default version: 18]
2019/08/03 14:38:28 [1] [USING_DRIVER] [MicrosoftEdge] [18]
2019/08/03 14:38:28 [1] [ALLOCATING_PORT]
2019/08/03 14:38:28 [1] [ALLOCATED_PORT] [50667]
2019/08/03 14:38:28 [1] [STARTING_PROCESS] [[MicrosoftWebDriver.exe --host=10.0.2.15 --verbose --port=50667]]
aandryashin commented 5 years ago

Hm, try to modify command and set --host=0.0.0.0

сб, 3 авг. 2019 г., 17:43 Frank Rossi notifications@github.com:

@aandryashin https://github.com/aandryashin Looks much better when removing the fraction from the version number. But the process times out.

2019/08/03 14:34:24 [-] [INIT] [Loading configuration files...] 2019/08/03 14:34:24 [-] [INIT] [Loaded configuration from C:\selenoid-windows\edge18\config\browsers.json] 2019/08/03 14:34:24 [-] [INIT] [Timezone: Local] 2019/08/03 14:34:24 [-] [INIT] [Listening on :4444] 2019/08/03 14:34:28 [-] [NEW_REQUEST] [unknown] [192.168.8.1] 2019/08/03 14:34:28 [-] [NEW_REQUEST_ACCEPTED] [unknown] [192.168.8.1] 2019/08/03 14:34:28 [0] [LOCATING_SERVICE] [MicrosoftEdge] [] 2019/08/03 14:34:28 [-] [DEFAULT_VERSION] [Using default version: 18] 2019/08/03 14:34:28 [0] [USING_DRIVER] [MicrosoftEdge] [18] 2019/08/03 14:34:28 [0] [ALLOCATING_PORT] 2019/08/03 14:34:28 [0] [ALLOCATED_PORT] [50193] 2019/08/03 14:34:28 [0] [STARTING_PROCESS] [[MicrosoftWebDriver.exe --host=10.0.2.15 --verbose --port=50193]] 2019/08/03 14:38:28 [0] [TERMINATING_PROCESS] [7396] 2019/08/03 14:38:28 [0] [TERMINATED_PROCESS] [7396] [0.03s] 2019/08/03 14:38:28 [0] [SERVICE_STARTUP_FAILED] [http://127.0.0.1:50193 does not respond in 4m0s] 2019/08/03 14:38:28 [-] [NEW_REQUEST] [unknown] [192.168.8.1] 2019/08/03 14:38:28 [-] [NEW_REQUEST_ACCEPTED] [unknown] [192.168.8.1] 2019/08/03 14:38:28 [1] [LOCATING_SERVICE] [MicrosoftEdge] [] 2019/08/03 14:38:28 [-] [DEFAULT_VERSION] [Using default version: 18] 2019/08/03 14:38:28 [1] [USING_DRIVER] [MicrosoftEdge] [18] 2019/08/03 14:38:28 [1] [ALLOCATING_PORT] 2019/08/03 14:38:28 [1] [ALLOCATED_PORT] [50667] 2019/08/03 14:38:28 [1] [STARTING_PROCESS] [[MicrosoftWebDriver.exe --host=10.0.2.15 --verbose --port=50667]]

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aerokube/windows-images/issues/8?email_source=notifications&email_token=AAKY23IKDMLUEC527CTGRC3QCWKPXA5CNFSM4IIEO5RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3PPUNQ#issuecomment-517929526, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKY23NFUWI62GWO5TSCVCLQCWKPXANCNFSM4IIEO5RA .

telesma commented 5 years ago

Got it working with the following configuration.

browser.json (windows/edge:18):

{
    "MicrosoftEdge": {
        "default": "18",
        "versions": {
            "18": {
                "image": [ "MicrosoftWebDriver.exe", "--host=127.0.0.1", "--verbose" ]
            }
        }
    }
}

Thank you so much for your help!!!

aandryashin commented 5 years ago

Or to --host=127.0.0.1

сб, 3 авг. 2019 г., 17:46 Alexander Andryashin aandryashin@gmail.com:

Hm, try to modify command and set --host=0.0.0.0

сб, 3 авг. 2019 г., 17:43 Frank Rossi notifications@github.com:

@aandryashin https://github.com/aandryashin Looks much better when removing the fraction from the version number. But the process times out.

2019/08/03 14:34:24 [-] [INIT] [Loading configuration files...] 2019/08/03 14:34:24 [-] [INIT] [Loaded configuration from C:\selenoid-windows\edge18\config\browsers.json] 2019/08/03 14:34:24 [-] [INIT] [Timezone: Local] 2019/08/03 14:34:24 [-] [INIT] [Listening on :4444] 2019/08/03 14:34:28 [-] [NEW_REQUEST] [unknown] [192.168.8.1] 2019/08/03 14:34:28 [-] [NEW_REQUEST_ACCEPTED] [unknown] [192.168.8.1] 2019/08/03 14:34:28 [0] [LOCATING_SERVICE] [MicrosoftEdge] [] 2019/08/03 14:34:28 [-] [DEFAULT_VERSION] [Using default version: 18] 2019/08/03 14:34:28 [0] [USING_DRIVER] [MicrosoftEdge] [18] 2019/08/03 14:34:28 [0] [ALLOCATING_PORT] 2019/08/03 14:34:28 [0] [ALLOCATED_PORT] [50193] 2019/08/03 14:34:28 [0] [STARTING_PROCESS] [[MicrosoftWebDriver.exe --host=10.0.2.15 --verbose --port=50193]] 2019/08/03 14:38:28 [0] [TERMINATING_PROCESS] [7396] 2019/08/03 14:38:28 [0] [TERMINATED_PROCESS] [7396] [0.03s] 2019/08/03 14:38:28 [0] [SERVICE_STARTUP_FAILED] [http://127.0.0.1:50193 does not respond in 4m0s] 2019/08/03 14:38:28 [-] [NEW_REQUEST] [unknown] [192.168.8.1] 2019/08/03 14:38:28 [-] [NEW_REQUEST_ACCEPTED] [unknown] [192.168.8.1] 2019/08/03 14:38:28 [1] [LOCATING_SERVICE] [MicrosoftEdge] [] 2019/08/03 14:38:28 [-] [DEFAULT_VERSION] [Using default version: 18] 2019/08/03 14:38:28 [1] [USING_DRIVER] [MicrosoftEdge] [18] 2019/08/03 14:38:28 [1] [ALLOCATING_PORT] 2019/08/03 14:38:28 [1] [ALLOCATED_PORT] [50667] 2019/08/03 14:38:28 [1] [STARTING_PROCESS] [[MicrosoftWebDriver.exe --host=10.0.2.15 --verbose --port=50667]]

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aerokube/windows-images/issues/8?email_source=notifications&email_token=AAKY23IKDMLUEC527CTGRC3QCWKPXA5CNFSM4IIEO5RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3PPUNQ#issuecomment-517929526, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKY23NFUWI62GWO5TSCVCLQCWKPXANCNFSM4IIEO5RA .

aandryashin commented 5 years ago

Great!

сб, 3 авг. 2019 г., 17:47 Frank Rossi notifications@github.com:

Got it working with the following configuration.

browser.json (windows/edge:18):

{ "MicrosoftEdge": { "default": "18", "versions": { "18": { "image": [ "MicrosoftWebDriver.exe", "--host=127.0.0.1", "--verbose" ] } } } }

Thank you so much for your help!!!

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/aerokube/windows-images/issues/8?email_source=notifications&email_token=AAKY23OGNE6FWVXDQAKEAETQCWK77A5CNFSM4IIEO5RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3PPW5Y#issuecomment-517929847, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKY23LUGGKROZEH3FFJSRDQCWK77ANCNFSM4IIEO5RA .