value paramsSeq is not a member of io.gatling.http.request.builder.HttpRequestWithParamsBuilder

So I’m trying the similar simulations with this piece of code:
def switchTo(id: String) = {
postIt(“roleSwitch”, “/”, “0-1.”

  • iFormSubmitListener + “-headerPanel-roleSwitch”, “”)
    .paramsSeq(Seq(
    (“choice”, “company”),
    (“method”, “handle”),
    (“companySelect”, id)))
    }

It compiled well in the morning, but now something got updated and I’m getting the same error:
value paramsSeq is not a member of io.gatling.http.request.builder.HttpRequestWithParamsBuilder

https://github.com/excilys/gatling/issues/2003