File tree Expand file tree Collapse file tree 4 files changed +20
-12
lines changed
website_and_docs/content/documentation/webdriver/elements Expand file tree Collapse file tree 4 files changed +20
-12
lines changed Original file line number Diff line number Diff line change @@ -131,14 +131,16 @@ var shadowHost = _driver.FindElement(By.CssSelector("#shadow_host"));
131
131
var shadowRoot = shadowHost.GetShadowRoot();
132
132
var shadowContent = shadowRoot.FindElement(By.CssSelector("#shadow_content"));
133
133
{{< /tab >}}
134
- {{< tab header="Ruby" text=true >}}
134
+ {{< tab header="Ruby" >}}
135
135
shadow_host = @driver .find_element(css: '#shadow_host')
136
136
shadow_root = shadow_host.shadow_root
137
137
shadow_content = shadow_root.find_element(css: '#shadow_content')
138
138
{{< /tab >}}
139
- {{< tab header="JavaScript" >}}
139
+ {{< tab header="JavaScript" text=true >}}
140
+ {{< badge-code >}}
140
141
{{< /tab >}}
141
- {{< tab header="Kotlin" >}}
142
+ {{< tab header="Kotlin" text=true >}}
143
+ {{< badge-code >}}
142
144
{{< /tab >}}
143
145
{{< /tabpane >}}
144
146
Original file line number Diff line number Diff line change @@ -124,14 +124,16 @@ var shadowHost = _driver.FindElement(By.CssSelector("#shadow_host"));
124
124
var shadowRoot = shadowHost.GetShadowRoot();
125
125
var shadowContent = shadowRoot.FindElement(By.CssSelector("#shadow_content"));
126
126
{{< /tab >}}
127
- {{< tab header="Ruby" text=true >}}
127
+ {{< tab header="Ruby" >}}
128
128
shadow_host = @driver .find_element(css: '#shadow_host')
129
129
shadow_root = shadow_host.shadow_root
130
130
shadow_content = shadow_root.find_element(css: '#shadow_content')
131
131
{{< /tab >}}
132
- {{< tab header="JavaScript" >}}
132
+ {{< tab header="JavaScript" text=true >}}
133
+ {{< badge-code >}}
133
134
{{< /tab >}}
134
- {{< tab header="Kotlin" >}}
135
+ {{< tab header="Kotlin" text=true >}}
136
+ {{< badge-code >}}
135
137
{{< /tab >}}
136
138
{{< /tabpane >}}
137
139
Original file line number Diff line number Diff line change @@ -127,14 +127,16 @@ var shadowHost = _driver.FindElement(By.CssSelector("#shadow_host"));
127
127
var shadowRoot = shadowHost.GetShadowRoot();
128
128
var shadowContent = shadowRoot.FindElement(By.CssSelector("#shadow_content"));
129
129
{{< /tab >}}
130
- {{< tab header="Ruby" text=true >}}
130
+ {{< tab header="Ruby" >}}
131
131
shadow_host = @driver .find_element(css: '#shadow_host')
132
132
shadow_root = shadow_host.shadow_root
133
133
shadow_content = shadow_root.find_element(css: '#shadow_content')
134
134
{{< /tab >}}
135
- {{< tab header="JavaScript" >}}
135
+ {{< tab header="JavaScript" text=true >}}
136
+ {{< badge-code >}}
136
137
{{< /tab >}}
137
- {{< tab header="Kotlin" >}}
138
+ {{< tab header="Kotlin" text=true >}}
139
+ {{< badge-code >}}
138
140
{{< /tab >}}
139
141
{{< /tabpane >}}
140
142
Original file line number Diff line number Diff line change @@ -130,14 +130,16 @@ var shadowHost = _driver.FindElement(By.CssSelector("#shadow_host"));
130
130
var shadowRoot = shadowHost.GetShadowRoot();
131
131
var shadowContent = shadowRoot.FindElement(By.CssSelector("#shadow_content"));
132
132
{{< /tab >}}
133
- {{< tab header="Ruby" text=true >}}
133
+ {{< tab header="Ruby" >}}
134
134
shadow_host = @driver .find_element(css: '#shadow_host')
135
135
shadow_root = shadow_host.shadow_root
136
136
shadow_content = shadow_root.find_element(css: '#shadow_content')
137
137
{{< /tab >}}
138
- {{< tab header="JavaScript" >}}
138
+ {{< tab header="JavaScript" text=true >}}
139
+ {{< badge-code >}}
139
140
{{< /tab >}}
140
- {{< tab header="Kotlin" >}}
141
+ {{< tab header="Kotlin" text=true >}}
142
+ {{< badge-code >}}
141
143
{{< /tab >}}
142
144
{{< /tabpane >}}
143
145
You can’t perform that action at this time.
0 commit comments