katalon-studio / katalon-recorder

Apache License 2.0
316 stars 144 forks source link

Export Code Window #78

Open prasathmscss opened 3 years ago

prasathmscss commented 3 years ago

Hi Guys,

Step 1) After capturing the browser action. Steps 2) Click Export button. Steps 3) In code window in below line of code, We need to delete last semicolon. How we can achieve it. Could you please help me.

" driver.findElement(By.id("user_login")).clear();"

I need to delete last semicolon ";" Could you please help me. Where i need to change the code