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.
1 parent 6819795 commit 5fd8265Copy full SHA for 5fd8265
java/spotbugs-excludes.xml
@@ -155,6 +155,11 @@
155
<Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
156
</Match>
157
158
+ <Match>
159
+ <Class name="org.openqa.selenium.safari.SafariTechPreviewDriverService"/>
160
+ <Bug pattern="DMI_HARDCODED_ABSOLUTE_FILENAME"/>
161
+ </Match>
162
+
163
<Match>
164
<Class name="org.openqa.selenium.support.locators.RelativeLocator$RelativeBy" />
165
<Bug pattern="UPM_UNCALLED_PRIVATE_METHOD" />
0 commit comments