Desired Capabilities and Chrome Options in Selenium| Selenium Webdriver|Tutorial with practical demo

Поділитися
Вставка
  • Опубліковано 6 вер 2024
  • In this video, you are going to learn about the Selenium, Selenium Webdriver, chrome options, and Desired capabilities.
    This will help to understand the concept clearly and you are going to see how to add Capabilities & Options with a practical demo.
    These are very important to understand as you will have to configure these settings while creating the Automation framework.
    Selenium Playlist: • Selenium
    UiPath playlist: • UiPath
    Python&Powershell playlist: • Python&Powershell
    Dataiku Playlist: • Dataiku
    VB Playlist: • VB
    channel: / @autobotbyrahul
    Please like the video, Comment with your valuable opinions and share it with your friends. Don't forget to subscribe and enable the notification.
    #selenium #desiredCapabilities #chromeOptions

КОМЕНТАРІ • 7

  • @shobhahs4216
    @shobhahs4216 3 місяці тому

    Excellent

  • @joshibhushan1
    @joshibhushan1 2 роки тому

    From where I will get the list of All arguments passed in the AddArguments method.

    • @autobotbyrahul
      @autobotbyrahul  2 роки тому

      Hi Bhushan,
      You can refer to below link to get the arguments.
      www.tabnine.com/code/java/methods/org.openqa.selenium.chrome.ChromeOptions/addArguments
      Also you can refer to other documentation available in google

  • @ujjalpanda7345
    @ujjalpanda7345 2 роки тому

    Hi sir, Can we change app language through Desired Capabilities by providing some code like - Device name, packageActivity? help me plz.

    • @autobotbyrahul
      @autobotbyrahul  2 роки тому

      Hi Ujjal,
      Can you give more clarification on your requirement? Are you doing normal web testing or Mobile testing?
      Thanks

  • @vizualwanderer
    @vizualwanderer 2 роки тому

    is this a Se-4 feature or what is new in regards to Se4 capabilities.

    • @autobotbyrahul
      @autobotbyrahul  2 роки тому

      In se4 capabilities are downgraded and we need to go with options only.
      Thanks