问题标签 [helium]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - Python使用氦在浏览器中打开新标签
您好,我正在尝试使用氦气在浏览器中打开新标签。我试过这个没有成功:
我在https://selenium-python-helium.readthedocs.io/en/latest/api.html?highlight=上真的找不到任何有用的东西
python-3.x - Helium 的 API:无法选择的选择列表选项
学习氦自动化;
我无法使用单击或悬停并单击来选择列表选项。有什么解决办法吗?
例如;
https://bigcrewnow.in/product/iphone-5s-32gb/ - 在页面中有一个颜色选项,可以选择“银色”或任何其他选项;我无法被选中...
selenium - Helium/Selenium Headless browser problem on Centos8
I have been successfully testing this piece of python3 code to automate a login process via helium, on my macbook
It works as intended. When I run it on the terminal, it opens up chrome and follows the instructions. But when I try to run the same code on my centos8 vps server(i have installed exactly the same chrome version and helium version) I encounter a problem.
I try running the same code with -headless parameter
It doesn't log in at all. At the moment I remove headless and sandbox
I get
I was thinking maybe I should install desktop version of centos on my vps? Has anyone encountered this scenario before, if so what was the solution you went with?
Thank you