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 fdf1d42 commit f98555aCopy full SHA for f98555a
pydoll/browser/page.py
@@ -146,7 +146,7 @@ async def get_dialog_message(self) -> str:
146
"""
147
if not await self.has_dialog():
148
raise LookupError('No dialog present on the page')
149
- return self._connection_handler.dialog['message']
+ return self._connection_handler.dialog['params']['message']
150
151
async def accept_dialog(self):
152
0 commit comments