How to get option value of select element

后端 未结 6 1082
故里飘歌
故里飘歌 2021-01-03 23:40

I am trying to get the option value of a select element using Protractor. However, I\'m not able to find the option element.

HTML

&l         


        
6条回答
  •  爱一瞬间的悲伤
    2021-01-04 00:28

    Here is how you can get the value of an option in a select:

    HTML

    
    

    .spec file

    describe("Country 
                            
        
    提交评论

提交回复
热议问题