你好,我使用selenium-side-runner使用store-text命令将html表内容获取到变量中,然后用echo-打印它
我想要的是将表中存储的文本保存到.txt文件中,现在im使用powershell和"gt;example.txt";类似的参数
Selenium-side-runner table.side > salida.txt
但输出中没有存储变量,只是存储硒结果
提前谢谢!
selenium-side-runner -c "browserName=firefox moz:firefoxOptions.args=[-headless]" project.side >> "result.txt"
运行良好
但selenium-side-runner -c "browserName=firefox moz:firefoxOptions.args=[-headless]" project.side >> "result.txt" --"output directory='result' --output format='junit'"
根本不工作