You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
selector: 'xpath://*[@id="main"]/div/div/div[1]/div/div/div[1]/div/div[2]/div/div[2]/div/div/div[1]/div',// section with the "Request changes" and "Approve" buttons
413
+
selector: 'xpath://*[@id="main"]/div/div/div[1]/div/div/div[1]/div/div[2]/div/div[2]/div/div',// grandparent div of the "Request changes" and "Approve" buttons
414
414
containerElement: createElement("div",{}),
415
+
insertBefore: 'xpath:(//*[@id="main"]/div/div/div[1]/div/div/div[1]/div/div[2]/div/div[2]/div/div/div)[last()]',// note the [last()] to insert before the last child (the kebab menu)
selector: 'xpath://*[@id="main"]/div/div/div[1]/div/div/div[1]/div/div[2]/div/div[2]/div/div/div[1]/div',// section with the "Request changes" and "Approve" buttons
413
+
selector: 'xpath://*[@id="main"]/div/div/div[1]/div/div/div[1]/div/div[2]/div/div[2]/div/div',// grandparent div of the "Request changes" and "Approve" buttons
414
414
containerElement: createElement("div",{}),
415
+
insertBefore: 'xpath:(//*[@id="main"]/div/div/div[1]/div/div/div[1]/div/div[2]/div/div[2]/div/div/div)[last()]',// note the [last()] to insert before the last child (the kebab menu)
0 commit comments