Specific port for Chrome driver – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> Specific port for Chrome driver ...

Specific port for Chrome driver



Code: caps.setCapability("chromedriverPort", 4437);
Specify a specific port for Chromedriver to accept connections on. 
With multiple webviews you may run into issues with ports being reused.
In this case, use the chromedriverPorts capability. Value: Numeric values

Leave a Reply

Your email address will not be published. Required fields are marked *