Scroll inside an element like dropdown or table list items in webdriverIO

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 6

  • @natak7847
    @natak7847 Рік тому

    Oh, finally all those scrolling scripts came together in my head! Thank you so much for clear explanation!

  • @chikuandchaploon2518
    @chikuandchaploon2518 2 роки тому +1

    What I have to do if I want scroll until the end without looking for any element?

  • @russo2023co
    @russo2023co Рік тому

    I do not see the list of methods in the drop-down menu after the period. Is there a setting I need to change?

    • @qavbox
      @qavbox  Рік тому

      Refer to below link for autocompletion webdriver.io/docs/autocompletion/

    • @russo2023co
      @russo2023co Рік тому

      @@qavbox Thanks for the info. I was explicitly referring to methods like .scrollTop when you were executing js code in the Dev Tools console. I tried the same on a table element and did not get the .scrollTop option or any other methods.