Skip to content

Commit f2d924a

Browse files
committed
Added missing import for new Locator type
1 parent d4c141d commit f2d924a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/SeleniumLibrary/keywords/formelement.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
from SeleniumLibrary.base import LibraryComponent, keyword
2424
from SeleniumLibrary.errors import ElementNotFound
25+
from SeleniumLibrary.utils.types import Locator
2526

2627

2728
class FormElementKeywords(LibraryComponent):

0 commit comments

Comments
 (0)