DrissionPage
DrissionPage copied to clipboard
how to click on an item of list !
Assuming the following <select>
elements, the following example is based on this:
<select id='s' multiple>
<option value='value1'>text1</option>
<option value='value2'>text2</option>
<option value='value3'>text3</option>
</select>
how do I click on text2? I don't want to use select()
function , I need to click on it so some ajax data would load afterward
you could use
ele = page.ele(text2)
ele.click()
<option>
elements cannot be clicked, but select()
method triggers onChange
action.
If this doesn't work, I'll try the onClick
action in the next version.
I have the same issue. In my case, if a normal user clicks on an option, a network call is triggered which updates the options available in following lists. But using select
nothing happens.
I have the same issue. In my case, if a normal user clicks on an option, a network call is triggered which updates the options available in following lists. But using
select
nothing happens.
Can you send me the web address for testing? Every website I've ever used has been triggered correctly.
I have the same issue. In my case, if a normal user clicks on an option, a network call is triggered which updates the options available in following lists. But using
select
nothing happens.Can you send me the web address for testing? Every website I've ever used has been triggered correctly.
url: https://it-ir-appointment.visametric.com/en
path: [Study button] -> ● OK -> ● Iran ->[Get Appointment button]
I have the same issue. In my case, if a normal user clicks on an option, a network call is triggered which updates the options available in following lists. But using
select
nothing happens.Can you send me the web address for testing? Every website I've ever used has been triggered correctly.
url: https://it-ir-appointment.visametric.com/en path:
[Study button] -> ● OK -> ● Iran ->[Get Appointment button]
"Sorry, you have been blocked You are unable to access visametric.com"
I can't access the site.
I have the same issue. In my case, if a normal user clicks on an option, a network call is triggered which updates the options available in following lists. But using
select
nothing happens.Can you send me the web address for testing? Every website I've ever used has been triggered correctly.
url: https://it-ir-appointment.visametric.com/en path:
[Study button] -> ● OK -> ● Iran ->[Get Appointment button]
"Sorry, you have been blocked You are unable to access visametric.com"
I can't access the site.
The correct site url is : https://ir-appointment.visametric.com/en
I have the same issue. In my case, if a normal user clicks on an option, a network call is triggered which updates the options available in following lists. But using
select
nothing happens.Can you send me the web address for testing? Every website I've ever used has been triggered correctly.
url: https://it-ir-appointment.visametric.com/en path:
[Study button] -> ● OK -> ● Iran ->[Get Appointment button]
"Sorry, you have been blocked You are unable to access visametric.com" I can't access the site.
The correct site url is : https://ir-appointment.visametric.com/en
我这里还是不能使用这个网站。
I have the same issue. In my case, if a normal user clicks on an option, a network call is triggered which updates the options available in following lists. But using
select
nothing happens.Can you send me the web address for testing? Every website I've ever used has been triggered correctly.
url: https://it-ir-appointment.visametric.com/en path:
[Study button] -> ● OK -> ● Iran ->[Get Appointment button]
"Sorry, you have been blocked You are unable to access visametric.com" I can't access the site.
The correct site url is : https://ir-appointment.visametric.com/en
我这里还是不能使用这个网站。
would you mind give me a way of communication so that I can easily stay in touch with you : like Telegram, what's app or anything ?
I have the same issue. In my case, if a normal user clicks on an option, a network call is triggered which updates the options available in following lists. But using
select
nothing happens.Can you send me the web address for testing? Every website I've ever used has been triggered correctly.
url: https://it-ir-appointment.visametric.com/en path:
[Study button] -> ● OK -> ● Iran ->[Get Appointment button]
"Sorry, you have been blocked You are unable to access visametric.com" I can't access the site.
The correct site url is : https://ir-appointment.visametric.com/en
我这里还是不能使用这个网站。
would you mind give me a way of communication so that I can easily stay in touch with you : like Telegram, what's app or anything ?
I only have WeChat.
I have the same issue. In my case, if a normal user clicks on an option, a network call is triggered which updates the options available in following lists. But using
select
nothing happens.Can you send me the web address for testing? Every website I've ever used has been triggered correctly.
url: https://it-ir-appointment.visametric.com/en path:
[Study button] -> ● OK -> ● Iran ->[Get Appointment button]
"Sorry, you have been blocked You are unable to access visametric.com" I can't access the site.
The correct site url is : https://ir-appointment.visametric.com/en
我这里还是不能使用这个网站。
would you mind give me a way of communication so that I can easily stay in touch with you : like Telegram, what's app or anything ?
I only have WeChat.
do you have an email ?
I have the same issue. In my case, if a normal user clicks on an option, a network call is triggered which updates the options available in following lists. But using
select
nothing happens.Can you send me the web address for testing? Every website I've ever used has been triggered correctly.
url: https://it-ir-appointment.visametric.com/en path:
[Study button] -> ● OK -> ● Iran ->[Get Appointment button]
"Sorry, you have been blocked You are unable to access visametric.com" I can't access the site.
The correct site url is : https://ir-appointment.visametric.com/en
我这里还是不能使用这个网站。
would you mind give me a way of communication so that I can easily stay in touch with you : like Telegram, what's app or anything ?
I only have WeChat.
do you have an email ?
最新版应该已经解决这个问题。