LambdaTest / Robot-Selenium-Sample

Run test automation on cloud with Robot and LambdaTest. This is a sample repo to help you execute Robot framework based test scripts in parallel with LambdaTest automation testing cloud
https://www.lambdatest.com/
20 stars 30 forks source link

Getting deprecated warning for using "desired_capabilities" #10

Closed zeeshanyshaikh closed 9 months ago

zeeshanyshaikh commented 11 months ago

Am getting error as below

[ WARN ] desired_capabilities has been deprecated and removed. Please use options to configure browsers as per documentation.

Please update the code on how to use the LT options in options argument of Open Browser keyword.

4DvAnCeBoY commented 11 months ago

Thanks for sharing @zeeshanyshaikh , The repo had dependency on Selenium2Library, now this has been upgraded to new robot selenium library. Now the issue has been fixed

Please checkout master branch.