Closed hesteban-tuenti closed 1 year ago
hi @rgonalo , there is an error in the tests with python 3.9. I don't think it's related with the changes but I don't have permissions to re-launch the job action. Could you do it ?
Code Climate has analyzed commit a4c3e63b and detected 0 issues on this pull request.
View more on Code Climate.
When using toolium in a mobile context like the one in we have in Novum, where we have the native context and the webview context with a bunch of different webviews and we have defined elements of class PageElements that should be located within the webview context, the current implementation won't work because the pageelements are located in the native context by definition.
To cope with it so far we have been defining a parent element with the webview attribute set to true, and passing it in the initializer of the PageElements element.
Mostly this does the trick with the caveat to have to define extra elements in the pageobject but recently we found an scenario where also iframes are involved and this doesn't work NOV-239995