【发布时间】:2021-06-05 11:38:46
【问题描述】:
我想多次调用 MapITRFtoWgs84() 函数,实际上是从一个文本文件提供输入并将输出写入另一个文本文件?我认为 Selenium 是实现我目标的合适工具。我怎样才能做到这一点?这是来自 chrome 控制台的调用函数的照片:ss of chrome console
【问题讨论】:
-
你使用哪种编程语言
-
java 或 python 适合我
-
如果您执行 driver.execute_script("MapITRFtoWgs84()") 或 driver.execute_script("$.MapITRFtoWgs84()") 或 driver.execute_script("document.MapITRFtoWgs84()") 会发生什么情况
-
非常感谢@PDHide 成功了
标签: javascript selenium selenium-webdriver selenium-chromedriver google-chrome-devtools