Hello Katalon Team
I record web is a Click event
But in Repository is Set Text event
Bug happen when you record Settext after Click
-
Step 1 : Click
-
Step 2 : Settext
-
Finally in repository : Step1 & step2 = Settext
Please to check
Thank
Nam
Hello Katalon Team
I record web is a Click event
But in Repository is Set Text event
Bug happen when you record Settext after Click
Step 1 : Click
Step 2 : Settext
Finally in repository : Step1 & step2 = Settext
Please to check
Thank
Nam
Hi.
Web Recorder doesn’t record click on an input, because such clicks only focus on the input so you can start setting its text. The SetText keyword actually also focuses on the input, so recording the click is unnecessary. Do you have a use case in which not recording this click would fail to meet your requirement ?
Cheers !
Yes, right
I have a Testcase not work ( with that situation )
I sure 100% . When I check & add Click event : Testcase is OK
If I not add Click event :
Testcase still work ( but nextday or run manytime : it 's not work )
I mean : Sometime it happen
I have 2 Testcase the same that situation - Unclick & Click ( but first Testcase run OK , second Testcase run not OK )
Excactly that situation happen when :
<TD> covering <input>Please to look at
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.