Nola Stowe

Results 8 comments of Nola Stowe

I was trying to think of why having multiple items would be bad, and i guess only in the case of multiple id=[value] because id's are suppose to be unique...

if i want multiple matches i use: `css=.feature-article` . if i want only first one i can use `css=.feature-article:first-of-type` ... if i want the second .feature-article i can use `css=.feature-article:nth-child(2)`...

one of the parameters is first_only ...so wonder if we can make another function where that is passed in as False https://github.com/rubygeek/SeleniumLibrary/blob/master/src/SeleniumLibrary/locators/elementfinder.py#L61 On Wed, Apr 18, 2018 at 6:48 PM,...

Originally I started to take on this ticket but then realized it wouldn't be good. I've been following all along with the discussion but what would we gain by emiting...

Plus, my team has already added `Element Attribute Value Should Be` - https://github.com/robotframework/SeleniumLibrary/blob/master/src/SeleniumLibrary/keywords/element.py#L387 On Fri, May 25, 2018 at 3:39 AM, Pekka Klärck wrote: > I can see ES2L supporting...

Also have same problem, will you update the code to use llvm compiler?

Found the compiled binaries here: http://howett.net/pincrush/ thanks!