Skip to content

Click won't work #22

@matze-berg

Description

@matze-berg

When i parse google.com (f.e.) and fill the form with test and hit submit, the url will be wrong.
So there is a url-check needed. For example:

if (filter_var($action, FILTER_VALIDATE_URL) === false) {
$action = $this->current_url().'/'.ltrim($action, '/');
}

Same for the Href-Attribute.
This should be added in all Drivers and then it will work how it should work. :)

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