Name Description Size
__init__.py 0
cross_origin.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. 2094
switch.py 3814
switch_number.py 1598
switch_webelement.py const iframe = document.getElementsByTagName('iframe')[0]; const div = document.createElement('div'); div.innerHTML = 'I am a div created in top window and appended into the iframe'; iframe.contentWindow.document.body.appendChild(div); 3517