Skip to content

waitForText() docblock is missing a @param #149

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions