Skip to content

go to specific url #133

@iateadonut

Description

@iateadonut

How can I go to a specific url after visit()?
For example, I'd like to:
$this->visit('/login')
->type('me@email.com', 'email')
->type('pword', 'password')
->click('submit')

and then:
->goto('arbitrary/url')

within the same web browser, so my user is still logged in and can to an arbitrary url.

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