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 ef0f66c commit a59ddb4Copy full SHA for a59ddb4
py/selenium/webdriver/common/bidi/session.py
@@ -15,7 +15,7 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-from typing import Dict, Optional
+from typing import Optional
19
20
from selenium.webdriver.common.bidi.common import command_builder
21
@@ -77,7 +77,7 @@ def __init__(
77
self.file = file
78
self.prompt = prompt
79
80
- def to_dict(self) -> Dict[str, str]:
+ def to_dict(self) -> dict[str, str]:
81
"""Convert the UserPromptHandler to a dictionary for BiDi protocol.
82
83
Returns:
0 commit comments