module-webdriver icon indicating copy to clipboard operation
module-webdriver copied to clipboard

Deprecate either `seeInSource()` or `seeInPageSource()`

Open ThomasLandauer opened this issue 3 years ago • 1 comments

WebDriver::seeInSource() and WebDriver::seeInPageSource() both claim to do the same, but differ internally. Which one is the current/recommended? => Deprecate the other! (i.e. keep it as alias till v5.0, then remove it)

ThomasLandauer avatar Sep 13 '20 21:09 ThomasLandauer