Skip to content

Commit

Permalink
Updated the documentation (#8142)
Browse files Browse the repository at this point in the history
* Updated the documentation


Co-authored-by: David Burns <[email protected]>
  • Loading branch information
sridharUpputuri and AutomatedTester authored Mar 30, 2020
1 parent 30542f5 commit e49cf8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions py/selenium/webdriver/ie/webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

import warnings

from selenium.webdriver.remote.webdriver import WebDriver as RemoteWebDriver
Expand All @@ -36,9 +37,9 @@ def __init__(self, executable_path='IEDriverServer.exe', capabilities=None,
options=None, service=None,
desired_capabilities=None, keep_alive=False):
"""
Creates a new instance of the chrome driver.
Creates a new instance of the Ie driver.
Starts the service and then creates new instance of chrome driver.
Starts the service and then creates new instance of Ie driver.
:Args:
- executable_path - Deprecated: path to the executable. If the default is used it assumes the executable is in the $PATH
Expand Down

0 comments on commit e49cf8f

Please sign in to comment.