robotframework / robotframework/SeleniumLibrary

incompréhension sur robot framework

Open
#1,929 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.