如圖,Cell 中有 Text 跟 Switch,我想 click Switch 改變 status,而不是 click text
Cell 有設 label name 所以可以定位,可是裡面的兩個元件 text 跟 switch 沒有設 label name
例如
wd.findElement(By.name("Setting Ignore Mute Switch"));
請問要怎麼下指令點選 Setting Ignore Mute Switch 這個 cell 裡面的 switch?