VINAGHOST
VINAGHOST
 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
@Delta456, so no workaround?
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); ```