From 57a1c1d3b9ef11a9d01d7ce583957889a8b313b7 Mon Sep 17 00:00:00 2001 From: Marek Dlugajczyk Date: Mon, 8 Aug 2022 22:30:06 +0200 Subject: [PATCH] Add code snippet explanation [ci skip] --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 5579c01..f864171 100644 --- a/README.rst +++ b/README.rst @@ -147,6 +147,8 @@ Fixtures """ return {"service_log_path": Path("/log/directory/geckodriver.log")} +The snippet below configures Chrome to ignore certificate errors and sets a specific window size + .. code-block:: python import pytest