I have a task and it has this sentence "The automated tests should run in a browser resolution of 1024x768px"
This is how I understand it, by setting the browser size into 1024, 768 resolution.
driver.manage().window().setSize(new Dimension(1024, 768));
I don't know if this is correct or not?
Aucun commentaire:
Enregistrer un commentaire