I had some code like SomeElement.ScrollToVisible(); and it used to work, and I have not changed it, all of a sudden scroll to visible has stopped working. It just hangs
I use chrome as my browser and this is my action:
public void ApproveSupervisorRequisition()
{
App.Browser.WaitUntilReady();
SupervisorApproveRadBtn.ScrollToVisible(); //it just hangs here ...
SupervisorApproveRadBtn.Click();
Submit.Click();
OkBtn.Click();
App.Browser.WaitUntilReady();
}
I think scroll to visible works with old versions of chrome ... after a few updates on my chrome browser to the latest which is Version 110.0.5481.97 (Official Build) (64-bit) .... ScrollToVisible() stopped working
I had some code like SomeElement.ScrollToVisible(); and it used to work, and I have not changed it, all of a sudden scroll to visible has stopped working. It just hangs
I use chrome as my browser and this is my action:
public void ApproveSupervisorRequisition()
{
App.Browser.WaitUntilReady();
SupervisorApproveRadBtn.ScrollToVisible(); //it just hangs here ...
SupervisorApproveRadBtn.Click();
Submit.Click();
OkBtn.Click();
App.Browser.WaitUntilReady();
}
I think scroll to visible works with old versions of chrome ... after a few updates on my chrome browser to the latest which is Version 110.0.5481.97 (Official Build) (64-bit) .... ScrollToVisible() stopped working