Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable List<CustomWebElement> for PageFactory to be able to assign values directly. #9

Open
sidnc86 opened this issue Apr 3, 2020 · 0 comments

Comments

@sidnc86
Copy link

sidnc86 commented Apr 3, 2020

Well as I mentioned in issue #8, I am trying to take this repository another step further. I would like to get this part enabled. I am already working on it in my fork. I have got far enough to have the following code at least generate a proper new ArrayList<WebButton>(). Even if you change the WebButton class below mentioned as generics, I can understand it and can leverage the CGLib Enhancer to provide me the correct ArrayList.

	@FindBy(className = "my-buttons")
	@CacheLookup
	List<WebButton> buttons;

I would like to discuss this with you once if you can provide me half an hour over call. Please respond and then we can share contact details to take this further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant