【发布时间】:2016-11-21 16:06:54
【问题描述】:
我一直在尝试在我的 VBA 中使用 Selenium 为 chrome 设置新的位置和大小,以便在我更新报告时使其“不可见”。
bot.Start "chrome"
bot.Window.SetPosition ("X as Long, Y as long") 'It requires a "="
bot.Window.Setsize(200,200) 'It requires a "="
我尝试了不同的形式并在 Google 上搜索了很多,但我没有找到 Selenium 的 VBA 命令的好教程
【问题讨论】:
标签: vba excel google-chrome selenium