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.

Post url using protractor #82

@Hardcode37

Description

@Hardcode37

Does protractor allow post as well as get. My app requires a post to my api however I can not find a post that allows me to specify the url and params.

I can do this

ptor.get('http://localhost:22222/pathtoapi?params=1');

but I can not do

var params = 1;
ptor.post('http://localhost:22222/', params,);

is this something that maybe added in the future or is it already possible via another method.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions