@@ -68,7 +68,7 @@ The following are the different options which are currently supported:
6868<Tabs className =" docs__val " groupId =" framework " >
6969<TabItem value =" IgnoreID " label =" Ignore ID " default >
7070
71- ``` js title="This is a sample for your webhook configuration for Javascript to ignore by ID"
71+ ``` js title="This is a sample for your webhook configuration for JavaScript to ignore by ID"
7272let config = {
7373 screenshotName: " Ignore-ID" ,
7474 fullPage: false , // You can make this property as true in case of Chrome browser
@@ -82,7 +82,7 @@ await driver.executeScript("smartui.takeScreenshot", config);
8282</TabItem >
8383<TabItem value =" IgoreClass " label =" Ignore Class " >
8484
85- ``` js title="This is a sample for your webhook configuration for Javascript to ignore by Class"
85+ ``` js title="This is a sample for your webhook configuration for JavaScript to ignore by Class"
8686let config = {
8787 screenshotName: " Ignore-Class" ,
8888 fullPage: false , // You can make this property as true in case of Chrome browser
@@ -96,7 +96,7 @@ await driver.executeScript("smartui.takeScreenshot", config);
9696</TabItem >
9797<TabItem value =" IgnoreXPath " label =" Ignore XPath " >
9898
99- ``` js title="This is a sample for your webhook configuration for Javascript to ignore by XPath"
99+ ``` js title="This is a sample for your webhook configuration for JavaScript to ignore by XPath"
100100let config = {
101101 screenshotName: " Ignore-XPath" ,
102102 fullPage: false , // You can make this property as true in case of Chrome browser
@@ -111,7 +111,7 @@ await driver.executeScript("smartui.takeScreenshot", config);
111111
112112<TabItem value =" IgnoreSelector " label =" Ignore CSS Selector " >
113113
114- ``` js title="This is a sample for your webhook configuration for Javascript to ignore by CSS Selector"
114+ ``` js title="This is a sample for your webhook configuration for JavaScript to ignore by CSS Selector"
115115let config = {
116116 screenshotName: " Ignore-cssSelector" ,
117117 fullPage: false , // You can make this property as true in case of Chrome browser
@@ -128,7 +128,7 @@ await driver.executeScript("smartui.takeScreenshot", config);
128128<Tabs className =" docs__val " groupId =" framework " >
129129<TabItem value =" SelectID " label =" Select ID " default >
130130
131- ``` js title="This is a sample for your webhook configuration for Javascript to select by ID."
131+ ``` js title="This is a sample for your webhook configuration for JavaScript to select by ID."
132132let config = {
133133 screenshotName: " Select-ID" ,
134134 fullPage: false , // You can make this property as true in case of Chrome browser
@@ -142,7 +142,7 @@ await driver.executeScript("smartui.takeScreenshot", config);
142142</TabItem >
143143<TabItem value =" SelectClass " label =" Select Class " >
144144
145- ``` js title="This is a sample for your webhook configuration for Javascript to select by Class"
145+ ``` js title="This is a sample for your webhook configuration for JavaScript to select by Class"
146146let config = {
147147 screenshotName: " Select-Class" ,
148148 fullPage: false , // You can make this property as true in case of Chrome browser
@@ -156,7 +156,7 @@ await driver.executeScript("smartui.takeScreenshot", config);
156156</TabItem >
157157<TabItem value =" SelectXPath " label =" Select XPath " >
158158
159- ``` js title="This is a sample for your webhook configuration for Javascript to select by XPath"
159+ ``` js title="This is a sample for your webhook configuration for JavaScript to select by XPath"
160160let config = {
161161 screenshotName: " Select-XPath" ,
162162 fullPage: false , // You can make this property as true in case of Chrome browser
@@ -171,7 +171,7 @@ await driver.executeScript("smartui.takeScreenshot", config);
171171
172172<TabItem value =" SelectSelector " label =" Select CSS Selector " >
173173
174- ``` js title="This is a sample for your webhook configuration for Javascript to select by CSS Selector"
174+ ``` js title="This is a sample for your webhook configuration for JavaScript to select by CSS Selector"
175175let config = {
176176 screenshotName: " Select-cssSelector" ,
177177 fullPage: false , // You can make this property as true in case of Chrome browser
0 commit comments