Method GetQRImageRAWis not working. I'm trying to change to driver.FindElement(By.XPath("//*[@id=\"app\"]/div/div/div[2]/div[1]/div[2]/div/img")); and it's now working
To check if the phone is connected or successfully scanned I'm using this code (changing the old one)
GetQRImageRAW
is not working. I'm trying to change todriver.FindElement(By.XPath("//*[@id=\"app\"]/div/div/div[2]/div[1]/div[2]/div/img"));
and it's now working