コード例 #1
0
ファイル: Inputs.py プロジェクト: ankurchopra87/webelements
 def selectOption(self, option):
     return ClientSide.selectOption(self, option)
コード例 #2
0
ファイル: Inputs.py プロジェクト: ankurchopra87/webelements
 def select(self):
     return ClientSide.selectOption(self.element.parent.clientSide, self)