I have some automation code written in java and selenium driver which works fine with Firefox browser.
When i try to run same on safari browser,WebdriverWait or FluentWait are not working.
I am trying to put wait on some webelement using WebdriverWait or FluentWait ,but it is waiting forever.
Even i tried isDisplayed on WebElement but still did not work.
The error it is throwing is
[1] com.intuit.qbo.test.uk.TestTaxBasisCashEndtoEndFlowGB#verifyEndToEndCash: -
org.openqa.selenium.TimeoutException: Timed out awaiting response to command "getCurrentUrl" after 30004 ms (WARNING: The server did not provide any stacktrace information)
Any Help on this will be Appreciated :)