-1
だから私は再初期化するリモートwebdriverを
静的webdriverを拡張クラスでそれを呼び出すことによって再インスタンス私のリモートwebdriverをしようとしてきたpublic static void WaitForForm(this RemoteWebDriver rwd, string form)
{
rwd = new IOSDriver<IOSElement>(new Uri("http://127.0.0.1:4723/"),
appCapabilities);
rwd.WaitUntil(drv => rwd.Title == form);
}
私は次のエラーを取得する:
An unknown error occurred in the remote end while processing the command.
内部例外とスタックトレースをチェックしましたか? – Shahin
@shaahinはい残念ながら、これ以上の情報はありません – Vegthetics