Need Help in getting XPath expression for span inside an Iframe popup

前端 未结 5 466
清歌不尽
清歌不尽 2021-01-02 23:30

Need to get an xpath expression for the span inside the iframe. Need Help in getting XPath expression for span inside an Iframe popup.

i can get the iframe but getti

5条回答
  •  孤街浪徒
    2021-01-03 00:10

    Elements in iframe are in fact in another page. so you should first find address of that page which is value of src value of iframe and load it and then access the element in that page.

提交回复
热议问题