We have already seen the experience editor part in the Extending General Link for Experience Editor article in detail. Hence, in this article, we will explore how we can extend the general link for experience editor mode with an alternate code approach in Sitecore 10.2.0 to resolve the higher environment and performance issues that occurred […]
Posts Tagged ‘Perficient’
Workflow Model in AEM
Workflow Model A Workflow Model represents a definition (model) of a workflow. It is made of Workflow Nodes and Workflow Transitions. Workflow models in Adobe Experience Manager (AEM) are used to define the series of steps executed when a user starts a workflow, and it is used for the automatic processing of content as well as facilitating governance and processes […]
Mastering Axios in React: A Complete Overview
A popular JavaScript library, Axios has become a staple in modern web development, especially when handling HTTP requests in React applications. This blog will explore the ins and outs of using Axios with React, providing a complete guide and practical code examples to enhance your understanding. Getting Started with Axios in React Installation Step 1: […]
Automating the Survey Invitations with Flows
Hello Trailblazers! With Salesforce Survey, gaining valuable insights and feedback from your audience becomes a seamless and insightful experience. In this blog post, we’ll learn how we can Automate Survey Invitations with the help of Flows. This innovative capability empowers you to integrate surveys into your Salesforce Flows effortlessly, ensuring timely and targeted feedback collection. […]
Mastering Basic Authentication in Selenium: Strategies and Techniques
In the realm of web testing, encountering sites with basic authentication is commonplace. Handling basic authentication seamlessly within test scenarios is essential for comprehensive testing coverage. Selenium offers various approaches to tackle basic authentication challenges. This blog delves into the nuances of working with basic authentication using Selenium’s uriPredicate function, exploring different strategies and techniques […]
Exploring Databricks Dolly 2.0
What is Databricks? Databricks is a cloud-based data processing and data warehousing platform that has gained immense popularity in recent years. It was developed by the creators of Apache Spark, an open-source big data processing framework. Databricks provides a unified analytics platform that allows businesses to process and analyze large volumes of data efficiently and […]
The Power Of Objects In JavaScript: Part 2
Jump into the fascinating world of JavaScript objects with us! We’re going to explore cool methods and tricks that can make your coding skills even better. If you’re new to objects in JavaScript, no stress! Our guide, ” The Power of Objects in Javascript: Part 1” is there to help. It breaks down both the […]
Unleashing the Power of Custom Selenium Methods: A Guide to Stream Mapping
In the ever-evolving landscape of web automation, Selenium has emerged as a powerful tool for testers and developers alike. One key aspect of Selenium’s flexibility lies in its ability to accommodate custom methods, offering a clear approach to handling complex scenarios. In this blog, we will delve into the realm of developing custom Selenium methods […]
Extending General Link for Experience Editor
The content editor and experience editor modes may seem similar at first glance, but they operate with different controls. In simpler terms, even though they look alike, the tools and functions they use are not the same, which can be a source of confusion for those working with them. We have already seen the content […]
Extending General Link for Content Editor
In Sitecore, the General Link field type is a versatile field that allows content authors to create links to internal or external resources. The General Link field provides a user-friendly interface for authors to select and configure links. Along with the key features listed below, I wanted to use “Telephone Link” as well, both in […]
Streamlining Web Table Manipulation with Selenium and Java Streams
In the field of web automation, Selenium is a standout tool for engaging with web applications. Efficient sorting and filtering of data are essential when working with web tables. This blog post delves into the utilization of Selenium in conjunction with Java streams to adeptly sort and filter web tables, presenting a streamlined method for […]
Enhancing Test Efficiency: Blocking Unwanted Network Requests with Selenium CDP
In our ongoing journey through Selenium Chrome DevTools integration, we’ve explored mobile browsing simulation, real-time insights with Selenium CDP Listeners, intercepting and mocking network/API responses, and testing failed network requests. Our exploration now delves into enhancing test efficiency by addressing unwanted network requests. This blog will guide you through the process of necessary network calls, […]