Recorded Simulation issue

I have creating simulation by using recording feature. I am getting compile time error in the generated simulation class. Please refer the sample below.

ScenarioBuilder scn = scenario(“DemoSimulation”) // ‘.’ operator is missing
exec(
http(“request_0”)
.get(“/path”)
);

If I manually insert the ‘.’ operator, its working fine but it should be generated automatically. I am also attaching the screenshot.

I am using gatling-charts-highcharts-bundle-3.8.2 for recording.

It’s a Issue for that:

Try version 3.8.3 - It’s available from yesterday and should have fix for that :slight_smile:

1 Like

Thank you GeMi, I will try using the latest version and will let you know if it is working or not.