默认标签(复选框)上缺少数据 ID 或 ID

Missing data-id or id on default tags(checkboxes)

我试图用补丁更新待办事项标签,但是 onenote 使用默认待办事项标签创建的页面中缺少 id 或 data-id。
如何使用补丁定位元素?

这是一个示例页面,其中 data-tag="to-do" 没有目标 ID。

<html lang="en-US">
<head>
    <title>Test todo&#39;s</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="created" content="2016-07-01T11:26:00.0000000" />
</head>
<body data-absolute-enabled="true" style="font-family:Calibri;font-size:11pt">
    <div style="position:absolute;left:48px;top:115px;width:576px">
        <p style="margin-top:0pt;margin-bottom:0pt">Hello,</p>
        <br />
        <p style="margin-top:0pt;margin-bottom:0pt">These are some default todos from onenote desktop.</p>
        <br />
        <p data-tag="to-do" style="margin-top:0pt;margin-bottom:0pt">Default todo tag;</p>
        <br />
        <p style="margin-top:0pt;margin-bottom:0pt">Can we target a default todo tag?</p>
        <br />
        <br />
        <p style="margin-top:0pt;margin-bottom:0pt">Gijs</p>
    </div>
</body>

在获取页面内容时,只需将 includeIDs=true 参数添加到 url。
这是一个例子:
https://www.onenote.com/api/v1.0/me/notes/pages/[PageID]/content?includeIDs=true