Source code

Revision control

Copy as Markdown

Other Tools

[target_blank_useractivation.html]
expected:
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "android") and not debug: [OK, ERROR]
[<area target=_blank"> mouse click]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
[<area target=_blank">.click()]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]
[<a target=_blank">.click()]
expected:
if (os == "mac") and not debug: [PASS, TIMEOUT]
[<a target=_blank"> mouse click]
expected:
if (os == "mac") and not debug: [PASS, NOTRUN]