DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
how to click the next button on a website using python
element
=
wait
.
until
(
EC
.
element_to_be_clickable
(
(
By
.
CSS_SELECTOR
,
'.pagination a[rel=next]'
)
)
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#click
#button
#website
#python
ADD COMMENT
Topic
COMMENT
Name
1+5 =
Submit