Hi all,
I am trying to implement integration testing using dash_duo, and it seems like I get the exception in service.py file in the venv, where it does not find the chromedriver path correctly.
I had to install the chromedriver separately and then change the path in service.py file.
Is this any known issue or I am the one facing it?
I want the correct way of performing it.
PS: I have correctly installed dash[testing]