fix(api): make Page.screencast a property instead of a method#39711
fix(api): make Page.screencast a property instead of a method#39711pavelfeldman merged 1 commit intomicrosoft:mainfrom
Conversation
8009ce2 to
10e39e7
Compare
Page.screencast was accidentally defined as a method. It should be a readonly property, consistent with keyboard, mouse, touchscreen, etc.
10e39e7 to
1e4645d
Compare
Test results for "MCP"5339 passed, 186 skipped Merge workflow run. |
Test results for "tests 1"9 failed 5 flaky38767 passed, 847 skipped Merge workflow run. |
Summary
Page.screencastwas accidentally defined as a method; changed it to a readonly property, consistent withkeyboard,mouse,touchscreen, etc.