Hello guys,
I’ve tried to record some actions in google chrome, when it has recorder everything and I’m trying to run it, it doesn’t have problems, but when I run it in firefox browser, it fails at some step.
This log is when I run it with chrome browser.
And this is when I run it with firefox browser.
Hi @brithwulf
Can you use the solution in this post to see if it resolves your issue ?
@HHanh Tran said:
Hi there,
You can try to click on the element using Javascript instead:
- Create a custom keyword and insert script to click on the element using Javascript:
https://docs.katalon.com/display/KD/Define+custom+keywords
Your custom keyword will be like this:
import org.openqa.selenium.WebDriver as WebDriver
import org.openqa.selenium.WebElement as WebElement
import org.openqa.selenium.interactions.Actions as Actions
import com.kms.katalon.core.webui.common.WebUiCommonHel…
Now, for some reason it doesnt redirect me to the website I’ve provided It is trying to navigate to URL, but actually it doesnt go to that URL.