You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sort out the resolution issue, to render at a more readable scale.
Allow the images to be clicked on to pop up a larger version (it looks like the images are actually big, but there's no way to expand them without right-click tricks).
The text was updated successfully, but these errors were encountered:
That should create a 1024x768 display, but the screenshots seem to be from a much larger window, I think the problem is here:
# Selenium won't scroll to an element, so we have to make the window size is large enough so that everything is visible
self.browser.set_window_size(1920, 1080)
self.browser.implicitly_wait(3)
So instead of resizing the window, we could just maximize it and use javascript and jquery to scroll to the position of the element being captured or add an option for scrolling to the screenshot directive.
Branch: 0.14.x/develop?
It looks like something changed in the way screenshots are captured, from 0.13 to 0.14 -- if you compare the old docs:
https://learningequality.org/docs/usermanual/userman_admin.html#user-management
with the new docs:
http://field.learningequality.org/develop/docs/usermanual/userman_admin.html#user-management
you can see that the resolution of the screen in the screenshot seems to have been increased, making the text two hard to read.
Two suggestions:
The text was updated successfully, but these errors were encountered: