Seleniumフレームワークを最新バージョンにアップグレードしました。コードの実行中に、私は次の例外を受け取る: 例外: org.openqa.selenium.InvalidArgumentException:
Invalid capabilities in alwaysMatch: unhandledPromptBehavior is type boolean instead of str
org.openqa.selenium.remote.SessionNotFoundExceptionが発生しました:IEドライバを使用してgoogle.comを開こうとしているときに、セッションnullが存在しません。次のように 私のコードは次のとおりです。 public class Google {
static WebDriver obj;
public stati