Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 68e00e1

Browse files
committed
remover 'static' of getCurrentBrowser method
1 parent 6b3b3ec commit 68e00e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/markusbernhardt/seleniumlibrary/CustomRobotDriverElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ private static SeleniumLibrary getLibraryInstance() throws ScriptException {
3838
return (SeleniumLibrary) engine.get("instance");
3939
}
4040

41-
protected static WebDriver getCurrentBrowser() {
41+
protected WebDriver getCurrentBrowser() {
4242
return b.getCurrentWebDriver();
4343
}
4444

0 commit comments

Comments
 (0)