【GROUPSESSION】chromeでiframeを選択できない
お世話になっております。
GROUPSESSIONでchromeでクリック操作を行いたいのですがSPVエラーでうまく動作しません。
デモ版:https://demo.groupsession.jp/gsession/common/cmn001.do?cmn001Userid=user1&cmn001Passwd=pass&CMD=logout
ユーザID:user1 パスワード:pass
デモ版のログイン画面→インフォメーションの中の「新着の投稿が~件あります。」という箇所がクリックしたい箇所となります。
エラーを起こしたノード
クリック
xpath⇒/html/body/div[2]/table/tbody/tr/td[1]/div[1]/table/tbody/tr[2]/td/span[2]
エラー:SPVエラー
エラー内容:
no such element: Unable to locate element: {"method":"xpath","selector":"//*[@id="information"]/table/tbody/tr[2]/td/span[2]"}
(Session info: chrome=91.0.4472.164)
場所 OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
場所 OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
場所 OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
場所 OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByXPath(String xpath)
場所 OpenQA.Selenium.By.<>c__DisplayClass19_0.<XPath>b__0(ISearchContext context)
場所 OpenQA.Selenium.By.FindElement(ISearchContext context)
場所 OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(By by)
場所 WinActor.Main.Scenario.Operate.Nodes.UserLibrary.Spv.Spvweb.Command.ClickCommand.Execute()
場所 WinActor.Main.Scenario.Operate.Nodes.UserLibrary.Spv.SpvWeb.Run(Object param)
場所 WinActor.Main.Scenario.Operate.Manager.SpecialVariable.SpecialVariableRunClass2.SetValue(String cmd)
試したこととして、
フレーム選択 parents
↓
フレーム選択 child
xpath ⇒ //*[@id="bodyFrame"]
を挟んでみたりしたのですが改善せず
エラーメッセージは下記
no such element: Unable to locate element: {"method":"xpath","selector":"//*[@id="information"]/table/tbody/tr[2]/td/span[2]"}
(Session info: chrome=91.0.4472.164)
場所 OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
場所 OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
場所 OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
場所 OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByXPath(String xpath)
場所 OpenQA.Selenium.By.<>c__DisplayClass19_0.<XPath>b__0(ISearchContext context)
場所 OpenQA.Selenium.By.FindElement(ISearchContext context)
場所 OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(By by)
場所 WinActor.Main.Scenario.Operate.Nodes.UserLibrary.Spv.Spvweb.Command.ClickCommand.Execute()
場所 WinActor.Main.Scenario.Operate.Nodes.UserLibrary.Spv.SpvWeb.Run(Object param)
場所 WinActor.Main.Scenario.Operate.Manager.SpecialVariable.SpecialVariableRunClass2.SetValue(String cmd)
chromeでiframeを選択したい [解決済] | ユーザーフォーラム (winactor.com)
を参考に次のウィンドウに移動のノードも挟んでみたのですが変化ありませんでした・・・。
指定の仕方がダメなのでしょうか・・・?
お手数ですがご教示いただけますと幸いです。
よろしくお願いします。