File tree Expand file tree Collapse file tree 4 files changed +3
-9
lines changed
src/SeleniumLibrary/keywords Expand file tree Collapse file tree 4 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1313# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414# See the License for the specific language governing permissions and
1515# limitations under the License.
16- from typing import Union , List
17-
18- from selenium .webdriver .remote .webelement import WebElement
1916
2017from SeleniumLibrary .base import LibraryComponent , keyword
2118from SeleniumLibrary .utils .types import Locator
Original file line number Diff line number Diff line change 1313# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414# See the License for the specific language governing permissions and
1515# limitations under the License.
16+
1617import os
17- from typing import Optional , Union , List
18+ from typing import Optional , Union
1819from base64 import b64decode
1920
2021from robot .utils import get_link_path
21- from selenium .webdriver .remote .webelement import WebElement
2222from selenium .webdriver .common .print_page_options import PrintOptions , Orientation
2323
2424from SeleniumLibrary .base import LibraryComponent , keyword
Original file line number Diff line number Diff line change 1313# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1414# See the License for the specific language governing permissions and
1515# limitations under the License.
16- from typing import Union , List
1716
1817from selenium .webdriver .common .by import By
19- from selenium .webdriver .remote .webelement import WebElement
2018
2119from SeleniumLibrary .base import LibraryComponent , keyword
2220from SeleniumLibrary .utils .types import Locator
Original file line number Diff line number Diff line change 1616
1717import time
1818from datetime import timedelta
19- from typing import Optional , Union , List
19+ from typing import Optional
2020
2121from selenium .common .exceptions import StaleElementReferenceException
22- from selenium .webdriver .remote .webelement import WebElement
2322
2423from SeleniumLibrary .base import LibraryComponent , keyword
2524from SeleniumLibrary .errors import ElementNotFound
You can’t perform that action at this time.
0 commit comments