我使用IONIC 1,Cordova和AngularJS。
我有一个徽标图像存储在from selenium.webdriver.common.action_chains import ActionChains
actions = ActionChains(driver)
actions.move_to_element(firstContest).click().perform()
我想添加该徽标以进行打印,因此我需要该徽标图像的绝对文件路径。
如何在Android设备中获取该徽标的绝对文件路径?