Skip to content

waitForText() docblock is missing a @param #149

@rhuijts

Description

@rhuijts

The Webdriver::waitForText() method has three parameters, but the first one does not have a @param entry in the docblock.

    /**
     * Waits up to $timeout seconds for the given string to appear on the page.
     *
     * ...
     *
     * @param int $timeout seconds
     * @param null|string|array|WebDriverBy $selector
     * @throws Exception
     */
    public function waitForText(string $text, int $timeout = 10, $selector = null): void

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions