Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于基于 Web 的应用程序,例如 youtube、metacafe 或显示进度条的音频流,我想捕获它是否实际播放过。
我在想:
但是现在我看不到任何方法可以做到这一点。整个进度条显示为单个对象。有什么我可以做到的吗?
尝试使用以下代码使用对象的 CSS 属性获取进度条的背景颜色
driver.findElement(By.xpath("Your Xpath")).getCssValue("Background-Color")