How to fix DesiredCapabilities in Selenium 4.0

前端 未结 1 1734
春和景丽
春和景丽 2021-01-22 18:11

I have a piece of code which sets browser name for the grid. However, DesiredCapabilities is deprecated in Selenium 4.0. How can I fix this code so that it works as the same in

1条回答
  •  孤城傲影
    2021-01-22 18:37

    For the record Selenium v4.x is still in alpha stage and yet to be released for General availability (GA) for Production usage.

    Snapshot:

    Selenium4x


    Recommended Usage

    The recommendation will be to continue using Selenium v3.141.59 and keep your framework adjusted to the current implementation of DesiredCapabilities class till Selenium v4.x is GAed for production use successfully completing the alpha and beta cycles.

    0 讨论(0)
提交回复
热议问题