Thank you everyone for your help. Sorry for late response. The simple solution that i found was instead of doing optionss = Options(), do optionss = ChromeOptions()
optionss = Options()
optionss = ChromeOptions()
So simple but yet so weird