What is the use of DesiredCapabilities in Selenium WebDriver?

后端 未结 6 2021
栀梦
栀梦 2020-11-29 04:00

What is the use of DesiredCapabilities in Selenium WebDriver?

When we want to use this and how?

Answer with example would be appreciated.

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-29 04:25

    DesiredCapabilities are options that you can use to customize and configure a browser session.

    You can read more about them here!

提交回复
热议问题