Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 8e4cc94

Browse files
committed
Release 3.141.59.2653
1 parent 28e2a87 commit 8e4cc94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.hi-fi</groupId>
77
<artifactId>robotframework-seleniumlibrary</artifactId>
8-
<version>3.141.59.2653-SNAPSHOT</version>
8+
<version>3.141.59.2653</version>
99
<packaging>jar</packaging>
1010

1111
<name>Robot Framework :: SeleniumLibrary</name>

src/test/robotframework/testsuites/UnitTests/WhatAreCookies.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Resource ../../settings/Settings.robot
55
Cookies
66
Open Browser http://www.whatarecookies.com/cookietest.asp ${browser} mainbrowser
77
${all_cookies}= Get Cookies
8-
${test}= Get Cookie Value __atuvc
8+
${test}= Get Cookie Value _ga
99
Close Browser

0 commit comments

Comments
 (0)