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 1f5a500 commit 730bc31Copy full SHA for 730bc31
appium/webdriver/webelement.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-from typing import TYPE_CHECKING, Callable, Dict, Optional, Union
+from typing import TYPE_CHECKING, Callable, Dict, Optional, Union, List
16
17
from selenium.webdriver.common.utils import keys_to_typing
18
from selenium.webdriver.remote.command import Command as RemoteCommand
0 commit comments