I am facing a strange issue that Click Button “locator” is not working for ie browser when I am executing from laptop (ie, not connected to an external monitor). It identifies and move to the next step but not clicking it. Same code working fine in Chrome. Has anyone faced the same issue, do I need to do any resolution setting?
I am using robot framework + Python + selenium. Sample code given below -
${btn_Login} //*[@id=“btnLogin”] Click Button ${btn_Login}