salesforce / utam-java

UTAM Java implementation
MIT License
25 stars 16 forks source link

[Bug] #224

Open Zanis7 opened 3 weeks ago

Zanis7 commented 3 weeks ago

I couldn't find any place to ask this query, so asking it here. Is Utam-java only for Salesforce application or it can be used for any application? Is there any community which I could ask questions/suggestion about Utam.

I tried to use it for one of my application,I got stuck at "org.openqa.selenium.StaleElementReferenceException: stale element reference: stale element not found in the current frame" this error during an element click. If I write plain Selenium and use waitForElementClickable it works fine. Is utam syntax/grammar available for waitForElementClickable?