Click button is not working for ie browser

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}

Does the Click Button keyword result in an error? or does the action expected after the click element just does not take place?

It didn’t result in an error but it didn’t click the button, but the script failed that next expected screen object wasn’t found.

Issue got resolved by setting up the screen display setting into recommended size.