在软件测试中,测试自动化是一种测试方法,使用特定的软件,去控制测试流程,并比较实际的结果与预期结果之间的差异。
linkHandlers = await page.xpath(
"//div[@class='options-content']/div/div//div[contains(text(), '81%(含)-90%(含)')]")
await bound = linkhandler.boundingBox()
await page.mouse.move(bound['x']+bound['width']/2,bound['y']+bound['height']/2