I am having problem with chimp.js configuration. When I run tests the browser is not using provided host / post. I tried many things but without success. Does anyone know how to set up it properly? Please find my config in screenshot provided.
Asked
Active
Viewed 83 times
2 Answers
1
When the browser first starts, it defaults to data;
. You need to navigate somewhere first.
The host and port settings are not related to browsing. They tell Chimp where the Selenium server is, which by default is chromedriver.

Xolv.io
- 2,483
- 1
- 15
- 17
-
no problem. please accept this answer if it works :) – Xolv.io Jan 23 '18 at 22:33