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. Catching point is, If I try to connect my laptop to a monitor, the code works for IE as well. Its not working only when I am running the script from laptop. Same code working fine in Chrome in laptop. 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}