Hi All,
I am using below code to bringelement into view. It worked everyone in the team for some time but suddenly it has stopped working(does not work me as well). I have not made any code changes.
_desktop.WPFFrameworkElement(//WPFTextBlock[@caption='abcd']).BringIntoView()
Issue:
The step corresponding to above code passes but the method does not scroll the requested cell to a visible position.
I am not sure why is it happening, any help will be appreciated.
I tried scollintoview() but it does not work for me.
Tokci