How to specify connectionretrytimeout in selenium Java

Viewed 26

Our framework uses selenium with Java {cucumber with Testng runner} . I would like to specify connectionretrytimeout as we can do in some of the java script framework for e.g.,

https://webdriver.io/docs/options/#connectionretrytimeout

connectionRetryCount connectionretrytimeout

Where can we specify these values for java client

0 Answers
Related