You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In going through the documentation to set up my Seleium project, I noticed on the "getting started/first issue" page that there is a missing line of code needed to demonstrate requesting element information (under section 7). The web page is missing the line:
before text = message.text. It is present however in the first_script.py file in the repo on line18. This omission seems to be present for all of the code examples on the web page (Java, Python, CSharp, Ruby, JavaScript, Kotlin).
An additional thought
It might also be help first-timers to explicitly state on the web page what imports are needed also, but not sure if that should be rolled out into a separate issue.
What happened?
In going through the documentation to set up my Seleium project, I noticed on the "getting started/first issue" page that there is a missing line of code needed to demonstrate requesting element information (under section 7). The web page is missing the line:
before
text = message.text
. It is present however in thefirst_script.py
file in the repo on line18. This omission seems to be present for all of the code examples on the web page (Java, Python, CSharp, Ruby, JavaScript, Kotlin).An additional thought
It might also be help first-timers to explicitly state on the web page what imports are needed also, but not sure if that should be rolled out into a separate issue.
What browsers and operating systems are you seeing the problem on?
Just to make sure it wasn't a rendering issue, I've tested this on:
Browsers
OS
The text was updated successfully, but these errors were encountered: