im trying to get my BrowserType from the setting of my ConfigFile
into a variable of type BrowserType i write Ctype(Config(“KeyOfBrowserInConfig”), BrowserType)
but i keep on getting an error message stating that i cannot convert integer into BrowserType
why is that/ what can i do?