I am getting the chromedriver.exe from a path from my pc:
executable_path='C:\programs\chromedriver.exe'
Is there a way to get it from the current source direcotry for my python project which is called 'SRC' Basically can it be done using a relative path not an absolute one, so when i move the whole project (SRC folder) to another PC to be able to run the same webdriver?