applitools / eyes.selenium.python

Applitools Eyes SDK for Selenium Python WebDriver
Apache License 2.0
10 stars 9 forks source link

Stitch Mode - Only before Open Session #43

Open nunessf opened 5 years ago

nunessf commented 5 years ago

Currently, we can set force_full_page_screenshot whenever we want, either before or after opening the session. However, we can only set stitch_mode before opening session, otherwise it won't be taken into consideration when taking the screenshot. Given that we can set force_full_page_screenshot freely, wouldn't it make sense to also allow to set stitch_mode after opening the session?