RPA浏览器及word需要注意的点
word光标移到表格的后面
wd = rpa.word.open(r"C:\Users\guoca\Desktop\test.doc", visible=True, wps=False) table = wd.get_table(1) wd.cursor_move(position=table._table.Range.end)
绕过浏览器发出不安全网站的提醒
option.add_argument('--ignore-certificate-errors')