dy自动化遇到的滑动问题

DrissionPage滚动页面问题

一般是这样:

driver.scroll.to_bottom()

但是dy得这样:

e = driver.ele('x://div@class="parent-route-container route-scroll-container IhmVuo1S"')

e.scroll.to_bottom()

查找滑动容器方法之一:

控制台输入:

复制代码
        // 查找所有可滚动的元素
    let scrollableElements = Array.from(document.querySelectorAll('*')).filter(el => {
        return el.scrollHeight > el.clientHeight && 
            (el.style.overflow === 'auto' || el.style.overflow === 'scroll' ||
                getComputedStyle(el).overflow === 'auto' || getComputedStyle(el).overflow === 'scroll');
    });

    console.log('可滚动元素:', scrollableElements);
    scrollableElements.forEach((el, i) => {
        console.log(`元素 ${i}:`, el);
        console.log('类名:', el.className);
        console.log('标签名:', el.tagName);
    });
相关推荐
jerryinwuhan5 小时前
《系统部署与运维》开篇 课程介绍
运维
科技绘图7 小时前
快鲸GEO vs 传统AI搜索优化:全链路自动化与高效内容生产在转化闭环上的对比
数据库·人工智能·自动化
我是谁??7 小时前
Ubuntu22.04更换清华源
linux·运维·服务器
Shell运维手记8 小时前
Linux 常用基础命令学习笔记
linux·运维·笔记·学习·算法·github
朴马丁8 小时前
国际与国产PLM在精细化工赛道的布局:2026年主要厂商技术特色
大数据·运维·人工智能·流程行业plm·化工新材料
Elastic 中国社区官方博客9 小时前
Elasticsearch:使用 AI Agent 来创建 workflow
大数据·运维·人工智能·elasticsearch·搜索引擎·自动化·全文检索
测试运维日常笔记9 小时前
Linux系统安装配置TigerVNC服务器完整指南
linux·运维·服务器
喜欢的名字被抢了10 小时前
程序出问题怎么查,以及如何让它不掉线
java·运维·数据库
雾时之林10 小时前
Linux----cron定时服务
linux·运维·服务器
壹玖玖肆11 小时前
医院后勤智能运维系统实用性评测
运维