标签: html .net tags location screen
我希望在屏幕位置获取特定的html标记,以便对其执行鼠标点击。我试过这个:
browser.PointToScreen(elem.OffsetRectangle.Location).ToString();
但我只在web控件中获取元素的位置。你能救我吗?