Skip to content

ScrollToVisible() seems broken on the latest version of chrome #36

@mrmatrose

Description

@mrmatrose

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions