How to set window size using Chrome options with Python-Behave?

How to set window size using Chrome options with Python-Behave?

Hi Dipen,

To set window size using Chrome options with Python-Behave, you can add this syntax on your script:

driver.set_window_size(width, height)