Skip to content

Creating RemoteWebDriver hangs forever #45

@NagaKesamReddy

Description

@NagaKesamReddy

Hi,

While creating the remotewebdriver, the code hangs unless i pass any keyboard signal to the command prompt on Hub machine. If a keyboard signal is passed to the hub machine, then the code resumes and creates the RemoteWebDriver and execution proceeds. But the video generated is blank.

The below line of code hangs forever unless a keyboard signal is passed to the hub machine that runs SeleniumGrid using Video Proxy.

RemoteWebDriver seleniumGridDriver = new RemoteWebDriver(new URL(hubUrl), caps);

This happens even when the session is closed and waiting to stop recording. Once a keyboard signal is passed execution continues and recording related messages are displayed in the hub machine. FInally the video returned just shows black screen for the entire duration.

Windows Edition: Windows Server 2012 R2 64-bit
Selenium Version: 3.4.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions