Hi,
We are having a problem of calling Selenium.click() on a customized button Item. It seems the item is not clicked.
This button is an element of a DynamicForm wrapped in several levels of VStack. At one level of the VStack, it has style containing "border:14px solid #ededed;" which makes Selenium.click() not work - if we split the style and remove the border-style: "border-width:14px; order-color:#ededed; ", the Selenium.click() works.
Please try the attached js and css file. The button we try to click by Selenium is "loginButton" and the issue is caused by the VStack "loginWrapper" with style "cwLoginStyleGeneric".
Thanks!
We are having a problem of calling Selenium.click() on a customized button Item. It seems the item is not clicked.
This button is an element of a DynamicForm wrapped in several levels of VStack. At one level of the VStack, it has style containing "border:14px solid #ededed;" which makes Selenium.click() not work - if we split the style and remove the border-style: "border-width:14px; order-color:#ededed; ", the Selenium.click() works.
Please try the attached js and css file. The button we try to click by Selenium is "loginButton" and the issue is caused by the VStack "loginWrapper" with style "cwLoginStyleGeneric".
Thanks!
Comment