Skip to content

withTagName has no JavaScript reference documentation #9559

@mitchcurtis

Description

@mitchcurtis

🐛 Bug Report

There doesn't appear to be any documentation for withTagName:

https://www.selenium.dev/selenium/docs/api/javascript/module/selenium-webdriver/

Git blame says 13f415b added it.

In the Java bindings, withTagName was removed altogether:

6a3f867

Is this API expected to stay? Judging from the code, it is public at least:

// PUBLIC API
module.exports = {
By: By,
RelativeBy: RelativeBy,
withTagName: withTagName,
checkedLocator: check,
}

Environment

OS: Windows 10
Browser: Firefox
Browser version: 89.0 (64-bit)
Browser Driver version: geckodriver 0.29.1 (970ef713fe58 2021-04-08 23:34 +0200)
Language Bindings version: ?

Metadata

Metadata

Labels

C-nodejsJavaScript Bindings

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions