File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ WebDriver API
12
12
This chapter cover all the interfaces of Selenium WebDriver.
13
13
14
14
15
- *Recommended Import Style *
15
+ ** Recommended Import Style * *
16
16
17
17
The API definitions in this chapter shows the absolute location of classes.
18
18
However the recommended import style is as given below::
@@ -38,11 +38,11 @@ The special keys class (``Keys``) can be imported like this::
38
38
39
39
from selenium.webdriver.common.keys import Keys
40
40
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 )::
42
42
43
43
from selenium.common.exceptions import [TheNameOfTheExceptionClass]
44
44
45
- *Conventions used in the API *
45
+ ** Conventions used in the API * *
46
46
47
47
Some attributes are callable (or methods) and others are non-callable
48
48
(properties). All the callable attributes are ending with round
You can’t perform that action at this time.
0 commit comments