-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[js] Add JS comments for BiDi related files #13763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
PR Description updated to latest commit (fa72e55)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
User description
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Add JS comments for BiDi-related files.
Motivation and Context
Ensure API docs are available for BiDi.
Types of changes
Checklist
Type
enhancement
Description
Changes walkthrough
28 files
addInterceptParameters.js
Add JS Doc Comments for AddInterceptParametersjavascript/node/selenium-webdriver/bidi/addInterceptParameters.js
AddInterceptParametersclass and its methods.browser.js
Add JS Doc Comments for Browser Modulejavascript/node/selenium-webdriver/bidi/browser.js
Browserclass and its methods.browsingContext.js
Add JS Doc Comments for BrowsingContext and Related Classesjavascript/node/selenium-webdriver/bidi/browsingContext.js
BrowsingContextclass,Locatorclass,NavigateResultclass, andPrintResultclass.nodes.
browsingContextInspector.js
Add JS Doc Comments for BrowsingContextInspectorjavascript/node/selenium-webdriver/bidi/browsingContextInspector.js
BrowsingContextInspectorclass and its methods.browsingContextTypes.js
Add JS Doc Comments for BrowsingContext Typesjavascript/node/selenium-webdriver/bidi/browsingContextTypes.js
BrowsingContextInfoandNavigationInfoclasses.captureScreenshotParameters.js
Add JS Doc Comments for CaptureScreenshotParametersjavascript/node/selenium-webdriver/bidi/captureScreenshotParameters.js
CaptureScreenshotParametersclass and itsmethods.
clipRectangle.js
Add JS Doc Comments for ClipRectangle Classesjavascript/node/selenium-webdriver/bidi/clipRectangle.js
ClipRectangle,ElementClipRectangle, andBoxClipRectangleclasses.continueRequestParameters.js
Add JS Doc Comments for ContinueRequestParametersjavascript/node/selenium-webdriver/bidi/continueRequestParameters.js
ContinueRequestParametersclass and itsmethods.
continueResponseParameters.js
Add JS Doc Comments for ContinueResponseParametersjavascript/node/selenium-webdriver/bidi/continueResponseParameters.js
ContinueResponseParametersclass and itsmethods.
cookieFilter.js
Add JS Doc Comments for CookieFilterjavascript/node/selenium-webdriver/bidi/cookieFilter.js
CookieFilterclass and its methods.evaluateResult.js
Add JS Doc Comments for EvaluateResult and Related Classesjavascript/node/selenium-webdriver/bidi/evaluateResult.js
EvaluateResultType,EvaluateResultSuccess,EvaluateResultException, andExceptionDetailsclasses.input.js
Add JS Doc Comments for Input Modulejavascript/node/selenium-webdriver/bidi/input.js
Inputclass and its methods.interceptPhase.js
Add JS Doc Comments for InterceptPhasejavascript/node/selenium-webdriver/bidi/interceptPhase.js
InterceptPhaseenum.logEntries.js
Add JS Doc Comments for LogEntries and Related Classesjavascript/node/selenium-webdriver/bidi/logEntries.js
BaseLogEntry,GenericLogEntry,ConsoleLogEntry,and
JavascriptLogEntryclasses.network.js
Add JS Doc Comments for Network Modulejavascript/node/selenium-webdriver/bidi/network.js
Networkclass and its methods.networkTypes.js
Add JS Doc Comments for Network Typesjavascript/node/selenium-webdriver/bidi/networkTypes.js
SameSite,BytesValue,Header,Cookie,FetchTimingInfo,RequestData,BaseParameters,Initiator,BeforeRequestSent,FetchError,ResponseData, andResponseStartedclasses.
partialCookie.js
Add JS Doc Comments for PartialCookiejavascript/node/selenium-webdriver/bidi/partialCookie.js
PartialCookieclass and its methods.partitionDescriptor.js
Add JS Doc Comments for PartitionDescriptor and Related Classesjavascript/node/selenium-webdriver/bidi/partitionDescriptor.js
PartitionDescriptor,BrowsingContextPartitionDescriptor, andStorageKeyPartitionDescriptorclasses.
partitionKey.js
Add JS Doc Comments for PartitionKeyjavascript/node/selenium-webdriver/bidi/partitionKey.js
PartitionKeyclass.protocolType.js
Add JS Doc Comments for Protocol Typesjavascript/node/selenium-webdriver/bidi/protocolType.js
PrimitiveType,NonPrimitiveType,RemoteType,and
SpecialNumberTypeenums.protocolValue.js
Add JS Doc Comments for ProtocolValue and Related Classesjavascript/node/selenium-webdriver/bidi/protocolValue.js
LocalValue,RemoteValue,ReferenceValue,RegExpValue,SerializationOptions, andChannelValueclasses.provideResponseParameters.js
Add JS Doc Comments for ProvideResponseParametersjavascript/node/selenium-webdriver/bidi/provideResponseParameters.js
ProvideResponseParametersclass and itsmethods.
realmInfo.js
Add JS Doc Comments for RealmInfo and Related Classesjavascript/node/selenium-webdriver/bidi/realmInfo.js
RealmType,RealmInfo, andWindowRealmInfoclasses.
resultOwnership.js
Add JS Doc Comments for ResultOwnershipjavascript/node/selenium-webdriver/bidi/resultOwnership.js
ResultOwnershipenum.scriptManager.js
Add JS Doc Comments for ScriptManagerjavascript/node/selenium-webdriver/bidi/scriptManager.js
ScriptManagerclass and its methods.scriptTypes.js
Add JS Doc Comments for ScriptTypesjavascript/node/selenium-webdriver/bidi/scriptTypes.js
MessageandSourceclasses.storage.js
Add JS Doc Comments for Storage Modulejavascript/node/selenium-webdriver/bidi/storage.js
Storageclass and its methods.urlPattern.js
Add JS Doc Comments for UrlPatternjavascript/node/selenium-webdriver/bidi/urlPattern.js
UrlPatternclass and its methods.