You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I open a website and try to use py.performance.get() I get the error in the title.
The recent calls are: Lib\site-packages\pylenium\performance.py", line 75, in get navigation_timing=self.get_navigation_timing(),
Lib\site-packages\pylenium\performance.py", line 93, in get_navigation_timing return NavigationTiming(**navigation)
Lib\site-packages\pydantic\main.py", line 212, in__init__ validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
This only happens on one page and it disappears if I click anything on the page before trying py.performance.get().
The text was updated successfully, but these errors were encountered:
If I open a website and try to use
py.performance.get()
I get the error in the title.The recent calls are: Lib\site-packages\pylenium\performance.py", line 75, in
get
navigation_timing=self.get_navigation_timing(),
Lib\site-packages\pylenium\performance.py", line 93, in
get_navigation_timing
return NavigationTiming(**navigation)
Lib\site-packages\pydantic\main.py", line 212, in
__init__
validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self)
This only happens on one page and it disappears if I click anything on the page before trying
py.performance.get()
.The text was updated successfully, but these errors were encountered: