1
votes

Maximize code of selenium is not working when I run the script in Background. The Maximum size of the window will be 1036, 780. How browser window can be maximized in Background?

1
Are you referring to the GhostDriver? This might be helpful: stackoverflow.com/questions/21743350/… - Archit Khosla
I am not running as headless, I am running as a Background process - Yajana Rao

1 Answers

1
votes

After Run Selenium Tests many times in the background I found that browsers will have given max and min sizes. - Max Size in Background (1036, 780) - Min Size in Background (415, 125)