seldom icon indicating copy to clipboard operation
seldom copied to clipboard

select下拉选不了值,以下三种方法都试了,依然有问题,详细如下

Open ethan3030 opened this issue 5 years ago • 1 comments

系统demo:

        self.select(css="#nr", value='20')
        self.select(css="#nr", text='每页显示20条')
        self.select(css="#nr", index=2)

笔者实际用例:

       # self.select(css='#ddlSource',text='电话' )   list indices must be integers or slices, not NoneType
       # self.select(css="#ddlSource",value='0')      list indices must be integers or slices, not NoneType
       # self.select(css="#ddlSource",index=2)       list index out of range

跪求大佬看看

image

ethan3030 avatar Oct 20 '20 09:10 ethan3030

问题已修复!

defnngj avatar Oct 26 '20 07:10 defnngj