我有 5 个具有相同名称和 id 和链接文本的链接。我正在使用 serenity-js。我怎样才能访问第四个链接
page.ts 有
static link = Target.the('click the 4th link').located(by.linktext('link'));
我有 5 个具有相同名称和 id 和链接文本的链接。我正在使用 serenity-js。我怎样才能访问第四个链接
page.ts 有
static link = Target.the('click the 4th link').located(by.linktext('link'));