Q: CSS Selector & XPath Question
Hey, I am looking for a way to get a log of each element I select within my automation. Does TaskMagic do that? In other words, I want to record logs of each selector and XPath I click on within my overall routine and export the list of them for use in my personal development.
Jeremy_TaskMagic
Dec 3, 2024A: Hey rod! Hmmm pretty technical question. Let me ask Kyle and the Eng team and I’ll have him chime in ;)
Ok please do. If I am able to export the logs of each DOM action then I am going to jump on this deal! Similar to what this does https://chromewebstore.google.com/detail/cypress-chrome-recorder/fellcphjglholofndfmmjmheedhomgin?hl=en-US
Ok please do. If I am able to export the logs of each DOM action then I am going to jump on this deal! Similar to what this does https://chromewebstore.google.com/detail/cypress-chrome-recorder/fellcphjglholofndfmmjmheedhomgin?hl=en-US
Hey Rodmellsto!
We do not export this information but I guess if you wanted to build it this way you can use a custom code step that returns the path of something a as a string but it is not intentionally exporting this type of information so it may require a fair amount of work to make things work that way. You can record then copy the selectors of each step but this would be a manual thing