robotframework / robotframework/SeleniumLibrary
incompréhension sur robot framework
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 787
- PR merge metrics
- No merged PRs in 30d
Description
bonjour je suis nouveau dans le dev surtout celui de l'automatisation j'ai essyé ce script comme dans les docs que jai eu à lire mais il ne passe pas , quelqu'un pourrait m'aider à comprendre mon erreur ?
*** Settings ***
Library seleniumlibrary
*** Variables ***
${URL} https://www.google.com/
${BROWSER} firefox
*** Test Cases ***
Menu behavior
open browser https://www.google.com/
*** Keywords ***
open browser
open browser ${URL} ${BROWSER}
maximize browser windown
sleep 4s
[Teardown] browser
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No project file, failing test, or exact error is provided. Start by reproducing the posted Robot Framework example with SeleniumLibrary and Firefox, then capture the failure; done would require a confirmed cause and a working example.
Written by the indexing model from the issue text.
Assessment
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100