editMethod(){
var num = Math.floor((Math.random() *4) + 1);
var xPath_arr= [
'//android.widget.RadioButton[@text="seat1"]',
'//android.widget.RadioButton[@text="seat2"]',
'//android.widget.RadioButton[@text="seat3"]',
'//android.widget.RadioButton[@text="Notselected"]',
]
xPath_arr[num]
}
Then calling in another function like this
selectseat(){
this.editmethod();
this.doneBtn.click();
}
пробовал другой метод, но получил разные ошибки, такие как
, но он не работает
TypeError: Невозможно прочитать свойство '2' из неопределенного