Reputation: 1
In some scenario in the test case, we need to keep
href='javascript:foo'
but TestCafe will automatically replace it to
href='javascript:parent.__proc$Html(window,foo); '
Is there a way to avoid it?
href='javascript:...'
shouldn't be replaced.
Upvotes: 0
Views: 25