作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
无法在 Google map 中找到元素。
<g-map id="map-contain" style="position: relative; overflow: hidden; transform: translateZ(0px); background-color: rgb(229, 227, 223);">
<div class="gm-style" style="position: absolute; left: 0px; top: 0px; overflow: hidden; width: 100%; height: 100%; z-index: 0;">
:::::
::::::
::::::
</div>
<g-map>
我尝试使用此方法,但没有成功选择具有“gm-style”类的 div
this.driver.findElement(By.xpath('//div[@class="gm-style"]'));
如何获取 g-map 标签内的元素?
最佳答案
我会尝试通过 id 匹配外部 g-map 标签并获取其子项。 ID 应该是唯一的,而类大多不是唯一的
关于javascript - Selenium findElement 不适用于谷歌地图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34940057/
leaflet:一个开源并且对移动端友好的交互式地图 JavaScript 库 中文文档: https://leafletjs.cn/reference.html 官网(英文): ht
我是一名优秀的程序员,十分优秀!