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
Returns **([Promise][8]<[string][3]> | [Promise][8]<[Array][10]<[string][3]>>)** attribute valueCookie in JSON format. If name not passed returns all cookies for this domain.Multiple cookies can be received by passing query object `I.grabCookie({ secure:true});`. If you'd like get all cookies for all urls, use: `.grabCookie({ url:null }).`
490
+
Returns **any** attribute valueCookie in JSON format. If name not passed returns all cookies for this domain.Multiple cookies can be received by passing query object `I.grabCookie({ secure:true});`. If you'd like get all cookies for all urls, use: `.grabCookie({ url:null }).`
Returns **([Promise][21]<[string][8]> | [Promise][21]<[Array][9]<[string][8]>>)** attribute valueReturns cookie in JSON format. If name not passed returns all cookies for this domain.
985
+
Returns **any** attribute valueReturns cookie in JSON format. If name not passed returns all cookies for this domain.
Returns **([Promise][13]<[string][6]> | [Promise][13]<[Array][15]<[string][6]>>)** attribute valueReturns cookie in JSON format. If name not passed returns all cookies for this domain.
899
+
Returns **any** attribute valueReturns cookie in JSON format. If name not passed returns all cookies for this domain.
Returns **([Promise][9]<[string][4]> | [Promise][9]<[Array][11]<[string][4]>>)** attribute valueReturns cookie in JSON format. If name not passed returns all cookies for this domain.
523
+
Returns **any** attribute valueReturns cookie in JSON format. If name not passed returns all cookies for this domain.
524
524
525
525
### grabCurrentUrl
526
526
@@ -547,7 +547,7 @@ let numOfElements = await I.grabNumberOfVisibleElements('p');
547
547
548
548
-`locator`**([string][4] | [object][5])** located by CSS|XPath|strict locator.
549
549
550
-
Returns **[Promise][9]<[number][12]>** number of visible elements
550
+
Returns **[Promise][9]<[number][11]>** number of visible elements
551
551
552
552
### grabPageScrollPosition
553
553
@@ -601,7 +601,7 @@ let pins = await I.grabTextFromAll('#pin li');
601
601
602
602
-`locator`**([string][4] | [object][5])** element located by CSS|XPath|strict locator.
603
603
604
-
Returns **[Promise][9]<[Array][11]<[string][4]>>** attribute value
604
+
Returns **[Promise][9]<[Array][12]<[string][4]>>** attribute value
605
605
606
606
### grabValueFrom
607
607
@@ -632,7 +632,7 @@ let inputs = await I.grabValueFromAll('//form/input');
632
632
633
633
-`locator`**([string][4] | [object][5])** field located by label|name|CSS|XPath|strict locator.
634
634
635
-
Returns **[Promise][9]<[Array][11]<[string][4]>>** attribute value
635
+
Returns **[Promise][9]<[Array][12]<[string][4]>>** attribute value
0 commit comments