Skip to content

Commit a9d6e27

Browse files
sandeepsuryaprasadtitusfortner
authored andcommitted
reverted ie log levels and minimum supported python version to 3.9
1 parent 83a8b91 commit a9d6e27

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

py/python.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
1616
<excludeFolder url="file://$MODULE_DIR$/venv" />
1717
</content>
18-
<orderEntry type="jdk" jdkName="Python 3.11" jdkType="Python SDK" />
18+
<orderEntry type="jdk" jdkName="Python 3.9 (py)" jdkType="Python SDK" />
1919
<orderEntry type="sourceFolder" forTests="false" />
2020
</component>
2121
<component name="sonarModuleSettings">
@@ -25,4 +25,4 @@
2525
<option name="useAlternativeWorkingDir" value="false" />
2626
<option name="workingDirSelection" value="&lt;MODULE&gt;" />
2727
</component>
28-
</module>
28+
</module>

py/selenium/webdriver/ie/service.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ def __init__(
3939
- executable_path : Path to the IEDriver
4040
- port : Port the service is running on
4141
- host : IP address the service port is bound
42-
- log_level : Level of logging of service, may be "DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL".
43-
Default is "WARNING".
42+
- log_level : Level of logging of service, may be "FATAL", "ERROR", "WARN", "INFO", "DEBUG", "TRACE".
43+
Default is "FATAL".
4444
- log_output: (Optional) int representation of STDOUT/DEVNULL, any IO instance or String path to file.
4545
Default is "stdout".
4646
"""

0 commit comments

Comments
 (0)