Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e463894

Browse files
author
Baiju Muthukadan
committed
better
1 parent eb6dfd7 commit e463894

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WebDriver API
1212
This chapter cover all the interfaces of Selenium WebDriver.
1313

1414

15-
*Recommended Import Style*
15+
**Recommended Import Style**
1616

1717
The API definitions in this chapter shows the absolute location of classes.
1818
However the recommended import style is as given below::
@@ -38,11 +38,11 @@ The special keys class (``Keys``) can be imported like this::
3838

3939
from selenium.webdriver.common.keys import Keys
4040

41-
The exception classes can be imported like this (Replace the ``TheNameOfTheExceptionClass`` with actual class name)::
41+
The exception classes can be imported like this (Replace the ``TheNameOfTheExceptionClass`` with actual class name given below)::
4242

4343
from selenium.common.exceptions import [TheNameOfTheExceptionClass]
4444

45-
*Conventions used in the API*
45+
**Conventions used in the API**
4646

4747
Some attributes are callable (or methods) and others are non-callable
4848
(properties). All the callable attributes are ending with round

0 commit comments

Comments
 (0)