Hi All,
From the Automation point of view i want to locate the Web Element i.e Add Component which I am not able to locate the web element for Add Component button for the Content Block Grid page.
I have tried all the option such as Action,wait , tried to generate xpath,css selector etc through the ChroPath, Selector Hub but when i run the script WebElement is not getting identified.I have used the option of Selenium IDE also but no success.Problem is Add component is generated dynamically which makes it difficult to identify and it show all the Tagname,Attribute and values similar to the Add content button and most important is the ID missing
I have mention the version of the Umbraco version 10.5.1
I want to create automation scripts i.e i want to run the automation scripts for for Add component button for which i am not able to locate the element.
Add Component button cant be located
Hi All, From the Automation point of view i want to locate the Web Element i.e Add Component which I am not able to locate the web element for Add Component button for the Content Block Grid page. I have tried all the option such as Action,wait , tried to generate xpath,css selector etc through the ChroPath, Selector Hub but when i run the script WebElement is not getting identified.I have used the option of Selenium IDE also but no success.Problem is Add component is generated dynamically which makes it difficult to identify and it show all the Tagname,Attribute and values similar to the Add content button and most important is the ID missing I have mention the version of the Umbraco version 10.5.1
What exactly are you trying to do? Why do you need to locate it?
I want to create automation scripts i.e i want to run the automation scripts for for Add component button for which i am not able to locate the element.
could you not use the class
btn-reset umb-block-grid__create-button
is working on a reply...