I try to call the context menu in Firefox and save image:


mouse.click_relative_self(0, 0, 3)
time.sleep(1)
keyboard.send_keys("о")

("о" is Russian hotkey for "Save Image as" item in...