-
**Hello @kensoh, I am Chinese, I think there is a problem with tagui for python handling of Chinese characters, For example:**
`r.type('//*[@name="q"]', '撒') # google search input type test, It wi…
-
The image is my code
-
> numpy.distutils.system_info.NotFoundError: no lapack/blas resources found
> ----------------------------------------
> Rolling back uninstall of scipy
> Moving to /home/user/python_projects/tes…
-
anyone has similar issues?
```
`Python 3.9.7 (tags/v3.9.7:1016ef3, Aug 30 2021, 20:19:38) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more informat…
-
比如在chrome安装了一个插件,它的浏览器地址 chrome-extension://*******/options.html#nav=utils
我想使用tagui 对浏览器插件的管理页面做一些操作
tagui 无法打开这个地址 chrome-extension://*******/options.html#nav=utils
请问如何处理或者其他的处理方式?
-
-
js begin
var ifm document. getElementsByTagName('iframe');
js finish
echo `ifm`
我现在是这么写的 但是好像是错误的
-
js begin
const fs = require('fs');
fs.copyFile('C:\\aa\\PC\\Desktop\\source.txt', 'C:\\aa\\PC\\Desktop\\source1.txt', (err) => {
if (err) throw err;
console.log('文件拷贝成功!');
…
-
**This is my code**:
`
import rpa as r
def main():
r.init()
if __name__ == '__main__':
main()
`
When executed using `python main.py`
**The following error occurred**:
`
(v…
-
环境:阿里云
系统:Ubuntu22.04
![Snipaste_2024-07-09_18-23-06](https://github.com/tebelorg/RPA-Python/assets/3130422/acb8c08a-bec8-409e-9f70-a36f15a819b2)
测试代码如下:
```python
import rpa as r
import pyvirtu…