[W3af-svn-notify] [Task #146560] Flash/any other plugin support
Status: Beta
Brought to you by:
andresriancho
From: SourceForge.net <no...@so...> - 2008-02-21 22:10:06
|
Task #146560 has been updated. Project: w3af Subproject: Javascript support Summary: Flash/any other plugin support Complete: 0% Status: Open Authority : andresriancho Assigned to: nobody Description: The spider has this code: var clientPosition = getClientPosition(elm); var screenPosition = { x: clientPosition.x + window.screenX, y: clientPosition.y + window.screenY }; I could send a click to any place of the window, including a flash movie. That would "add flash support", without any pain. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146560&group_id=170274&group_project_id=55588 |