class Appium::Driver
def screenshot png_save_path
-
(nil)
-
Parameters:
-
png_save_path
(String
) -- the full path to save the png
def screenshot png_save_path @driver.save_screenshot png_save_path nil end
(nil)
-
png_save_path
(String
)
-- the full path to save the png
def screenshot png_save_path @driver.save_screenshot png_save_path nil end