-awxy
-awxy
If we want to fixed box when scroll come to bottom, we need to use element parent hide. you are using element height. This is mistake.
I'm just wondering. We have all request body in log. We can make over there a button like "re-test"? . Because i think we need usually, if there is a...
` if ((getMask() & Selector.MASK_TEXTMATCHES) > 0) { if (s == null) s = By.text(Pattern.compile(getTextMatches())); else s = s.text(Pattern.compile(getTextMatches())); }` I checked this line, I found some articles for this:...