You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets a value indicating whether the specified <see cref="Color"/> and <see cref="string"/> representation of a color
@@ -366,6 +390,34 @@ public static Color Parse(string webColorValue)
366
390
/// <returns><see langword="false"/> if the current color and the string color representation indicate the same sRGB color; <see langword="true"/> if not.</returns>
/// <param name="stringColor">The string which represents a color</param>
404
+
/// <returns><see langword="true"/> if the current color and the string color representation indicate the same sRGB color; <see langword="false"/> if not.</returns>
/// <param name="stringColor">The string which represents a color</param>
418
+
/// <returns><see langword="false"/> if the current color and the string color representation indicate the same sRGB color; <see langword="true"/> if not.</returns>
Copy file name to clipboardExpand all lines: Tests/CSF.Screenplay.Selenium.Tests/Actions/ExecuteJavaScriptTests.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,6 @@ public async Task ExecuteJavaScriptShouldBeAbleToExecuteAScriptWithParameters(IS
24
24
awaitWhen(webster).AttemptsTo(ExecuteCustomScript(scriptBody).WithTheName("a script that changes the BG colour of an element").WithTheArguments("textContent","#F00"));
0 commit comments