Hi everyone,
Currently i am working on setting up robot framework for Jenkins on my local computer. However, I got a problem of expanding chrome browser in Jenkins virtual machine. It seems to have window screen size of 800x600 at the moment
I use keyword "Set Window Size" from selenium2library to expand window size to 1650x1050 which is the minimum for my web GUI test. This keyword works perfectly in firefox but does not affect chrome at all.
Do you have any idea why? (I guess maybe some problems with chromedriver) And can you suggest some workaround for this issue?
Thank you in advance!