This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我有这个代码:
Given /^I wait for (\d+) seconds$/ do |seconds|
$webClient.wait(seconds)
end
Then /^I wait for (\d+) seconds$/ do |seconds|
$webClient.wait(seconds)
end