I've noticed that in odoo_9_0_EE.robot and odoo_10_0.robot there exist ButtonWizard (which i assume it is for clicking button in wizard) while there is no equivalent keyword for Odoo 8.0. I've been trying to trigger the click event using Selenium2Library ClickElement with proper xpath (copied directly from Copy Xpath from inspect mode) selector to achieve the same functionality but unfortunately the following error occured
ValueError: Element locator 'xpath=/html/body/div[5]/div/div/div[1]/button' did not match any elements.
Is it possible to achieve the same in Odoo 8.0?
I've noticed that in odoo_9_0_EE.robot and odoo_10_0.robot there exist ButtonWizard (which i assume it is for clicking button in wizard) while there is no equivalent keyword for Odoo 8.0. I've been trying to trigger the click event using Selenium2Library ClickElement with proper xpath (copied directly from Copy Xpath from inspect mode) selector to achieve the same functionality but unfortunately the following error occured
Is it possible to achieve the same in Odoo 8.0?