selenium to vba ie11 codes convert..

Status
Not open for further replies.

fkalelinet

New Member
Joined
Nov 25, 2021
Messages
3
Office Version
  1. 2019
Platform
  1. Windows
dom..
<td tabindex="0" class="x-grid3-col x-grid3-cell x-grid3-td-rumuz " style="width: 98px;"><div class="x-grid3-cell-inner x-grid3-col-rumuz" unselectable="on">TR-A</div></td>

daha uzunu
232041

selenium ile aşağıdaki kod ile tıkladığım yere ie de tıklayamıyorum.

not click or select. why please?

'.FindElementByXPath("//div[text()='TR-A']").Click
' Sleep 1000



gibi bisürü şey denedim olmadı.
Do While i < objCollection.Length
If Left(objCollection(i).innerText, 4) = "tr-a" Then
'FnWait (2)
Sleep 1000
objCollection(i).Click
Exit Do

'If InStr(IE.Document.body.innerText, "tr-a") = 0 Then
'SendKeys "{ENTER}", True
'Sleep 5000
'SendKeys "{numlock}", True



eyt olarak yaşlandık artık. bilgi işlem geldi sildi selenium falan. kaldım sadece vba ile ie'ye...
 

Attachments

  • Ekran görüntüsü 2021-11-24 164222.png
    Ekran görüntüsü 2021-11-24 164222.png
    38.8 KB · Views: 9

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Welcome to the MrExcel Message Board!

Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: selenium to vba ie11 codes convert..
If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,215,582
Messages
6,125,659
Members
449,247
Latest member
wingedshoes

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top