Skip to content

[🐛 Bug]: Documentation > WebDriver > Drivers > Options > v4.0 -- code examples differ across programming languages #1983

Closed
@zipperer

Description

@zipperer

What happened?

This is a minor issue.

The code examples in these sections:

differ across programming languages.

For example

  1. in the browsername section, the Java example differs from the Python and Ruby examples. The Java example creates an options object and inspects the browser name attribute, as the section header suggests. The Python and Ruby examples only create the options object.

20241006-selenium-website-codeblock-java-get-options-instance-attribute
20241006-selenium-website-codeblock-python-make-options-instance-and-do-not-get-attribute

  1. in the pageLoadStrategy section, some examples set options and make a driver, while other examples do that and also get a page and quit.

What browsers and operating systems are you seeing the problem on?

Browser: Brave version 1.69.153
OS: MacOS version 12.7.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions