// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
strategy("My strategy", overlay=true, margin_long=100, margin_short=100)
price1 =input.price(defval=0)
plot(ema1, color=color.new(color.red, 1
我当前正在尝试将光标移动到一个点(org.openqa.selenium.Point),该点是通过检查实时图表上出现的标记来设置的,从该点我无法获得任何详细信息,但可以找到的X和Y坐标。如何将鼠标悬停在该点上以打开下面的JavaScript菜单?当前代码
Point image = page.findImage("C:\\Pictures\\marker.png")