Hello,
I am testing an app and I would know if it is possible to get a value on the screen of the Iphone (and save it on a database for example)
Assuming that you are referring to text values you can use the WebElement getText command
if you wanted a screenshot, this is done by getScreenshot
Tkanks this is the WebElement getText command.
I can see the command :
“String text1 = driver.findElement(By.xpath(”//*[@text=‘Write new value’]")).getText();"
But I don’t know why, I can’t edit the code (java), Is it possible to enable the modification of the code?
(For example to extract this value on a file)
you need to export the code and start working using an IDE to do that (e.g - Eclipse \ intelliJ)