robotframework / robotframework/SeleniumLibrary
Fix and cleanup logic related to frames
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Python
- Estrellas
- 1.5k
- Forks
- 787
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
There are currently several problems with handling frames that should be resolved. Some of these problems are already covered by existing issues, but this new issue list all these highly related problems in one place. The whole frame handling logic should be rewritten and all these problems resolved at the same time.
Page Should (Not) Containsearches text from frames, but only searches from one level and not from sub frames (#98)- Other keywords don't look inside frames at all. This includes
Page Should (Not) Contain ElementandCurrent Frame Should (Not) Contain. (#98) Page Should (Not) Containinternally selects the main frame, disabling earlierSelect Framecalls.(#201)- We should see could we deprecate all
Current Frame ...keywords. It would be better that after selecting a frame, all subsequent keywords would operate in the frame. This may actually already be the case, except withPage Should (Not) Containwhich looks from the root (see 3. above). - If all keywords operate on the selected frame,
Page Shouldis pretty misleading wording. Should we consider renaming these keywords likePage Should Contain -> Text Should Be Present,Page Should Contain Element -> Element Should Be Present?
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Empieza rastreando las palabras clave relacionadas con frames que se indican y revisando las issues #98 y #201, ya que no se nombran archivos ni pruebas. Define la finalización como un comportamiento coherente para frames anidados y frames seleccionados en todas las palabras clave afectadas, y luego resuelve si deberían cambiar los nombres de las palabras clave Current Frame y Page Should.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python
- Área
- testing-qa
- Tipo de issue
- Refactorización
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 25/100