python - How Can I Capture Image From Silverlight Application Within Web Browser -
i using robot framework automate website. website uses silverlight application display video.
my objective: create custom keyword in robot framework takes web element, web element being location of silverlight player located on page , taking screenshot of visible. not need interact silverlight application.
work done already: have created custom keyword capture screenshot of element
takes web element , returns screenshot of specific element. however, if element contains silverlight application, blank background colour, not image displayed on silverlight application.
is there way specify web element in browser , display seen on screen in element?
Comments
Post a Comment