Results 19 comments of VINAGHOST

![image](https://user-images.githubusercontent.com/29301246/235410665-b9d78f69-a012-4c11-bf33-a2b8ca6a8c36.png) Change how auto troop setting it should be friendly UI now

Build is download from [here](https://nightly.link/Erol444/TravianBotSharp/actions/runs/4848428256)

it should re-login itself but seem like auto detect login page is broken

ready for review but don't merge still need more review

droped until i finish #69

can new BiDirectional feature downgrade Chrome version ? or you mean it can help to enable the flag needed for --load-extension ?

@cgoldberg uhm, how do you load packed extension ? I followed [this](https://developer.chrome.com/docs/chromedriver/extensions) and [this ](https://www.selenium.dev/documentation/webdriver/browsers/chrome/), it gave the result as above. I have 3 files crx and their path is...

I confirm that it works c# example ```cs var options = new ChromeOptions(); options.AddExtensions(_extensionsPath); options.AddArgument("--disable-features=DisableLoadExtensionCommandLineSwitch"); var driver = new ChromeDriver(options); ```