标签: protractor cucumber selenium-grid angularjs-e2e
通过单击TAB键获取活动元素的属性:
$('body').sendKeys(protractor.Key.TAB); browser.driver.switchTo().activeElement().getAttribute("aria-label");
当我在localhost上运行代码时,代码正常工作。但是当我尝试在远程集线器(selenium grid - AWS服务器)上运行代码时,代码无法正常工作:TAB无法在页面中进行导航。所需元素不是活跃元素。