Name Description Size
__init__.py 0
get.py 1476
iframe.py Tests that WebDriver can transcend site origins. Many modern browsers impose strict cross-origin checks, and WebDriver should be able to transcend these. Although an implementation detail, certain browsers also enforce process isolation based on site origin. This is known to sometimes cause problems for WebDriver implementations. 2183
user_prompts.py # var done = arguments[0]; # setTimeout(function() { # done(); # }, 0); # setTimeout(function() { # window['print'](); # }, 0); # 4491