seldom icon indicating copy to clipboard operation
seldom copied to clipboard

Seldom automation testing framework based on unittest

Results 110 seldom issues
Sort by recently updated
recently updated
newest added

seldom+uiautomator2,使用po模式时,elem事件的describe的描述中不打印出来 ![img_v3_02bg_82582407-1fe3-472a-a844-62695fe7f80g](https://github.com/SeldomQA/seldom/assets/16829247/5c0367ad-af1b-4182-ad89-a0dd89b1768a)

![1d9b7aeb3d8f4415b85a77969d5cf78](https://github.com/SeldomQA/seldom/assets/20430275/6070d5ac-cfb4-4f34-aa24-ce1ac2151f19) ![b42554b746150c1c85718d8fe60a788](https://github.com/SeldomQA/seldom/assets/20430275/a6304c1a-f691-4d79-a64d-53163f71ebf7)

测试代码如下 ``` import seldom from seldom import Steps class Test(seldom.TestCase): def test_key(self): Steps().open("https://www.baidu.com").find("#kw").type("seldom").find("#su").click() # self.open("https://www.baidu.com") # # 输入 seldomm # self.Keys(css="#kw").input("seldomm") if __name__ == '__main__': seldom.main(browser="gc", debug=True) ``` ``` selenium.common.exceptions.InvalidArgumentException:...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) to 5.4.8 and updates ancestor dependencies [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [vuepress-vite](https://github.com/vuepress/vuepress-next) and [vuepress](https://github.com/vuejs/vuepress/tree/HEAD/packages/vuepress). These dependencies need to be updated together. Updates `vite` from 4.3.9 to 5.4.8 Release notes Sourced from vite's...

dependencies
javascript

Bumps [webpack](https://github.com/webpack/webpack) from 5.87.0 to 5.95.0. Release notes Sourced from webpack's releases. v5.95.0 Bug Fixes Fixed hanging when attempting to read a symlink-like file that it can't read Handle default...

dependencies
javascript

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 43.0.1. Changelog Sourced from cryptography's changelog. 43.0.1 - 2024-09-03 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2. .. _v43-0-0: 43.0.0...

dependencies
python

Bumps [rollup](https://github.com/rollup/rollup) from 3.25.1 to 3.29.5. Release notes Sourced from rollup's releases. v3.29.4 3.29.4 2023-09-28 Bug Fixes Fix static analysis when an exported function uses callbacks (#5158) Pull Requests #5158:...

dependencies
javascript

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies
javascript

【问题】HTML报告中的用例描述没有显示出来。 请帮忙看看谢谢!

没有写好的方法直接获取数据结果吗?