Skip to content

Commit 0a7784b

Browse files
authored
Merge pull request #32 from pemn/master
crash bug due to missing ENUM
2 parents 5463a5f + 69e8bc6 commit 0a7784b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cdp/page.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ class ClientNavigationReason(enum.Enum):
617617
META_TAG_REFRESH = "metaTagRefresh"
618618
PAGE_BLOCK_INTERSTITIAL = "pageBlockInterstitial"
619619
RELOAD = "reload"
620+
ANCHOR_CLICK = "anchorClick"
620621

621622
def to_json(self) -> str:
622623
return self.value

0 commit comments

Comments
 (0)