Skip to content

Commit

Permalink
--wip-- [skip ci]
Browse files Browse the repository at this point in the history
joaquintomas2003 committed Jan 29, 2025
1 parent a863e96 commit 24acc07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/scraper/bedelias.rb
Original file line number Diff line number Diff line change
@@ -73,7 +73,9 @@ def go_to_groups_and_subjects_page
find('.ui-accordion-header', text: 'TECNOLOGÍA Y CIENCIAS DE LA NATURALEZA').click
find('td', text: 'FING - FACULTAD DE INGENIERÍA', visible: false).click

find('.ui-column-filter').set('INGENIERIA EN COMPUTACION')
within('th[aria-label="Nombre"]') do
find('.ui-column-filter', visible: false).set('INGENIERIA EN COMPUTACION')
end

within('tr', text: 'INGENIERIA EN COMPUTACION', visible: false, match: :prefer_exact) do
find('.ui-row-toggler').click

0 comments on commit 24acc07

Please sign in to comment.