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
Get all the input (including hidden) present in the Dom and load the attributes placeholder and title. A single value is expected and it's attribute placeholder should be equals to : "Type to search"
31
+
32
+
## PARAMETERS
33
+
34
+
### -All
35
+
Return matching hidden items in addition to displayed ones.
36
+
37
+
```yaml
38
+
Type: SwitchParameter
39
+
Parameter Sets: (All)
40
+
Aliases:
41
+
42
+
Required: False
43
+
Position: Named
44
+
Default value: None
45
+
Accept pipeline input: False
46
+
Accept wildcard characters: False
47
+
```
48
+
49
+
### -Attributes
50
+
Append a list of Attributes (case sensitive) to each element returned. Attributes will be available through a dictionary property of the same name. Is the wildcard `*` character is used, all attributes will be queried and appended.
51
+
52
+
```yaml
53
+
Type: String[]
54
+
Parameter Sets: (All)
55
+
Aliases:
56
+
57
+
Required: False
58
+
Position: 3
59
+
Default value: None
60
+
Accept pipeline input: False
61
+
Accept wildcard characters: False
62
+
```
63
+
64
+
### -Single
65
+
Expectation that only one element will be returned. An error will be returned if that parameter is set and more than one corresponding element is found.
66
+
67
+
```yaml
68
+
Type: SwitchParameter
69
+
Parameter Sets: (All)
70
+
Aliases:
71
+
72
+
Required: False
73
+
Position: Named
74
+
Default value: None
75
+
Accept pipeline input: False
76
+
Accept wildcard characters: False
77
+
```
78
+
79
+
### -Text
80
+
Text of the input to return
81
+
82
+
```yaml
83
+
Type: String
84
+
Parameter Sets: (All)
85
+
Aliases:
86
+
87
+
Required: False
88
+
Position: 1
89
+
Default value: None
90
+
Accept pipeline input: False
91
+
Accept wildcard characters: False
92
+
```
93
+
94
+
### -Timeout
95
+
Timeout (in seconds)
96
+
97
+
```yaml
98
+
Type: Double
99
+
Parameter Sets: (All)
100
+
Aliases:
101
+
102
+
Required: False
103
+
Position: 2
104
+
Default value: None
105
+
Accept pipeline input: False
106
+
Accept wildcard characters: False
107
+
```
108
+
109
+
### -Type
110
+
Type of the input
111
+
112
+
```yaml
113
+
Type: String
114
+
Parameter Sets: (All)
115
+
Aliases:
116
+
117
+
Required: False
118
+
Position: 0
119
+
Default value: None
120
+
Accept pipeline input: False
121
+
Accept wildcard characters: False
122
+
```
123
+
124
+
### -Value
125
+
Expected value of the first attribute present.
126
+
127
+
```yaml
128
+
Type: String
129
+
Parameter Sets: (All)
130
+
Aliases:
131
+
132
+
Required: False
133
+
Position: 4
134
+
Default value: None
135
+
Accept pipeline input: False
136
+
Accept wildcard characters: False
137
+
```
138
+
139
+
### CommonParameters
140
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
<maml:para>Append a list of Attributes (case sensitive) to each element returned. Attributes will be available through a dictionary property of the same name. Is the wildcard `*` character is used, all attributes will be queried and appended.</maml:para>
<maml:para>Expectation that only one element will be returned. An error will be returned if that parameter is set and more than one corresponding element is found.</maml:para>
<maml:para>Append a list of Attributes (case sensitive) to each element returned. Attributes will be available through a dictionary property of the same name. Is the wildcard `*` character is used, all attributes will be queried and appended.</maml:para>
<maml:para>Expectation that only one element will be returned. An error will be returned if that parameter is set and more than one corresponding element is found.</maml:para>
<maml:para>Get all the input (including hidden) present in the Dom and load the attributes placeholder and title. A single value is expected and it's attribute placeholder should be equals to : "Type to search"</maml:para>
0 commit comments