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

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -