{"id":126,"date":"2023-09-29T09:06:11","date_gmt":"2023-09-29T09:06:11","guid":{"rendered":"http:\/\/yascribe.com\/?page_id=126"},"modified":"2023-10-28T05:50:52","modified_gmt":"2023-10-28T05:50:52","slug":"actions","status":"publish","type":"page","link":"https:\/\/yascribe.com\/index.php\/actions\/","title":{"rendered":"Actions"},"content":{"rendered":"\n<p>Here is the list of pre-learned verbs and their corresponding synonyms and actions.<\/p>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>check, uncheck<\/strong><\/p>\n\n\n\n<p>To check \/ uncheck the specified checkbox.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">When <\/mark>I check \"Extra Bacon\"<\/em><\/code><\/pre>\n\n\n\n<p><strong>click, double click, right click<\/strong><\/p>\n\n\n\n<p>To click \/ double click \/ right click on the specified element. If the element is not specified then the click \/ double click \/ right click will be performed on no element.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">When <\/mark>I right click on \"More options\"<\/em><\/code><\/pre>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>expand, collapse<\/strong><\/p>\n\n\n\n<p>To expand \/ collapse the specified expandanbel \/ collapsible element.<\/p>\n\n\n\n<p>Synonym of <em>expand <\/em>:  <em>extend<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">When <\/mark>I expand \"Settings\"<\/em><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">When <\/mark>I collapse \"Folder F1\"<\/em><\/code><\/pre>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>select, deselect<\/strong><\/p>\n\n\n\n<p>To select \/ deselect the specified value of the specified selection or <code>select <\/code>element.<\/p>\n\n\n\n<p>Synonyms of <em>select <\/em>: <em>choose, pick<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">When <\/mark>I select \"Red\" as \"Color\"<\/em><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">When <\/mark>I deselect \"Blue\" from \"Color\"<\/em><\/code><\/pre>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>drag<\/strong><\/p>\n\n\n\n<p>To drag and drop the first element to the second element.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">When <\/mark>I drag \"Apple\" to \"Basket\"<\/em><\/code><\/pre>\n<\/div>\n\n\n\n<p>To specify the drop position relative to the destination element, add the xOffset then the yOffset to the sentence :<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>xOffset : offset from the element&#8217;s in-view center point. A negative value means an offset left of the point.<\/li>\n\n\n\n<li>yOffset : offset from the element&#8217;s in-view center point. A negative value means an offset above the point.<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">When <\/mark>I drag \"circle\" to \"canvas\" at \"10\" and \"-20\"<\/em><\/code><\/pre>\n\n\n\n<p>Offsets can be set as ratio values :<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">When <\/mark>I drag \"circle\" to \"canvas\" at \"25%\" and \"4\/22\"<\/em><\/code><\/pre>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>enter<\/strong><\/p>\n\n\n\n<p>Synonym of <em>enter <\/em>: <em>type<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">When <\/mark>I enter \"Paris\" into \"Destination\"<\/em><\/code><\/pre>\n\n\n\n<p>If the type of the input field is not <code><em>input<\/em><\/code> then it must be specified. Case of a text area for example : <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">When <\/mark>I enter \"John Carter does not come from Mars.\" in \"Your message\" <strong>textarea<\/strong><\/em><\/code><\/pre>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>navigate<\/strong><\/p>\n\n\n\n<p>To navigate to the specified url.<\/p>\n\n\n\n<p>Synonym of <em>navigate <\/em>: <em>load url<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">When <\/mark>I navigate to \"https:\/\/yascribe.com\"<\/em><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">When <\/mark>I load the url \"https:\/\/yascribe.com\"<\/em><\/code><\/pre>\n<\/div>\n\n\n\n<p><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">As tests are run remotely, please do not use a localhost url.<\/mark><\/em><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>pick date<\/strong><\/p>\n\n\n\n<p>To select the specified date of the specified date picker.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">When <\/mark><\/em>I pick date \"29 SEP 2023\" as \"Start Date\"<\/code><\/pre>\n\n\n\n<p>&#8220;Start Date&#8221; is the following date picker that displays september 2023 as &#8220;SEP 2023&#8221;.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full wp-duotone-default-filter\"><img loading=\"lazy\" decoding=\"async\" width=\"286\" height=\"345\" src=\"https:\/\/yascribe.com\/wp-content\/uploads\/2023\/09\/date-picker-1.png\" alt=\"\" class=\"wp-image-139\" srcset=\"https:\/\/yascribe.com\/wp-content\/uploads\/2023\/09\/date-picker-1.png 286w, https:\/\/yascribe.com\/wp-content\/uploads\/2023\/09\/date-picker-1-249x300.png 249w\" sizes=\"auto, (max-width: 286px) 100vw, 286px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>slide<\/strong><\/p>\n\n\n\n<p>To select the specified value of the specified slider.<\/p>\n\n\n\n<p>Synonym of <em>slide <\/em>: <em>swipe<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">When <\/mark><\/em>I slide \"Quantity\" slider to \"10\"<\/code><\/pre>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>validate<\/strong><\/p>\n\n\n\n<p>To perform a validation action ie typing on the ENTER key.<\/p>\n\n\n\n<p>Synonym of <em>validate <\/em>: <em>confirm<\/em><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><em><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-primary-color\">And <\/mark><\/em>I validate<\/code><\/pre>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Here is the list of pre-learned verbs and their corresponding synonyms and actions. check, uncheck To check \/ uncheck the specified checkbox. click, double click, right click To click \/ double click \/ right click on the specified element. If the element is not specified then the click \/ double click \/ right click will [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-126","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/yascribe.com\/index.php\/wp-json\/wp\/v2\/pages\/126","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yascribe.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/yascribe.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/yascribe.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yascribe.com\/index.php\/wp-json\/wp\/v2\/comments?post=126"}],"version-history":[{"count":25,"href":"https:\/\/yascribe.com\/index.php\/wp-json\/wp\/v2\/pages\/126\/revisions"}],"predecessor-version":[{"id":318,"href":"https:\/\/yascribe.com\/index.php\/wp-json\/wp\/v2\/pages\/126\/revisions\/318"}],"wp:attachment":[{"href":"https:\/\/yascribe.com\/index.php\/wp-json\/wp\/v2\/media?parent=126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}