Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Browser.refresh function does not keep Referer and other header parameters. #4140

@mmikirtumov

Description

@mmikirtumov

In some cases of our business logic we need to refresh the page and keep in request header Referer value and other values. But actually when we use method browser.refresh it does not send all these information in header. In protractor when we do not set ignoreSynchronization=true, protractor using browser.get(href).
And in documentation there is the following

Makes a full reload of the current page and loads mock modules before

We need to have the method to refresh the page and get Referer value from request header without using ignoreSynchronization=true.

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