Ticket #4 (closed defect: wontfix)

Opened 3 years ago

Last modified 3 years ago

Impossible to get stored value in selenium variable

Reported by: spamelard@… Owned by: charpi
Priority: major Component: erl_selenium
Keywords: Cc:

Description

Impossible to get stored value in selenium variable

For instance, I store "value" in variable named Var1 by using storeText api. When I use ${Var1} syntax inside a selenium API, I get "${Var1}" instead of "value".

Change History

comment:1 Changed 3 years ago by charpi

  • Status changed from new to assigned

Looking at the reference file containing all commands accepted by the selenium server, I don't see this storeText command.

You can find all commands supported in $TOPDIR/lib/selenium_remote/priv/iedoc.xml.

comment:2 Changed 3 years ago by charpi

  • Status changed from assigned to new

comment:3 Changed 3 years ago by charpi

  • Status changed from new to assigned

comment:4 Changed 3 years ago by charpi

  • Status changed from assigned to closed
  • Resolution set to wontfix
Note: See TracTickets for help on using tickets.