File tree Expand file tree Collapse file tree 6 files changed +14
-15
lines changed
examples/ruby/spec/actions_api
content/documentation/webdriver/getting_started Expand file tree Collapse file tree 6 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 56
56
expect ( text_field . attribute ( 'value' ) ) . to eq 'Selenium!'
57
57
end
58
58
59
- it 'copy and paste' , except : { browser : :chrome ,
60
- reason : 'https://bugs.chromium.org/p/chromedriver/issues/detail?id=4264' } do
59
+ it 'copy and paste' do
61
60
driver . get 'https://www.selenium.dev/selenium/web/single_text_input.html'
62
61
wait . until { driver . find_element ( id : 'textInput' ) . attribute ( 'autofocus' ) }
63
62
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Specify the dependency in the project `build.gradle` file as `testImplementation
37
37
{{% /tab %}}
38
38
{{% tab header="Python" %}}
39
39
The minimum supported Python version for each Selenium version can be found
40
- in ` Supported Python Versions ` on [ PyPi] ( https://pypi.org/project/selenium/ )
40
+ in " Supported Python Versions" on [ PyPi] ( https://pypi.org/project/selenium/ ) .
41
41
42
42
There are a couple different ways to install Selenium.
43
43
@@ -50,11 +50,11 @@ pip install selenium
50
50
51
51
### Download
52
52
53
- Alternatively you can download the [ PyPI source archive ] ( https://pypi.org/project/selenium/#files )
54
- (selenium-x.x.x.tar.gz ) and install it using _ setup.py _ :
53
+ Alternatively you can download the [ PyPI Built Distribution ] ( https://pypi.org/project/selenium/#files )
54
+ (selenium-x.x.x.-py3-none-any.whl ) and install it using _ pip _ :
55
55
56
56
``` shell
57
- python setup.py install
57
+ pip install selenium-x.x.x.-py3-none-any.whl
58
58
```
59
59
<br >
60
60
Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ pip install selenium
48
48
### ダウンロード
49
49
50
50
または、ダウンロードすることもできます[ PyPI ソースアーカイブ] ( https://pypi.org/project/selenium/#files )
51
- (selenium-x.x.x.tar.gz ) を使用してインストールします _ setup.py _
51
+ (selenium-x.x.x.-py3-none-any.whl ) を使用してインストールします _ pip _ :
52
52
53
53
``` shell
54
- python setup.py install
54
+ pip install selenium-x.x.x.-py3-none-any.whl
55
55
```
56
56
<br >
57
57
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Especifique a dependência no `build.gradle` do seu projeto como `testImplementa
37
37
{{% /tab %}}
38
38
{{% tab header="Python" %}}
39
39
A mínima versão suportada do Python para cada versão do Selenium pode ser encontrada
40
- em ` Supported Python Versions ` no [ PyPi] ( https://pypi.org/project/selenium/ )
40
+ em " Supported Python Versions" no [ PyPi] ( https://pypi.org/project/selenium/ ) .
41
41
42
42
Existe muitas formas diferentes de instalar Selenium.
43
43
@@ -51,10 +51,10 @@ pip install selenium
51
51
### Download
52
52
53
53
Como uma alternativa você pode baixar o [ código fonte PyPI] ( https://pypi.org/project/selenium/#files )
54
- (selenium-x.x.x.tar.gz ) e instalar usando _ setup.py _ :
54
+ (selenium-x.x.x.-py3-none-any.whl ) e instalar usando _ pip _ :
55
55
56
56
``` shell
57
- python setup.py install
57
+ pip install selenium-x.x.x.-py3-none-any.whl
58
58
```
59
59
<br >
60
60
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ pip install selenium
48
48
49
49
### 下载
50
50
51
- 此外你可以从这里下载 [ PyPI source archive ] ( https://pypi.org/project/selenium/#files )
52
- (selenium-x.x.x.tar.gz ) 并通过: _ setup.py _ 文件安装:
51
+ 此外你可以从这里下载 [ PyPI Built Distribution ] ( https://pypi.org/project/selenium/#files )
52
+ (selenium-x.x.x.-py3-none-any.whl ) 并通过: _ pip _ 文件安装:
53
53
54
54
``` shell
55
- python setup.py install
55
+ pip install selenium-x.x.x.-py3-none-any.whl
56
56
```
57
57
<br >
58
58
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ <h2 class="card-title">
115
115
< div class ="card-body ">
116
116
< h2 class ="card-title "> C# NuGet</ h2 >
117
117
< p class ="card-text w-lg-75 ">
118
- Nuget latest release is 4.29 .0 Released on February 20 , 2025.
118
+ Nuget latest release is 4.30 .0 Released on March 22 , 2025.
119
119
</ p >
120
120
< ul >
121
121
< li >
You can’t perform that action at this time.
0 commit comments