scrollintoview

  1. PHaRTnONu

    Scroll to Bottom of page for hidden content

    So i always see this asked and the answer is always "Scroll into view" "Mouse wheel emulation" im looking for a solution to where it knows the conent is done loading. IE i have a page with a FINITE amount of content in it. but i need to fully load all the hidden content, i dont know where it in...
  2. T

    How to emulate scroll down to specified element?

    As title, how to emulate scroll down to specified element? I have tried this C# code as below, but no move: HtmlElement he = instance.ActiveTab.MainDocument.FindElementByAttribute("div", "id", "7_0", "text", 0); if (!he.IsVoid) { he.ScrollIntoView()...
  3. JetBalance

    Помогите с C#

    Подскажите что я делаю не так. Когда вставляю в код перемененную, он перестаёт работать. HtmlElement he = instance.ActiveTab.MainDocument.FindElementByAttribute("span", "id", "project.Variables["id_group"].Value", "text", 0); he.ScrollIntoView(); Что нужно добавить чтобы работало?