File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
py/selenium/webdriver/safari Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -70,43 +70,43 @@ class Options(ArgOptions):
7070 automatic_inspection = _SafariOptionsDescriptor (AUTOMATIC_INSPECTION , bool )
7171 """Get or Set Automatic Inspection value:
7272
73- Usage
74- -----
73+ Usage:
74+ ------
7575 - Get
7676 - `self.automatic_inspection`
7777 - Set
7878 - `self.automatic_inspection` = `value`
7979
80- Parameters
81- ----------
80+ Parameters:
81+ -----------
8282 `value`: `bool`
8383 """
8484 automatic_profiling = _SafariOptionsDescriptor (AUTOMATIC_PROFILING , bool )
8585 """Get or Set Automatic Profiling value:
8686
87- Usage
88- -----
87+ Usage:
88+ ------
8989 - Get
9090 - `self.automatic_profiling`
9191 - Set
9292 - `self.automatic_profiling` = `value`
9393
94- Parameters
95- ----------
94+ Parameters:
95+ -----------
9696 `value`: `bool`
9797 """
9898 use_technology_preview = _SafariOptionsDescriptor (SAFARI_TECH_PREVIEW , bool )
9999 """Get and Set Technology Preview:
100100
101- Usage
102- -----
101+ Usage:
102+ ------
103103 - Get
104104 - `self.use_technology_preview`
105105 - Set
106106 - `self.use_technology_preview` = `value`
107107
108- Parameters
109- ----------
108+ Parameters:
109+ -----------
110110 `value`: `bool`
111111 """
112112
You can’t perform that action at this time.
0 commit comments