We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 388b730 + 5096e6b commit d001008Copy full SHA for d001008
seleniumbase/__version__.py
@@ -1,2 +1,2 @@
1
# seleniumbase package
2
-__version__ = "4.14.6"
+__version__ = "4.14.7"
seleniumbase/undetected/__init__.py
@@ -277,6 +277,7 @@ def __init__(
277
):
278
config["profile"]["exit_type"] = None
279
fs.seek(0, 0)
280
+ fs.truncate()
281
json.dump(config, fs)
282
logger.debug("Fixed exit_type flag.")
283
except Exception:
0 commit comments