I am automating my tests using cucumber and I have a requirement to automate the behavior of our nav bar within our mobile pages as these menu options are displayed based on screen size...for example:
480px has menu a, menu b, menu c, and menu d.
320px has menu a, menu c, and menu d.
My queston is, is this possible to automate? If so has anyone got any ideas?
Thanks in advance, Ian