@pavant @Antony_Barnabas @rashiatry @neharm27 @willosser Iam using the below code to select the first three check box ..but when first it check the first checkbox,then while selecting the second checkbox ,it automatically uncheck the first check box,pls solve this issue..how to select the multiple check box at a time
driver.findElement(By.xpath("//android.widget.LinearLayout[@index='0']/android.widget.LinearLayout[@index='0']/android.widget.CheckBox[@index='0']")).click();
driver.findElement(By.xpath("//android.widget.LinearLayout[@index='1']/android.widget.LinearLayout[@index='0']/android.widget.CheckBox[@index='0']")).click();