Assistive-Webdriver

Home > vm-providers > PortRedirection

PortRedirection interface

A port redirection from a port on the host to a port in the virtual machine.

Signature:

export interface PortRedirection 

Properties

Property Type Description
hostAddress string IP address or host name of the host machine.
hostPort number Port number in the host machine.
vmPort number Port number inside the virtual machine.