0 votes
in Selenium by
Identify the steps to instantiate the Chrome driver in correct sequence

a) 1. Using System Property set method get the path of chrome driver

    2. Initialize chrome driver Object with capabilities object as argument

    3. Open the URL

    4.  Set the capabilities of chrome browser

b) 1. Using System Property set method get the path of chrome driver

    2. Set the capabilities of chrome browser

    3. Initialize chrome driver Object with capabilities object as argument

    4. Open the URL

c) 1. Using System Property set method get the path of chrome driver

    2. Set the capabilities of chrome browser

    3. Open the URL

    4. Initialize chrome driver Object with capabilities object as argument

d) 1. Set the capabilities of chrome browser

    2. Initialize chrome driver Object with capabilities object as argument

    3. Using System Property set method get the path of chrome driver

    4.  Open the URL

Related questions

+1 vote
asked Aug 22, 2019 in Selenium by rahulsharma
0 votes
asked May 21, 2020 in JAVA by GeorgeBell
...