-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[js] Add JS comments for BiDi related files #13763
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 AddInterceptParameters
javascript/node/selenium-webdriver/bidi/addInterceptParameters.js
AddInterceptParameters
class and its methods.browser.js
Add JS Doc Comments for Browser Module
javascript/node/selenium-webdriver/bidi/browser.js
Browser
class and its methods.browsingContext.js
Add JS Doc Comments for BrowsingContext and Related Classes
javascript/node/selenium-webdriver/bidi/browsingContext.js
BrowsingContext
class,Locator
class,NavigateResult
class, andPrintResult
class.nodes.
browsingContextInspector.js
Add JS Doc Comments for BrowsingContextInspector
javascript/node/selenium-webdriver/bidi/browsingContextInspector.js
BrowsingContextInspector
class and its methods.browsingContextTypes.js
Add JS Doc Comments for BrowsingContext Types
javascript/node/selenium-webdriver/bidi/browsingContextTypes.js
BrowsingContextInfo
andNavigationInfo
classes.captureScreenshotParameters.js
Add JS Doc Comments for CaptureScreenshotParameters
javascript/node/selenium-webdriver/bidi/captureScreenshotParameters.js
CaptureScreenshotParameters
class and itsmethods.
clipRectangle.js
Add JS Doc Comments for ClipRectangle Classes
javascript/node/selenium-webdriver/bidi/clipRectangle.js
ClipRectangle
,ElementClipRectangle
, andBoxClipRectangle
classes.continueRequestParameters.js
Add JS Doc Comments for ContinueRequestParameters
javascript/node/selenium-webdriver/bidi/continueRequestParameters.js
ContinueRequestParameters
class and itsmethods.
continueResponseParameters.js
Add JS Doc Comments for ContinueResponseParameters
javascript/node/selenium-webdriver/bidi/continueResponseParameters.js
ContinueResponseParameters
class and itsmethods.
cookieFilter.js
Add JS Doc Comments for CookieFilter
javascript/node/selenium-webdriver/bidi/cookieFilter.js
CookieFilter
class and its methods.evaluateResult.js
Add JS Doc Comments for EvaluateResult and Related Classes
javascript/node/selenium-webdriver/bidi/evaluateResult.js
EvaluateResultType
,EvaluateResultSuccess
,EvaluateResultException
, andExceptionDetails
classes.input.js
Add JS Doc Comments for Input Module
javascript/node/selenium-webdriver/bidi/input.js
Input
class and its methods.interceptPhase.js
Add JS Doc Comments for InterceptPhase
javascript/node/selenium-webdriver/bidi/interceptPhase.js
InterceptPhase
enum.logEntries.js
Add JS Doc Comments for LogEntries and Related Classes
javascript/node/selenium-webdriver/bidi/logEntries.js
BaseLogEntry
,GenericLogEntry
,ConsoleLogEntry
,and
JavascriptLogEntry
classes.network.js
Add JS Doc Comments for Network Module
javascript/node/selenium-webdriver/bidi/network.js
Network
class and its methods.networkTypes.js
Add JS Doc Comments for Network Types
javascript/node/selenium-webdriver/bidi/networkTypes.js
SameSite
,BytesValue
,Header
,Cookie
,FetchTimingInfo
,RequestData
,BaseParameters
,Initiator
,BeforeRequestSent
,FetchError
,ResponseData
, andResponseStarted
classes.
partialCookie.js
Add JS Doc Comments for PartialCookie
javascript/node/selenium-webdriver/bidi/partialCookie.js
PartialCookie
class and its methods.partitionDescriptor.js
Add JS Doc Comments for PartitionDescriptor and Related Classes
javascript/node/selenium-webdriver/bidi/partitionDescriptor.js
PartitionDescriptor
,BrowsingContextPartitionDescriptor
, andStorageKeyPartitionDescriptor
classes.
partitionKey.js
Add JS Doc Comments for PartitionKey
javascript/node/selenium-webdriver/bidi/partitionKey.js
PartitionKey
class.protocolType.js
Add JS Doc Comments for Protocol Types
javascript/node/selenium-webdriver/bidi/protocolType.js
PrimitiveType
,NonPrimitiveType
,RemoteType
,and
SpecialNumberType
enums.protocolValue.js
Add JS Doc Comments for ProtocolValue and Related Classes
javascript/node/selenium-webdriver/bidi/protocolValue.js
LocalValue
,RemoteValue
,ReferenceValue
,RegExpValue
,SerializationOptions
, andChannelValue
classes.provideResponseParameters.js
Add JS Doc Comments for ProvideResponseParameters
javascript/node/selenium-webdriver/bidi/provideResponseParameters.js
ProvideResponseParameters
class and itsmethods.
realmInfo.js
Add JS Doc Comments for RealmInfo and Related Classes
javascript/node/selenium-webdriver/bidi/realmInfo.js
RealmType
,RealmInfo
, andWindowRealmInfo
classes.
resultOwnership.js
Add JS Doc Comments for ResultOwnership
javascript/node/selenium-webdriver/bidi/resultOwnership.js
ResultOwnership
enum.scriptManager.js
Add JS Doc Comments for ScriptManager
javascript/node/selenium-webdriver/bidi/scriptManager.js
ScriptManager
class and its methods.scriptTypes.js
Add JS Doc Comments for ScriptTypes
javascript/node/selenium-webdriver/bidi/scriptTypes.js
Message
andSource
classes.storage.js
Add JS Doc Comments for Storage Module
javascript/node/selenium-webdriver/bidi/storage.js
Storage
class and its methods.urlPattern.js
Add JS Doc Comments for UrlPattern
javascript/node/selenium-webdriver/bidi/urlPattern.js
UrlPattern
class and its methods.