We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038cfd7 commit 11cf85dCopy full SHA for 11cf85d
phantomime/phantomime.py
@@ -261,6 +261,14 @@ def get_page_title() -> str:
261
return _driver.title
262
263
264
+@decorators._must_have_driver_initialized
265
+def get_page_url() -> str:
266
+ """
267
+ Returns the URL of the current page.
268
269
+ return _driver.current_url
270
+
271
272
@decorators._must_have_driver_initialized
273
def scroll_page():
274
"""
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='phantomime',
5
- version='v2.5.0-alpha',
+ version='v2.6.0-alpha',
6
packages=find_packages(),
7
url='https://github.com/psyb0t/phantomime',
8
license='WTFPL',
0 commit comments