Skip to content

Commit e886c6e

Browse files
committed
add comment
1 parent 571508c commit e886c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def write_css_properties(
270270
self, file_path: str, element: WebElement, driver: Firefox, chrome=False
271271
):
272272
"""
273-
Executes JavaScript to get all of the CSS properties of a WebElement then dumps it in the specified file path location
273+
Executes JavaScript to get all of the CSS properties of a WebElement then dumps it in the specified file path location. Outputs in JSON format
274274
"""
275275
css_properties = ""
276276
if chrome:

0 commit comments

Comments
 (0)