Visual Studio を使用して Selenium テスト スイートをデバッグしています。スロー/キャッチされた例外を壊して、何が欠けているかを見つけたいのですが、C#/Visual Studio は初めてで、何を選択すればよいかわかりません。
例外ブロックの例:
The thread '<No Name>' (0x75ac) has exited with code 0 (0x0).
A first chance exception of type 'OpenQA.Selenium.NoSuchElementException' occurred in WebDriver.dll
A first chance exception of type 'OpenQA.Selenium.NoSuchElementException' occurred in Selenium.WebDriverBackedSelenium.dll
A first chance exception of type 'Selenium.SeleniumException' occurred in Selenium.WebDriverBackedSelenium.dll
The thread '<No Name>' (0x7250) has exited with code 0 (0x0).
コードを修正できるように、最初のチャンスの例外で停止するには何を選択すればよいですか?
ありがとうございました!